| Commit message (Expand) | Author | Age | Files | Lines |
* | Get ready to mark open, creat and nosys as MPSAFE. | dwmalone | 2004-03-16 | 1 | -3/+3 |
* | Drop the proc lock around calls to the MD functions ptrace_single_step(), | jhb | 2004-03-15 | 1 | -1/+1 |
* | Push Giant down a little further: | peter | 2004-03-13 | 1 | -1/+1 |
* | Add ksem_timedwait() to complement ksem_wait(). | deischen | 2004-02-03 | 1 | -0/+1 |
* | Put restrict back in, the compilation failure was my fault when I | alfred | 2003-12-26 | 1 | -8/+8 |
* | We're not ready for restrict qualifiers here. | alfred | 2003-12-24 | 1 | -8/+8 |
* | Add restrict qualifiers. | alfred | 2003-12-24 | 1 | -4/+8 |
* | Remove namespc column and attempt to un-fold some of the longer lines | peter | 2003-12-23 | 1 | -563/+543 |
* | Update file locations for syscall tables to copy to. | peter | 2003-12-10 | 1 | -3/+4 |
* | Add kse_switchin(2). This syscall can be used by KSE implementations | marcel | 2003-12-07 | 1 | -0/+2 |
* | - Revision 1.156 marked ptrace() SMP safe. Unfortunately, alpha implements | jeff | 2003-11-14 | 1 | -1/+1 |
* | Update the statfs structure with 64-bit fields to allow | mckusick | 2003-11-12 | 1 | -8/+10 |
* | Mark ptrace(), ktrace(), utrace(), sysarch(), and issetugid() as MP safe. | jhb | 2003-11-07 | 1 | -5/+5 |
* | Don peril-sensitive sunglasses and mark pipe(2) as MPSAFE. I've beaten up | scottl | 2003-10-21 | 1 | -1/+1 |
* | Mark dup as MPSAFE. Giant was pushed into dup ages ago, but it looks | dwmalone | 2003-10-20 | 1 | -1/+1 |
* | msync(2) should be declared MP-safe. | alc | 2003-09-07 | 1 | -1/+1 |
* | o Refine kse_thr_interrupt to allow it to handle different commands. | davidxu | 2003-07-17 | 1 | -1/+1 |
* | o Change kse_thr_interrupt to allow send a signal to a specified thread, | davidxu | 2003-06-28 | 1 | -1/+1 |
* | Add system calls to explicitly list extended attributes on a | rwatson | 2003-06-04 | 1 | -0/+6 |
* | o In struct prison, add an allprison linked list of prisons (protected | mike | 2003-04-09 | 1 | -0/+1 |
* | - Mark the various thr syscalls as MP safe. Previously there was a bug if | jeff | 2003-04-01 | 1 | -4/+4 |
* | - Include umtx.h in files generated by makesyscalls.sh | jeff | 2003-04-01 | 1 | -0/+2 |
* | - Add the four thr related system calls. | jeff | 2003-04-01 | 1 | -0/+4 |
* | - Define sigwait, sigtimedwait, and sigwaitinfo in terms of | jeff | 2003-03-31 | 1 | -2/+5 |
* | Add a timeout parameter to kse_release. | davidxu | 2003-02-20 | 1 | -1/+1 |
* | Add const qualifier to data argument for msgsnd. | alfred | 2003-01-26 | 1 | -1/+1 |
* | Bring shm functions closer the the opengroup standards. | alfred | 2003-01-25 | 1 | -3/+3 |
* | Bring semop() closer the the opengroup standards. | alfred | 2003-01-25 | 1 | -1/+1 |
* | Some KSE syscalls are MPSAFE. | davidxu | 2003-01-04 | 1 | -3/+3 |
* | Add definitions for four new system calls: | rwatson | 2002-12-29 | 1 | -0/+8 |
* | This is David Schultz's swapoff code which I am finally able to commit. | dillon | 2002-12-15 | 1 | -0/+1 |
* | Add getcontext, setcontext, and swapcontext as system calls. | deischen | 2002-11-16 | 1 | -0/+4 |
* | Flesh out the definition of __mac_execve(): per earlier discussion, | rwatson | 2002-11-05 | 1 | -1/+2 |
* | Rename __execve_mac() to __mac_execve() for increased consistency | rwatson | 2002-11-01 | 1 | -1/+1 |
* | Split 4.x and 5.x signal handling so that we can keep 4.x signal | peter | 2002-10-25 | 1 | -5/+6 |
* | Flesh out prototypes for __mac_get_pid, __mac_get_link, and | rwatson | 2002-10-22 | 1 | -3/+5 |
* | Stake a claim on 418 (__xstat), 419 (__xfstat), 420 (__xlstat) | peter | 2002-10-19 | 1 | -0/+3 |
* | Grab 416/417 real estate before I get burned while testing again. | peter | 2002-10-19 | 1 | -0/+2 |
* | Add a placeholder for the execve_mac() system call, similar to SELinux's | rwatson | 2002-10-19 | 1 | -0/+1 |
* | Restore pointer that was removed in 1.128. This wasn't a merge-o. | peter | 2002-10-15 | 1 | -0/+4 |
* | Fix what looks like a merge-o from a conflict in the last commit to | rwatson | 2002-10-10 | 1 | -9/+4 |
* | Add a pointer to the alternate syscall tables on 64 bit platforms. | peter | 2002-10-09 | 1 | -0/+8 |
* | Flesh out the extattr_{delete,get,set}_link() system calls: variations | rwatson | 2002-10-09 | 1 | -3/+8 |
* | Let kse_wakeup() take a KSE mailbox pointer argument. | archie | 2002-10-02 | 1 | -1/+1 |
* | Reserve system call numbers for the following system calls: | rwatson | 2002-10-01 | 1 | -0/+6 |
* | Make the following name changes to KSE related functions, etc., to better | archie | 2002-09-25 | 1 | -4/+4 |
* | Add the rest of the kernel support for the sem_ API in kern/uipc_sem.c. | alfred | 2002-09-19 | 1 | -0/+15 |
* | mac_syscall is now implemented, switch to MSTD. | rwatson | 2002-08-19 | 1 | -1/+1 |
* | Rename mac_policy() to mac_syscall() to be more reflective of its | rwatson | 2002-08-06 | 1 | -1/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-30 | 1 | -6/+8 |