| Age | Commit message (Expand) | Author |
| 2010-03-02 | Kill fs_nfs.h and #ifdef NFS by making getfh() support unconditional | pooka |
| 2010-03-02 | -fs_lfs.h | pooka |
| 2010-03-02 | Remove lfs syscall support from compat. I can't really imagine | pooka |
| 2009-12-14 | Merge from matt-nb5-mips64 | matt |
| 2009-05-17 | pad -> PAD | pooka |
| 2009-03-16 | Fix dev_t alignment, by not using the new 64bit value directly but | njoly |
| 2009-02-26 | fix kernel build with no options NTP | christos |
| 2009-01-13 | Convert the syscalls.master to a format from which it is easier | pooka |
| 2009-01-13 | UNIMPL police: remove pseudo-prototypes | pooka |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-11-22 | implement netbsd32__sched_setparam(), netbsd32__sched_getparam(), | mrg |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-11-14 | Replace semid_t with intptr_t. No function change. This is a libc/kernel | ad |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-10-15 | Merge wrstuden-revivesa into HEAD. | wrstuden |
| 2008-04-24 | - Retire SYCALL_MPSAFE. With the exceptions of darwin and irix emulations, | ad |
| 2008-02-24 | Desupport compatibility for the old posix_fadvise syscall per yamt's | martin |
| 2008-01-27 | Catch up with versioning of posix_fadvise | martin |
| 2008-01-26 | Add a wrapper for posix_fadvise() | dsl |
| 2008-01-19 | Add netbsd32 wrapper for sys_mremap(), compiles, and assuming the mmap() | dsl |
| 2007-12-17 | Remove all the 'const'. Although the fields might be 32bit pointers to | dsl |
| 2007-12-07 | Add: _lwp_setname, _lwp_getname, _lwp_ctl. | ad |
| 2007-11-09 | Add arguments to sys_syscall and sys___syscall. | dsl |
| 2007-08-15 | Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed | ad |
| 2007-08-07 | - Fix a bug with _lwp_park() where if the computed wakeup time was under | ad |
| 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-19 | Mark MPSAFE the syscalls that are not translated (and of course, only when | cube |
| 2007-02-18 | Add missing lwp syscalls. Put them all together into a new file, | cube |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-09 | - Make better use of COMPAT_XX type in syscalls.master | cube |
| 2006-09-01 | Don't conditionalize *sys_ptrace. The lack of sys_ptrace will be dealt | matt |
| 2006-08-30 | Protect netbsd32_ptrace with options PTRACE. | cube |
| 2006-07-31 | Step 1 to make filehandles completely opaque to userland | martin |
| 2006-07-13 | do not protect the getfh syscall by | pavel |
| 2006-07-13 | Fix alignement problems for fhandle_t, exposed by gcc4.1. | martin |
| 2006-06-26 | version the socket(2) syscall. for compat30 socket, we use | mrg |
| 2006-05-31 | support ntp_gettime again | drochner |
| 2006-05-29 | Remove emulation of ntp_gettime. In preparation for "timecounters" we | drochner |
| 2006-05-05 | Follow on fhstat(2) versioning. While there, add sys_posix_fadvise (no | cube |
| 2006-03-29 | Implement the _lwp* and sa_* families of syscalls, using the newly | cube |
| 2006-03-06 | Implement the SysV IPC family of syscalls. | cube |
| 2006-03-05 | Implement the ksem_* family of syscalls. | cube |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-23 | - Split sys_kevent into kevent1 so that it can be used by COMPAT_NETBSD32 | cube |
| 2005-08-19 | Fix lossage I created with the 64 bit ino_t change. | christos |
| 2005-08-19 | 64 bit inode changes. | christos |
| 2005-07-23 | Implement __sigtimedwait(2). | cube |
| 2005-07-23 | Implement the timer_create(2) family of syscalls. | cube |
| 2005-07-12 | Add the *xattr(2) family of syscalls. Just like the *extattr(2) family, | cube |