| Commit message (Expand) | Author | Age | Files | Lines |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+3 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, | rwatson | 2005-09-28 | 1 | -4/+2 |
* | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | rwatson | 2005-09-19 | 1 | -2/+4 |
* | - Implement svr4_emul_find() using kern_alternate_path(). This changes | jhb | 2005-02-07 | 1 | -29/+22 |
* | Start each of the license/copyright comments with /*- | imp | 2005-01-05 | 1 | -1/+1 |
* | Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl() | jhb | 2004-08-24 | 1 | -62/+42 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 1 | -2/+3 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -1/+1 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -1/+1 |
* | SCARGS removal take II. | alfred | 2002-12-14 | 1 | -61/+61 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 1 | -61/+61 |
* | Remove SCARGS. | alfred | 2002-12-13 | 1 | -61/+61 |
* | In continuation of early fileop credential changes, modify fo_ioctl() to | rwatson | 2002-08-17 | 1 | -1/+2 |
* | Enforce MAC policies for the locally implemented vnode services in | rwatson | 2002-08-12 | 1 | -0/+12 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -9/+9 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -3/+3 |
* | Semi-backout previous fgetvp change, we need the struct file pointer | alfred | 2002-01-19 | 1 | -7/+11 |
* | fix typo, there's uap, just fd | alfred | 2002-01-16 | 1 | -1/+1 |
* | Replace ffind_* with fget calls. | alfred | 2002-01-14 | 1 | -24/+11 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -10/+29 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -66/+67 |
* | get rid of some printf and pointer type warnings | assar | 2001-07-22 | 1 | -1/+1 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -4/+6 |
* | Back out proc locking to protect p_ucred for obtaining additional | jhb | 2001-01-27 | 1 | -20/+4 |
* | Proc locking. | jhb | 2001-01-23 | 1 | -10/+31 |
* | Cleanup after repo copy of sys/svr4 to sys/compat/svr4. | obrien | 2000-08-31 | 1 | -6/+6 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 1 | -0/+4 |
* | Remove unneeded #include <sys/kernel.h> | phk | 2000-04-29 | 1 | -1/+0 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -1/+0 |
* | fd_revoke() shouldn't panic if the descriptor provided is not a file or | newton | 1999-12-12 | 1 | -9/+2 |
* | This is what was "fdfix2.patch," a fix for fd sharing. It's pretty | green | 1999-09-19 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Simplify the handling of VCHR and VBLK vnodes using the new dev_t: | phk | 1999-08-26 | 1 | -2/+2 |
* | Add $Id$ tags | newton | 1999-07-30 | 1 | -0/+2 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -1/+1 |
* | Emulator KLD for SysVR4 executables grabbed from NetBSD. | newton | 1999-01-30 | 1 | -0/+721 |