| Age | Commit message (Expand) | Author |
| 2022-03-12 | compat_30: Fix thinko in previous. | riastradh |
| 2022-03-12 | compat_30: Avoid what might be technically undefined behaviour. | riastradh |
| 2021-09-07 | sys/compat: Memset zero before copyout. | riastradh |
| 2021-08-15 | - memset struct stat to avoid kernel memory disclosure of padded fields | christos |
| 2020-01-31 | Fix copyout overflows in fhstat, found by the LGTM bot. Not a big problem | maxv |
| 2020-01-17 | VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to | ad |
| 2019-09-22 | Add a new member to struct vfsstat and grow the unused members | christos |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2014-10-20 | simplify | christos |
| 2014-10-20 | Memory leak, triggerable from root only. | maxv |
| 2014-09-05 | Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get | matt |
| 2010-11-19 | Introduce struct pathbuf. This is an abstraction to hold a pathname | dholland |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2010-03-03 | When implementing "read directory", when there are too many empty entries | he |
| 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-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 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-08 | Remove cn_lwp from struct componentname. curlwp should be used | pooka |
| 2007-04-30 | Split the statvfs functions so that the 'work' is done to a kernel buffer | dsl |
| 2007-04-22 | Change the way that emulations locate files within the emulation root to | dsl |
| 2007-03-10 | Use the support routines from kern_syscalls.c instead of rolling our own code. | dsl |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-11-14 | Clean some KAUTH_GENERIC_ISSUSER usage in compat code. | elad |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-08-04 | compat_30_sys_getfh: check the size of filehandle. remove an unnecessary cast. | yamt |
| 2006-08-04 | some filehandle syscall related changes. | yamt |
| 2006-07-31 | Make filehandles opaque to userland | martin |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-07-13 | compat_30_sys_getfh: s/fhandle_t/struct compat_30_fhandle/ (fix overrun.) | yamt |
| 2006-07-13 | Fix alignement problems for fhandle_t, exposed by gcc4.1. | martin |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-04 | fhstat needs to be versioned too (for ino_t). Pointed out by Izumi Tsutsui | christos |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-13 | compat code reorg. | christos |
| 2005-08-19 | compat_30_sys_getdents: netbsd 1.2 -> 3.0 in comments/messages. | yamt |
| 2005-08-19 | compat_30_sys_getdents: don't leak kernel stack garbage to userland. | yamt |
| 2005-08-19 | change a hard-coded 0xf to _DIRENT_ALIGN (thanks yamt) | christos |
| 2005-08-19 | 64 bit inode changes. | christos |