summaryrefslogtreecommitdiff
path: root/sys/compat/common/vfs_syscalls_12.c
AgeCommit message (Expand)Author
2021-09-07sys/compat: Memset zero before copyout.riastradh
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2017-12-03Make code look the same, in particular zero out the rest of the directorychristos
2017-07-28Fail, don't panic, on bad dirents from file system.riastradh
2017-01-13use bdp, to avoid compiler warning.christos
2017-01-13convert strcpy to a bounded copy to avoid compiler warnings, although thechristos
2014-09-05Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to getmatt
2014-01-24It is wishful thinking that vn_readdir will return dirent12 structures.christos
2011-01-19Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>.tsutsui
2009-01-26Make all fstat(2) compat syscalls consistently use do_sys_fstat(),njoly
2009-01-11merge christos-time_tchristos
2008-06-24Replace references to getsock/getvnode.ad
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2007-12-20Convert all the system call entry points from:dsl
2007-12-12compat_file.[ch] are no longer useddsl
2007-04-30Rework compat stat() and statvfs() code so that it no longer uses the stackgap.dsl
2007-03-10Use the support routines from kern_syscalls.c instead of rolling our own code.dsl
2007-02-09Merge newlock2 to head.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2005-09-13compat code reorg.christos
2003-11-19Don't include malloc.h if you are not going to use it.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-01-18Merge the nathanw_sa branch.thorpej
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-06-14Fix a partial construction problem that can cause race conditionsthorpej
2001-04-09Change the first arg to fileops fo_stat routine to struct file *, adjustjdolecek
2001-04-07Add new 'stat' fileop and call the stat function via f_ops ratherjdolecek
2000-03-30Kill register declarations.augustss
1999-05-05Add "use counting" to file entries. When closing a file, and it's referencethorpej
1999-03-30Explicitly mask mode returned in old stat structure to 16 bits. Also correctwrstuden
1997-10-19Copy the whole timespec, not just half of it. Other minor changes.mycroft
1997-10-16add stat12 compatibility calls and rename ostat to stat43christos
1997-10-10Add getdirentries backward compat syscall. Provide common function tofvdl