| Age | Commit message (Expand) | Author |
| 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 |
| 2008-04-24 | Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since | ad |
| 2008-04-22 | Sprinkle locking. | ad |
| 2008-04-22 | Add a comment. | ad |
| 2008-03-27 | Make rusage collection per-LWP and collate in the appropriate places. | ad |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2007-12-20 | regen | dsl |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-12-09 | more NDINIT fallout. not completely compile-tested. | dogcow |
| 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 | and one more lwp removal victim | dogcow |
| 2007-11-27 | more VFS_STATVFS(x,y,z) fallout; change them to VFS_STATVFS(x,y). (hi, pooka!) | dogcow |
| 2007-10-11 | Follow up the removal of the lwp_t* argument to do_filereadv() and | he |
| 2007-07-20 | Fix three identical typos in the previous (fs_fstypename -> f_fstypename). | he |
| 2007-07-17 | kill MFSNAMELEN | christos |
| 2007-07-12 | Change compat mount code to pass do_sys_mount() kernel resident buffers. | dsl |
| 2007-06-30 | Changes to sompat socket function to avoid the dreaded stackgap. | dsl |
| 2007-06-23 | These now need sys/prot.h | dsl |