| Commit message (Expand) | Author | Age | Files | Lines |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -1/+1 |
* | Change the calls to panic() in uifree(), chgproccnt(), and chgsbsize() | truckman | 2000-09-06 | 1 | -4/+4 |
* | Remove uidinfo hash table lookup and maintenance out of chgproccnt() and | truckman | 2000-09-05 | 1 | -0/+142 |
* | o Centralize inter-process access control, introducing: | rwatson | 2000-08-30 | 1 | -10/+11 |
* | Revert the suser -> suser_xxx change made previously. It was right | green | 2000-08-24 | 1 | -1/+1 |
* | Fix a couple cases where p_trespass wasn't transitioned into place. | green | 2000-08-16 | 1 | -9/+3 |
* | fix a typo | phk | 2000-06-10 | 1 | -1/+1 |
* | o Modify jail to limit creation of sockets to UNIX domain sockets, | rwatson | 2000-06-04 | 1 | -5/+13 |
* | Don't try to account for the partial quantum unless the process is | phk | 2000-02-15 | 1 | -4/+0 |
* | Fix a bug that could crash the system if you press ^T while a slower | green | 2000-01-28 | 1 | -17/+16 |
* | Add a bit of sanity checking and problem avoidance in case the | phk | 1999-11-29 | 1 | -2/+8 |
* | This is a partial commit of the patch from PR 14914: | phk | 1999-11-16 | 1 | -6/+4 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | Trim unused options (or #ifdef for undoc options). | peter | 1999-10-11 | 1 | -1/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 1 | -2/+2 |
* | Change suser_xxx() to suser() where it applies. | phk | 1999-04-27 | 1 | -3/+3 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -4/+4 |
* | Enforce monotonicity of apparent process user, system and interrupt times. | bde | 1999-03-13 | 1 | -22/+51 |
* | Fixed runtime accounting. The time since the previous context switch | bde | 1999-03-11 | 1 | -12/+1 |
* | The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpu | bde | 1999-03-05 | 1 | -2/+2 |
* | Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu, | bde | 1999-02-28 | 1 | -3/+3 |
* | Don't forget to update `switchticks' in corner cases (except for | bde | 1999-02-25 | 1 | -2/+3 |
* | Added comments about non-staticization so it doesn't get un-done next | newton | 1999-01-31 | 1 | -1/+2 |
* | Unstaticized routines which are needed by the svr4 KLD and the streams | newton | 1999-01-30 | 1 | -3/+3 |
* | Fixed double counting of runtime after a process exits. The last | bde | 1998-07-27 | 1 | -1/+11 |
* | Some cleanups related to timecounters and weird ifdefs in <sys/time.h>. | phk | 1998-05-28 | 1 | -11/+14 |
* | s/nanoruntime/nanouptime/g | phk | 1998-05-17 | 1 | -2/+2 |
* | Fix previous commit. Don't people read compiler messages or something?? | peter | 1998-04-05 | 1 | -2/+2 |
* | Time changes mark 2: | phk | 1998-04-04 | 1 | -7/+10 |
* | Reviewed by: msmith, bde long ago | dufault | 1998-03-04 | 1 | -2/+5 |
* | Staticize. | eivind | 1998-02-09 | 1 | -5/+5 |
* | Restrict idleprio to superuser: | dg | 1998-02-04 | 1 | -1/+11 |
* | Set p_retval for the correct process in getpriority(). This fixes | bde | 1998-01-19 | 1 | -3/+3 |
* | Make COMPAT_43 and COMPAT_SUNOS new-style options. | eivind | 1997-12-16 | 1 | -1/+2 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 1 | -2/+2 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -18/+10 |
* | Print more info in the "calcru: negative time" message. | bde | 1997-08-26 | 1 | -2/+3 |
* | Man the liferafts! Here comes the long awaited SMP -> -current merge! | peter | 1997-04-26 | 1 | -2/+4 |
* | 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 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Make DFLDSIZ and MAXDSIZ fully-supported options. | joerg | 1996-12-22 | 1 | -1/+3 |
* | Fixed accumulation of run time for processes that don't accumulate | bde | 1996-06-08 | 1 | -7/+5 |
* | From Lite2: proc LIST changes | hsu | 1996-03-11 | 1 | -8/+9 |
* | Fix a printf, well, actually break it, that is... | phk | 1996-01-16 | 1 | -10/+10 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+6 |
* | Included <sys/sysproto.h> to get central declarations for syscall args | bde | 1995-11-12 | 1 | -1/+18 |
* | Fixed types of rtprio(), osetrlimit() and setrlimit(). The args struct | bde | 1995-11-11 | 1 | -12/+12 |
* | Fix a sign extension bug that was unleashed by the previous change. | bde | 1995-10-23 | 1 | -3/+9 |