summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_xxx.c
Commit message (Expand)AuthorAgeFilesLines
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-11/+11
* Fix compilation. Also move ogetkerninfo() to kern_xxx.c.ed2008-12-291-1/+208
* Push down Giant inside sysctl. Also add some more assertions to the code.ed2008-12-291-34/+16
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-091-37/+26
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-1/+3
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-2/+3
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-051-15/+17
* Someone cut and pasted a bunch of stuff here so lots ofjulian2008-06-261-15/+15
* Further system call comment cleanup:rwatson2007-03-051-6/+4
* Remove 'MPSAFE' annotations from the comments above most system calls: allrwatson2007-03-041-24/+0
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-4/+6
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* In osethostname(), don't need to call suser() directly asrwatson2004-10-221-4/+2
* Add missing zero flag arguments to calls to userland_sysctl()phk2004-10-121-2/+3
* Put on my peril sensitive sunglasses and add a flags field to the internalpeter2004-10-111-5/+5
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-261-1/+1
* Deorbit COMPAT_SUNOS.phk2004-06-111-2/+2
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Correct mostly harmless off-by-one error in getdomainname().nectar2003-09-131-2/+2
* Fix a logic error in osethostid() that was introduced in rev. 1.34:tjr2003-08-231-3/+4
* Use __FBSDID().obrien2003-06-111-1/+3
* more caddr_t removal.alfred2002-06-291-2/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-3/+3
* KSE Milestone 2julian2001-09-121-27/+27
* Pushdown Giant for: profil(), ntp_adjtime(), ogethostname(),dillon2001-09-011-36/+86
* This is kind of a hack, but it should work. Currently, world is brokenpeter2001-03-241-0/+8
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* This Implements the mumbled about "Jail" feature.phk1999-04-281-2/+2
* Suser() simplification:phk1999-04-271-4/+4
* Change various syscalls to use size_t arguments instead of u_int.dfr1998-08-241-3/+6
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+3
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-18/+10
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Collect all the functioons concerned with rebooting into one placejulian1996-08-191-55/+1
* Removed unnecessary #includes of vm stuff. Most of them were oncebde1995-12-061-2/+1
* Completed function declarations and/or added prototypes.bde1995-12-021-2/+2
* Remove unused var.phk1995-11-201-2/+2
* Get rid of domainnamelen.phk1995-11-141-2/+3
* Restored the (buggy) historical behaviour of getdomainname().bde1995-11-121-6/+6
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-121-1/+18
* Fixed types of ogethostid() and osethostid(). The args struct namesbde1995-11-111-6/+9
* Make the old compat functions use the sysctl front door, rather thanphk1995-11-091-19/+27
* Removed unused local variable from shutdown_nice()nate1995-09-061-3/+1
* Call boot() instead of cpu_reset() if init isn't running in shutdown_nice.dg1995-08-201-7/+6
* Extentd David's recent change to shutdown_nice() by callingjoerg1995-08-061-1/+5
* Rewrote shutdown_nice() to fix the init-not-yet-started panic().dg1995-07-301-3/+3
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Implemented a "TEXT_SET" called 'cleanup_set' which will be called beforephk1994-12-041-1/+20
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-1/+2
OpenPOWER on IntegriCloud