| Age | Commit message (Expand) | Author |
| 2014-01-14 | use new bsd.syscall.mk | christos |
| 2013-12-22 | CTASSERT that native to compat errno translation tables are kept in | njoly |
| 2013-11-27 | Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQ | christos |
| 2013-11-23 | fix previous the end of the list is NULL, and don't open-code. | christos |
| 2013-11-23 | Since mountlist is now a TAILQ, convert some missed usages | riz |
| 2013-11-07 | Regen for dup/dup2/dup3 argument types fix. | njoly |
| 2013-11-07 | Fix dup/dup2/dup3 argument types (u_int -> int). | njoly |
| 2013-11-04 | fix incorrect sizes to memset | christos |
| 2013-09-19 | exec modules need to be of the exec kind | christos |
| 2013-01-02 | These files don't need compat/osf1/osf1_cvt.h | dsl |
| 2012-11-03 | Move rusage computation to a new getrusage1() function. Adjust all | njoly |
| 2012-02-19 | Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! | rmind |
| 2012-02-03 | Add a hook for freeing an ep_emul_arg. Add a wrapper routine | matt |
| 2011-07-22 | Fix SYSCALL_DEBUG build. | njoly |
| 2011-03-05 | Forward define of ps_strings. | joerg |
| 2010-07-07 | many changes for COMPAT_LINUX: | chs |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2010-05-02 | Remove the nameidata from struct exec_package. It was used only for two | dholland |
| 2010-04-23 | Replace M_IOV and some malloc(9)s with kmem(9), and while there: | rmind |
| 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-12-14 | Regen (new makesyscalls.sh) | matt |
| 2009-11-23 | Use lwp_getpcb() in compat code, clean from struct user. | rmind |
| 2009-11-11 | - selcommon/pollcommon: drop redundant l argument. | rmind |
| 2009-11-04 | do_sys_wait(): fix previous by checking for ru != NULL. Noticed by | rmind |
| 2009-08-09 | Add enum uio_seg argument to do_sys_mknod and do_sys_mkdir so these functions | haad |
| 2009-06-29 | Convert 67 namei call sites to use namei_simple, in these functions: | dholland |
| 2009-05-29 | Make getdirentries set a correct block read position for basep | njoly |
| 2009-05-28 | Redo previous, by simply updating basep earlier, before label. | njoly |
| 2009-05-28 | Make getdirentries(2) correctly fail with EINVAL for an invalid file | njoly |
| 2009-05-18 | Adjust compat osf1 to recent pad -> PAD change. | njoly |
| 2009-04-01 | fix what looks like a mechanical stuffup in the timeval -> timespec conversion. | dogcow |
| 2009-03-29 | Move the internal poll/select related API's to use timespec instead | christos |
| 2009-03-29 | - add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the total | mrg |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-01-26 | Make all fstat(2) compat syscalls consistently use do_sys_fstat(), | njoly |
| 2009-01-13 | Regen to prove I didn't screw up the conversion: purely RCSID changes. | pooka |
| 2009-01-13 | Convert the syscalls.master to a format from which it is easier | pooka |
| 2009-01-13 | use do_sys_mknod() instead of sys_mknod() to make this compile again. | rtr |
| 2008-12-02 | Regen for getdirentries fix. | njoly |
| 2008-12-02 | Fix getdirentries(2) by not calling compat_43_sys_getdirentries, but | njoly |
| 2008-11-24 | Regen for getpgid. | njoly |
| 2008-11-24 | Add getpgid, needed for Tru64 4.0g ksh. | njoly |
| 2008-11-19 | make this compile for alpha | cegger |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-11-15 | Do not call namei anymore, but use the result from the previous | njoly |
| 2008-06-24 | Replace references to getsock/getvnode. | ad |
| 2008-05-06 | PR kern/38141 lookup/vfs_busy acquire rwlock recursively | ad |
| 2008-04-30 | PR kern/38135 vfs_busy/vfs_trybusy confusion | ad |
| 2008-04-30 | Fix build of these files after the vfs_trybusy change. Apply the same | jmmv |