| Commit message (Expand) | Author | Age | Files | Lines |
* | Add syscalls thr_setscheduler, thr_getscheduler, and thr_setschedparam, | davidxu | 2006-07-13 | 1 | -0/+9 |
* | - Add conditional VFS Giant locking to getdents_common() (linux ABIs), | jhb | 2006-07-11 | 1 | -1/+1 |
* | Add audit events for the extended attribute system calls. | wsalamon | 2006-07-05 | 1 | -22/+26 |
* | - Expand the scope of Giant some in mount(2) to protect the vfsp structure | jhb | 2006-06-27 | 1 | -3/+3 |
* | Revert previous commit at davidxu's insistance. Instead, use __DECONST | des | 2006-03-28 | 1 | -1/+1 |
* | The undocumented and deprecated system call _umtx_op() takes two pointer | des | 2006-03-28 | 1 | -1/+1 |
* | Implement aio_fsync() syscall. | davidxu | 2006-03-23 | 1 | -0/+1 |
* | Let kernel POSIX timer code and mqueue code to use integer as a resource | davidxu | 2006-03-01 | 1 | -12/+12 |
* | Prefer AUE_FOO audit identifiers to AUE_O_FOO, which are largely left | rwatson | 2006-02-06 | 1 | -22/+22 |
* | Implement thr_set_name to set a name for thread. | davidxu | 2006-02-05 | 1 | -0/+1 |
* | Assign audit event identifiers to many system calls. | rwatson | 2006-02-03 | 1 | -226/+225 |
* | Map audit-related system calls to audit event identifiers. | rwatson | 2006-02-02 | 1 | -10/+10 |
* | Make aio code MP safe. | davidxu | 2006-01-22 | 1 | -11/+11 |
* | Add abort2() systemcall. | phk | 2005-12-23 | 1 | -0/+1 |
* | Don't use OpenBSD syscall numbers, instead, use new syscall numbers | davidxu | 2005-11-27 | 1 | -16/+22 |
* | Bring in experimental kernel support for POSIX message queue. | davidxu | 2005-11-26 | 1 | -6/+16 |
* | Fix sigevent's POSIX incompatible problem by adding member fields | davidxu | 2005-10-30 | 1 | -8/+10 |
* | Implement POSIX timers. Current only CLOCK_REALTIME and CLOCK_MONOTONIC | davidxu | 2005-10-23 | 1 | -5/+9 |
* | Const-qualify ksem_timedwait's parameter abstime as it's only passed in. | stefanf | 2005-10-18 | 1 | -1/+1 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 1 | -1/+1 |
* | Mark the extended attribute syscalls as being MP safe. | csjp | 2005-09-27 | 1 | -13/+13 |
* | Mark second instance of lchown() MP safe just like the first. | jhb | 2005-07-08 | 1 | -1/+1 |
* | - Add two new system calls: preadv() and pwritev() which are like readv() | jhb | 2005-07-07 | 1 | -2/+5 |
* | Introduce a new field in the syscalls.master file format to hold the | rwatson | 2005-05-30 | 1 | -561/+705 |
* | Normalize white space in syscalls.master: try to use tabs before system | rwatson | 2005-05-29 | 1 | -20/+20 |
* | Mark ntp_gettime() as MSTD, since its system call path will acquire | rwatson | 2005-05-28 | 1 | -1/+1 |
* | Mark the following compatability system calls as MCOMPAT or MCOMPAT4 based | rwatson | 2005-05-28 | 1 | -8/+8 |
* | Mark quotactl() as MSTD. | rwatson | 2005-05-28 | 1 | -1/+1 |
* | Mark kenv(2) as MPSAFE, since it appears to be properly locked down. | rwatson | 2005-05-28 | 1 | -1/+1 |
* | Also mark the COMPAT4 version of fhstatfs() as MPSAFE. | rwatson | 2005-05-28 | 1 | -1/+1 |
* | Mark fhopen(), fhstat(), and fhstatfs() as MSTD, since they now | rwatson | 2005-05-28 | 1 | -3/+3 |
* | Add new syscall thr_new to create thread in atomic, it will | davidxu | 2005-04-23 | 1 | -0/+2 |
* | Fix typo in comment. | stefanf | 2005-03-09 | 1 | -1/+1 |
* | Change the prototype of kevent to remove the const from the changelist. | ps | 2005-03-01 | 1 | -1/+1 |
* | - Struct mount is not yet locked well enough to allow | jeff | 2005-01-26 | 1 | -3/+3 |
* | - Change all VFS syscalls to MSTD as they all manually deal with giant | jeff | 2005-01-24 | 1 | -46/+46 |
* | uuidgen(2) is MP safe. | marcel | 2005-01-03 | 1 | -1/+1 |
* | Make _umtx_op() as more general interface, the final parameter needn't be | davidxu | 2004-12-25 | 1 | -1/+1 |
* | 1. make umtx sharable between processes, the way is two or more processes | davidxu | 2004-12-18 | 1 | -0/+2 |
* | Mark mount, unmount and nmount MPSAFE | phk | 2004-11-25 | 1 | -3/+3 |
* | Add ntp_gettime(2) system call. | marks | 2004-11-18 | 1 | -1/+1 |
* | Add system call place-holders for the following system calls | rwatson | 2004-10-23 | 1 | -0/+11 |
* | Regen to unbreak world. | davidxu | 2004-10-07 | 1 | -1/+1 |
* | Add kldunloadf() system call. Stay tuned for follwing commit messages. | phk | 2004-07-13 | 1 | -0/+1 |
* | Change kse_switchin to accept kse_thr_mailbox pointer, the syscall | davidxu | 2004-07-12 | 1 | -2/+2 |
* | Change the thread ID (thr_id_t) used for 1:1 threading from being a | marcel | 2004-07-02 | 1 | -4/+4 |
* | Mark unlink() as MPSAFE as we now acquire Giant in the unlink() | rwatson | 2004-06-22 | 1 | -1/+1 |
* | Mark link() system call as MPSAFE. | rwatson | 2004-06-22 | 1 | -1/+1 |
* | Add lgetfh(2) which is like getfh(2) but doesn't follow symlinks. | dfr | 2004-04-05 | 1 | -1/+1 |
* | Separate thread synchronization from signals in libthr. Instead | mtm | 2004-03-27 | 1 | -0/+2 |