| Commit message (Expand) | Author | Age | Files | Lines |
* | /* -> /*- for license, add FreeBSD tag | imp | 2005-01-06 | 1 | -1/+1 |
* | - Move the function prototypes for kern_setrlimit() and kern_wait() to | jhb | 2005-01-05 | 1 | -0/+1 |
* | Add missing zero flag arguments to sysctl calls. | phk | 2004-10-12 | 1 | -1/+1 |
* | Nice, is a property of a process as a whole.. | julian | 2004-06-16 | 1 | -2/+2 |
* | - Replace wait1() with a kern_wait() function that accepts the pid, | jhb | 2004-03-17 | 1 | -23/+15 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -51/+33 |
* | Fix a multitude of security bugs in the iBCS2 emulator: | tjr | 2003-10-12 | 1 | -3/+21 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-06-02 | 1 | -2/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -2/+2 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -2/+2 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -2/+2 |
* | SCARGS removal take II. | alfred | 2002-12-14 | 1 | -126/+126 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 1 | -126/+126 |
* | Remove SCARGS. | alfred | 2002-12-13 | 1 | -126/+126 |
* | Add necessary instrumentation to IBCS2 emulation support for mandatory | rwatson | 2002-08-12 | 1 | -0/+15 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -2/+2 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -6/+19 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -160/+161 |
* | Add a new MI pointer to the process' trapframe p_frame instead of using | jhb | 2001-06-29 | 1 | -1/+1 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -2/+3 |
* | Proc locking. | jhb | 2001-01-23 | 1 | -0/+5 |
* | sigset_t change (part 4 of 5) | marcel | 1999-09-29 | 1 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -3/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 1 | -18/+18 |
* | Silence a harmless warning. | des | 1998-09-26 | 1 | -2/+2 |
* | Removed unused includes. Fixed disordering of includes. | bde | 1998-08-17 | 1 | -8/+6 |
* | Backed out previous commit. The seconds part of microtime() is | bde | 1998-08-17 | 1 | -2/+2 |
* | Use getmicrotime insted of microtime, we only use the second part. | phk | 1998-04-06 | 1 | -2/+2 |
* | Make a kernel version of the timer* functions called timerval* to be | phk | 1998-04-06 | 1 | -2/+2 |
* | Don't include <sys/lock.h> in headers when only `struct simplelock' is | bde | 1997-12-05 | 1 | -1/+2 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -135/+99 |
* | Fixed a pedantic syntax error (case labels without a statement). | bde | 1997-08-25 | 1 | -1/+2 |
* | Removed unused #includes. | bde | 1997-07-20 | 1 | -22/+1 |
* | Do The Right Thing when an iBCS2 program does getgroups(0, whatever) -- we | sef | 1997-06-25 | 1 | -2/+6 |
* | md_regs is a struct trapframe * now, not int [] | peter | 1997-05-07 | 1 | -2/+2 |
* | Fixes to ibcs2_getdents, including using struct dirent instead of | dfr | 1997-04-06 | 1 | -27/+101 |
* | 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 | -1/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make this compile again after the Lite2 merge. | mpp | 1997-02-10 | 1 | -2/+2 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -4/+4 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Better fix for the previous overflow problem using the code from | nate | 1996-12-05 | 1 | -2/+2 |
* | 'ulimit' can overflow the int return value, so avoid the overflow by | nate | 1996-12-05 | 1 | -1/+2 |
* | Clean up -Wunused warnings. | gpalmer | 1996-06-12 | 1 | -4/+6 |
* | Add code to properly translate signal returned in status argument of wait4() | swallace | 1995-10-23 | 1 | -5/+25 |