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