aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_xxx.c
Commit message (Expand)AuthorAgeFilesLines
* kern: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Normalize COMPAT_43 syscall declarations.Brooks Davis2018-12-041-33/+3
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-15/+5
* Renumber license clauses in sys/kern to avoid skipping #3Ed Maste2016-09-151-1/+1
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-11/+11
* Fix compilation. Also move ogetkerninfo() to kern_xxx.c.Ed Schouten2008-12-291-1/+208
* Push down Giant inside sysctl. Also add some more assertions to the code.Ed Schouten2008-12-291-34/+16
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.Ed Schouten2008-11-091-37/+26
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-1/+3
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-2/+3
* Introduce a new lock, hostname_mtx, and use it to synchronize accessRobert Watson2008-07-051-15/+17
* Someone cut and pasted a bunch of stuff here so lots ofJulian Elischer2008-06-261-15/+15
* Further system call comment cleanup:Robert Watson2007-03-051-6/+4
* Remove 'MPSAFE' annotations from the comments above most system calls: allRobert Watson2007-03-041-24/+0
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-4/+6
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* In osethostname(), don't need to call suser() directly asRobert Watson2004-10-221-4/+2
* Add missing zero flag arguments to calls to userland_sysctl()Poul-Henning Kamp2004-10-121-2/+3
* Put on my peril sensitive sunglasses and add a flags field to the internalPeter Wemm2004-10-111-5/+5
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This isColin Percival2004-07-261-1/+1
* Deorbit COMPAT_SUNOS.Poul-Henning Kamp2004-06-111-2/+2
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-051-4/+0
* Correct mostly harmless off-by-one error in getdomainname().Jacques Vidrine2003-09-131-2/+2
* Fix a logic error in osethostid() that was introduced in rev. 1.34:Tim J. Robbins2003-08-231-3/+4
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* more caddr_t removal.Alfred Perlstein2002-06-291-2/+2
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-3/+3
* KSE Milestone 2Julian Elischer2001-09-121-27/+27
* Pushdown Giant for: profil(), ntp_adjtime(), ogethostname(),Matthew Dillon2001-09-011-36/+86
* This is kind of a hack, but it should work. Currently, world is brokenPeter Wemm2001-03-241-0/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-2/+2
* Suser() simplification:Poul-Henning Kamp1999-04-271-4/+4
* Change various syscalls to use size_t arguments instead of u_int.Doug Rabson1998-08-241-3/+6
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-1/+3
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-18/+10
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Collect all the functioons concerned with rebooting into one placeJulian Elischer1996-08-191-55/+1
* Removed unnecessary #includes of vm stuff. Most of them were onceBruce Evans1995-12-061-2/+1
* Completed function declarations and/or added prototypes.Bruce Evans1995-12-021-2/+2
* Remove unused var.Poul-Henning Kamp1995-11-201-2/+2
* Get rid of domainnamelen.Poul-Henning Kamp1995-11-141-2/+3
* Restored the (buggy) historical behaviour of getdomainname().Bruce Evans1995-11-121-6/+6
* Included <sys/sysproto.h> to get central declarations for syscall argsBruce Evans1995-11-121-1/+18
* Fixed types of ogethostid() and osethostid(). The args struct namesBruce Evans1995-11-111-6/+9
* Make the old compat functions use the sysctl front door, rather thanPoul-Henning Kamp1995-11-091-19/+27
* Removed unused local variable from shutdown_nice()Nate Williams1995-09-061-3/+1