| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 1 | -6/+3 |
* | Sync up PRIV_IPC_{ADMIN,READ,WRITE} priv checks in ipcperm() with | rwatson | 2007-02-20 | 1 | -3/+6 |
* | Restore sysv_ipc.c:1.30, which was backed out due to interactions with | rwatson | 2007-02-19 | 1 | -38/+66 |
* | For now, back out sysv_ipc.c:1.30, which caused shmget() with odd mode | rwatson | 2006-12-16 | 1 | -66/+38 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -38/+66 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Add an annotation to the comment for sysv_ipc.c to indicate that the | rwatson | 2004-10-22 | 1 | -2/+6 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Attempt to further comment and clarify System V IPC logic: document | rwatson | 2003-05-31 | 1 | -9/+24 |
* | Attempt to marginally de-obfuscate sections of the System V IPC access | rwatson | 2003-05-31 | 1 | -2/+7 |
* | It is possible for an active aio to prevent shared memory from being | dillon | 2003-01-13 | 1 | -4/+3 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -2/+2 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -1/+1 |
* | Eliminate semexit_hook using at_exit(9) and rm_at_exit(9). | alc | 2001-12-30 | 1 | -12/+0 |
* | o Remove (struct proc *p = td->td_proc) indirection in ipcperm(), | rwatson | 2001-11-02 | 1 | -5/+3 |
* | o Move suser() calls in kern/ to using suser_xxx() with an explicit | rwatson | 2001-11-01 | 1 | -2/+4 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -2/+3 |
* | sysvipc loadable. | alfred | 2000-12-01 | 1 | -204/+38 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -0/+1 |
* | Remove the undocumented, flawed, broken-as-designed semconfig() syscall. | peter | 2000-05-01 | 1 | -9/+0 |
* | In 'ipcperm()', only call 'suser()' if it is actually required. | bsd | 2000-03-13 | 1 | -7/+2 |
* | Fix a superuser credential check. | bsd | 2000-02-29 | 1 | -1/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Change suser_xxx() to suser() where it applies. | phk | 1999-04-27 | 1 | -7/+6 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -3/+3 |
* | Use suser() to determine super-user-ness, don't examine cr_uid directly. | phk | 1999-01-30 | 1 | -2/+5 |
* | Removed an unused #include. Added an unsed #include of <sys/ucred.h> | bde | 1997-11-18 | 1 | -8/+9 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -46/+31 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | kern_descrip.c: add fdshare()/fdcopy() | peter | 1996-02-23 | 1 | -3/+2 |
* | (gulp!) reran makesyscalls.. | peter | 1996-01-08 | 1 | -2/+229 |
* | Somehow managed to miss these four files when converting the SYSV IPC | wollman | 1996-01-05 | 1 | -1/+3 |
* | Added SYSV ipcs. | dfr | 1994-09-13 | 1 | -0/+69 |