| Commit message (Expand) | Author | Age | Files | Lines |
* | compat_freebsd4: Add const qualifier to the local variable s inside function ... | Zhenlei Huang | 2024-05-20 | 1 | -1/+2 |
* | compat_freebsd4: Fix handling of errors from subyte() | Mark Johnston | 2023-12-26 | 1 | -6/+4 |
* | compat_freebsd4: Check for errors from subyte() in freebsd4_uname() | Mark Johnston | 2023-12-26 | 1 | -4/+12 |
* | sys: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 1 | -1/+0 |
* | sys: Remove ancient SCCS tags. | Warner Losh | 2023-11-27 | 1 | -2/+0 |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | vfs: retire KERN_VNODE | Mateusz Guzik | 2023-03-17 | 1 | -8/+1 |
* | kern: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -1/+0 |
* | Normalize COMPAT_43 syscall declarations. | Brooks Davis | 2018-12-04 | 1 | -33/+3 |
* | Move most of the contents of opt_compat.h to opt_global.h. | Brooks Davis | 2018-04-06 | 1 | -2/+0 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Remove register keyword from sys/ and ANSIfy prototypes | Ed Maste | 2017-05-17 | 1 | -15/+5 |
* | Renumber license clauses in sys/kern to avoid skipping #3 | Ed Maste | 2016-09-15 | 1 | -1/+1 |
* | Place hostnames and similar information fully under the prison system. | Jamie Gritton | 2009-05-29 | 1 | -11/+11 |
* | Fix compilation. Also move ogetkerninfo() to kern_xxx.c. | Ed Schouten | 2008-12-29 | 1 | -1/+208 |
* | Push down Giant inside sysctl. Also add some more assertions to the code. | Ed Schouten | 2008-12-29 | 1 | -34/+16 |
* | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | Ed Schouten | 2008-11-09 | 1 | -37/+26 |
* | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -1/+3 |
* | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -2/+3 |
* | Introduce a new lock, hostname_mtx, and use it to synchronize access | Robert Watson | 2008-07-05 | 1 | -15/+17 |
* | Someone cut and pasted a bunch of stuff here so lots of | Julian Elischer | 2008-06-26 | 1 | -15/+15 |
* | Further system call comment cleanup: | Robert Watson | 2007-03-05 | 1 | -6/+4 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | Robert Watson | 2007-03-04 | 1 | -24/+0 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -4/+6 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | In osethostname(), don't need to call suser() directly as | Robert Watson | 2004-10-22 | 1 | -4/+2 |
* | Add missing zero flag arguments to calls to userland_sysctl() | Poul-Henning Kamp | 2004-10-12 | 1 | -2/+3 |
* | Put on my peril sensitive sunglasses and add a flags field to the internal | Peter Wemm | 2004-10-11 | 1 | -5/+5 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | Colin Percival | 2004-07-26 | 1 | -1/+1 |
* | Deorbit COMPAT_SUNOS. | Poul-Henning Kamp | 2004-06-11 | 1 | -2/+2 |
* | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
* | Correct mostly harmless off-by-one error in getdomainname(). | Jacques Vidrine | 2003-09-13 | 1 | -2/+2 |
* | Fix a logic error in osethostid() that was introduced in rev. 1.34: | Tim J. Robbins | 2003-08-23 | 1 | -3/+4 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
* | more caddr_t removal. | Alfred Perlstein | 2002-06-29 | 1 | -2/+2 |
* | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -3/+3 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -27/+27 |
* | Pushdown Giant for: profil(), ntp_adjtime(), ogethostname(), | Matthew Dillon | 2001-09-01 | 1 | -36/+86 |
* | This is kind of a hack, but it should work. Currently, world is broken | Peter Wemm | 2001-03-24 | 1 | -0/+8 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | This Implements the mumbled about "Jail" feature. | Poul-Henning Kamp | 1999-04-28 | 1 | -2/+2 |
* | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 1 | -4/+4 |
* | Change various syscalls to use size_t arguments instead of u_int. | Doug Rabson | 1998-08-24 | 1 | -3/+6 |
* | Make COMPAT_43 and COMPAT_SUNOS new-style options. | Eivind Eklund | 1997-12-16 | 1 | -1/+3 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | Poul-Henning Kamp | 1997-11-06 | 1 | -18/+10 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | Collect all the functioons concerned with rebooting into one place | Julian Elischer | 1996-08-19 | 1 | -55/+1 |
* | Removed unnecessary #includes of vm stuff. Most of them were once | Bruce Evans | 1995-12-06 | 1 | -2/+1 |
* | Completed function declarations and/or added prototypes. | Bruce Evans | 1995-12-02 | 1 | -2/+2 |