| Commit message (Expand) | Author | Age | Files | Lines |
* | Place hostnames and similar information fully under the prison system. | jamie | 2009-05-29 | 1 | -11/+11 |
* | Fix compilation. Also move ogetkerninfo() to kern_xxx.c. | ed | 2008-12-29 | 1 | -1/+208 |
* | Push down Giant inside sysctl. Also add some more assertions to the code. | ed | 2008-12-29 | 1 | -34/+16 |
* | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | ed | 2008-11-09 | 1 | -37/+26 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -1/+3 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -2/+3 |
* | Introduce a new lock, hostname_mtx, and use it to synchronize access | rwatson | 2008-07-05 | 1 | -15/+17 |
* | Someone cut and pasted a bunch of stuff here so lots of | julian | 2008-06-26 | 1 | -15/+15 |
* | Further system call comment cleanup: | rwatson | 2007-03-05 | 1 | -6/+4 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | rwatson | 2007-03-04 | 1 | -24/+0 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -4/+6 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | In osethostname(), don't need to call suser() directly as | rwatson | 2004-10-22 | 1 | -4/+2 |
* | Add missing zero flag arguments to calls to userland_sysctl() | phk | 2004-10-12 | 1 | -2/+3 |
* | Put on my peril sensitive sunglasses and add a flags field to the internal | peter | 2004-10-11 | 1 | -5/+5 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 1 | -1/+1 |
* | Deorbit COMPAT_SUNOS. | phk | 2004-06-11 | 1 | -2/+2 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Correct mostly harmless off-by-one error in getdomainname(). | nectar | 2003-09-13 | 1 | -2/+2 |
* | Fix a logic error in osethostid() that was introduced in rev. 1.34: | tjr | 2003-08-23 | 1 | -3/+4 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | more caddr_t removal. | alfred | 2002-06-29 | 1 | -2/+2 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -3/+3 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -27/+27 |
* | Pushdown Giant for: profil(), ntp_adjtime(), ogethostname(), | dillon | 2001-09-01 | 1 | -36/+86 |
* | This is kind of a hack, but it should work. Currently, world is broken | peter | 2001-03-24 | 1 | -0/+8 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 1 | -2/+2 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -4/+4 |
* | Change various syscalls to use size_t arguments instead of u_int. | dfr | 1998-08-24 | 1 | -3/+6 |
* | Make COMPAT_43 and COMPAT_SUNOS new-style options. | eivind | 1997-12-16 | 1 | -1/+3 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -18/+10 |
* | 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 |
* | Collect all the functioons concerned with rebooting into one place | julian | 1996-08-19 | 1 | -55/+1 |
* | Removed unnecessary #includes of vm stuff. Most of them were once | bde | 1995-12-06 | 1 | -2/+1 |
* | Completed function declarations and/or added prototypes. | bde | 1995-12-02 | 1 | -2/+2 |
* | Remove unused var. | phk | 1995-11-20 | 1 | -2/+2 |
* | Get rid of domainnamelen. | phk | 1995-11-14 | 1 | -2/+3 |
* | Restored the (buggy) historical behaviour of getdomainname(). | bde | 1995-11-12 | 1 | -6/+6 |
* | Included <sys/sysproto.h> to get central declarations for syscall args | bde | 1995-11-12 | 1 | -1/+18 |
* | Fixed types of ogethostid() and osethostid(). The args struct names | bde | 1995-11-11 | 1 | -6/+9 |
* | Make the old compat functions use the sysctl front door, rather than | phk | 1995-11-09 | 1 | -19/+27 |
* | Removed unused local variable from shutdown_nice() | nate | 1995-09-06 | 1 | -3/+1 |
* | Call boot() instead of cpu_reset() if init isn't running in shutdown_nice. | dg | 1995-08-20 | 1 | -7/+6 |
* | Extentd David's recent change to shutdown_nice() by calling | joerg | 1995-08-06 | 1 | -1/+5 |
* | Rewrote shutdown_nice() to fix the init-not-yet-started panic(). | dg | 1995-07-30 | 1 | -3/+3 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
* | Implemented a "TEXT_SET" called 'cleanup_set' which will be called before | phk | 1994-12-04 | 1 | -1/+20 |
* | All of this is cosmetic. prototypes, #includes, printfs and so on. Makes | phk | 1994-10-02 | 1 | -1/+2 |