| Age | Commit message (Expand) | Author |
| 2010-03-03 | Remove nfssvc non-emulations I missed yesterday. | pooka |
| 2010-03-02 | regen: | pooka |
| 2010-03-02 | remove nfssvc emulation (or non-emulation) | pooka |
| 2010-03-02 | Kill fs_nfs.h and #ifdef NFS by making getfh() support unconditional | pooka |
| 2009-12-14 | Regen (new makesyscalls.sh) | matt |
| 2009-12-14 | Merge from matt-nb5-mips64 | matt |
| 2009-06-29 | Convert 67 namei call sites to use namei_simple, in these functions: | dholland |
| 2009-01-17 | Regenerate files after updating syscalls.master for compat_ultrix: | he |
| 2009-01-17 | Adapt to the state after the recent time_t change. | he |
| 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 | regen | pooka |
| 2009-01-13 | UNIMPL police (two mount syscalls with the same signature?!?) | pooka |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-11-24 | COMPAT_ULTRIX does not work on vax because there are no hooks, but make | ad |
| 2008-11-20 | take ecoff header for ecoff code. | cegger |
| 2008-11-19 | Regen. | ad |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-10-15 | Merge wrstuden-revivesa into HEAD. | wrstuden |
| 2008-08-08 | 'if (error = 0)' -> 'if (error == 0)' | bjs |
| 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-06-19 | regen from syscalls.master r1.46 | hans |
| 2008-06-19 | include <sys/sched.h> for cpuset_t | hans |
| 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-23 | Make this compile again, from Jan-Benedict Glaw jbglaw at lug-owl dot de | christos |
| 2008-04-23 | Regen. | ad |
| 2008-04-23 | -SYCALL_MPSAFE | ad |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-01-30 | PR kern/37706 (forced unmount of file systems is unsafe): | ad |
| 2008-01-05 | Use FILE_LOCK() and FILE_UNLOCK(). | dsl |
| 2007-12-27 | make this compile again. | christos |
| 2007-12-20 | regen | dsl |
| 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-11-27 | more VFS_STATVFS(x,y,z) fallout; change them to VFS_STATVFS(x,y). (hi, pooka!) | dogcow |
| 2007-10-23 | vfs_getopsbyname("ngs") -> vfs_getopsbyname("nfs"). 'nuff said | pooka |
| 2007-10-10 | Merge from vmlocking: | ad |
| 2007-07-17 | include <compat/sys/mount.h> for MFSNAMELEN | christos |
| 2007-07-14 | <dsl> I suspect my set of test build kernels is longer than ad's :-) | ad |
| 2007-07-12 | Change compat mount code to pass do_sys_mount() kernel resident buffers. | dsl |
| 2007-06-01 | Fallout from the interface ioctl changes: | he |
| 2007-05-29 | Add a sockaddr_storage member to "struct ifreq" maintaining backwards | christos |
| 2007-05-13 | Delete fom stackgap lines that seem to have got left in. | dsl |
| 2007-05-12 | Split the fcntl locking code out from its copyin/out. | dsl |
| 2007-04-25 | Make this compile again (after stackgap removal) | matt |
| 2007-04-22 | Change the way that emulations locate files within the emulation root to | dsl |
| 2007-03-05 | Need a char* for doing pointer arithmetic. | he |