| Age | Commit message (Expand) | Author |
| 2023-06-20 | compat_sunos32: Memset zero before copyout. | riastradh |
| 2021-09-07 | sys/compat: Memset zero before copyout. | riastradh |
| 2020-06-24 | remove special handling for symbolic links for COMPAT_43 lstat, it's | jdolecek |
| 2019-10-26 | use strlcpy() for the uts conversion, makes the code simpler and more readable. | christos |
| 2019-09-23 | make this compile again | christos |
| 2019-09-17 | Add a boolean argument to indicate if we have a path/true (execve) or an | christos |
| 2019-09-17 | pass new missing fd argument to execve1(). | mrg |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2017-07-28 | Fail, don't panic, on bad dirents from file system. | riastradh |
| 2016-02-28 | Add missing newline character in error message | khorben |
| 2015-10-23 | Change do_sys_mount() so that it only takes as argument the type of the | maxv |
| 2014-09-05 | Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get | matt |
| 2012-02-12 | Change old-style function defintions to C89 prototypes. | 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 | Remove nfssvc non-emulations I missed yesterday. | pooka |
| 2010-03-03 | Add prototype and forward declarations to make the empty nfs stub compile. | martin |
| 2010-03-03 | When implementing "read directory", when there are too many empty entries | he |
| 2010-03-02 | remove nfssvc emulation (or non-emulation) | pooka |
| 2009-06-29 | Convert 67 namei call sites to use namei_simple, in these functions: | dholland |
| 2009-05-16 | Follow pad to PAD change. | nakayama |
| 2009-01-11 | Follow christos-time_t merge. | nakayama |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-08-07 | convert some [left behind] compat code to use new sockopt API | plunky |
| 2008-06-24 | Replace references to getsock/getvnode. | ad |
| 2008-05-29 | remove clause #3 from my license where there are no other | mrg |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-01-05 | Use FILE_LOCK() and FILE_UNLOCK(). | dsl |
| 2007-12-28 | maxfiles is now an u_int. | hannken |
| 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-12-08 | ANSIfy most of the function definitions in sys/compat (but not ndis). | dsl |
| 2007-12-04 | Remove all the __P | dsl |
| 2007-11-27 | more VFS_STATVFS(x,y,z) fallout; change them to VFS_STATVFS(x,y). (hi, pooka!) | dogcow |
| 2007-07-17 | include <compat/sys/mount.h> for MFSNAMELEN. | christos |
| 2007-07-12 | Change compat mount code to pass do_sys_mount() kernel resident buffers. | dsl |
| 2007-05-12 | Change interface to settimeofday1() so that it can also be used from | dsl |
| 2007-04-22 | Change the way that emulations locate files within the emulation root to | dsl |
| 2007-03-16 | remove all the double (and triple) casts used to convert 32bit userspace | dsl |
| 2007-03-10 | Update all the compat stuff to not use the 'stackgap' for processing | dsl |
| 2007-03-04 | fix fallout from caddr_t changes. | christos |
| 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-14 | Clean some KAUTH_GENERIC_ISSUSER usage in compat code. | elad |
| 2006-09-01 | When calling PTRACE from an LKM, use sysent[SYS_ptrace].sy_call in case | matt |
| 2006-09-01 | clean up ptrace changes: #include "opt_ptrace.h" | mrg |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-26 | version the socket(2) syscall. for compat30 socket, we use | mrg |
| 2006-05-14 | integrate kauth. | elad |