| Commit message (Expand) | Author | Age | Files | Lines |
* | Typo in comment: commmand -> command | keramida | 2002-11-05 | 1 | -1/+1 |
* | Permit MAC policies to instrument the access control decisions for | rwatson | 2002-11-04 | 1 | -0/+16 |
* | Make sure that the accounting credential is saved along with the vp | rwatson | 2002-10-05 | 1 | -0/+1 |
* | Don't call VOP_LEASE() while holding the accounting mutex. | rwatson | 2002-09-18 | 1 | -1/+1 |
* | - Fix two obvious locking bugs; 1) returning with lock held when it needed | arr | 2002-09-12 | 1 | -3/+16 |
* | - Lock down the accounting code globals with a subsystem mutex. | arr | 2002-09-11 | 1 | -5/+27 |
* | In order to better support flexible and extensible access control, | rwatson | 2002-08-15 | 1 | -1/+1 |
* | Cache the credential provided during accton() for use in later accounting | rwatson | 2002-08-07 | 1 | -5/+17 |
* | Save flags returned by vn_open and use them when calling vn_close. | johan | 2002-07-21 | 1 | -6/+11 |
* | Open accounting file for appending, not general writing. | johan | 2002-07-10 | 1 | -7/+8 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -1/+1 |
* | - Remove an early KSE diagnostic panic. The thread pointer here is always | jhb | 2002-04-09 | 1 | -4/+2 |
* | 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-19 | 1 | -2/+2 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -4/+4 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -0/+4 |
* | o Move suser() calls in kern/ to using suser_xxx() with an explicit | rwatson | 2001-11-01 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -16/+17 |
* | Pushdown Giant for acct(), kqueue(), kevent(), execve(), fork(), | dillon | 2001-09-01 | 1 | -4/+11 |
* | o Reduce gratuitous whitespace difference from Darwin. | rwatson | 2001-08-29 | 1 | -1/+0 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 1 | -2/+2 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -0/+2 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -2/+2 |
* | Back out proc locking to protect p_ucred for obtaining additional | jhb | 2001-01-27 | 1 | -25/+7 |
* | - Proc locking. | jhb | 2001-01-24 | 1 | -7/+27 |
* | Use callout_reset instead of timeout(9). Most callouts are statically | jake | 2000-11-27 | 1 | -6/+5 |
* | Move the truncation code out of vn_open and into the open system call | mckusick | 2000-07-04 | 1 | -2/+3 |
* | Add sysctl descriptions to a few sysctls. Simply "documentation". | nbm | 2000-06-26 | 1 | -3/+3 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 1 | -1/+0 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -0/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Fix a dev_t/udev_t issue with accounting. lastcomm now shows the | phk | 1999-07-10 | 1 | -3/+3 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -2/+2 |
* | Moved limit frobbing (and the resulting limcopy()) that occurs for | dg | 1998-06-05 | 1 | -2/+12 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -3/+2 |
* | init_main.c subr_autoconf.c: | gibbs | 1997-09-21 | 1 | -3/+10 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -2/+1 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 1 | -2/+1 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -18/+18 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | A Major staticize sweep. Generates a couple of warnings that I'll deal | phk | 1995-12-14 | 1 | -10/+19 |
* | Included <sys/sysproto.h> to get central declarations for syscall args | bde | 1995-11-12 | 1 | -1/+4 |
* | Second batch of cleanup changes. | phk | 1995-10-29 | 1 | -2/+2 |
* | Use the same method to determine the time that the process | mpp | 1995-07-23 | 1 | -4/+2 |
* | All of this is cosmetic. prototypes, #includes, printfs and so on. Makes | phk | 1994-10-02 | 1 | -3/+5 |
* | Process accounting implementation by Chris Demetriou, with minor local | dg | 1994-09-26 | 1 | -32/+216 |