summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Update the comment about System initialization to reflect the use ofdavidc2001-12-081-8/+6
* o A few more minor whitespace and other style fixes.rwatson2001-12-061-6/+7
* o Remove unnecessary inclusion of opt_global.h.rwatson2001-12-062-2/+0
* o Make kern.security.bsd.suser_enabled TUNABLE.rwatson2001-12-051-0/+1
* Update pathnames for creation of tags file.mckusick2001-12-051-3/+1
* o Update an instance of 'unprivileged_procdebug_permitted' missedrwatson2001-12-031-6/+6
* o Introduce pr_mtx into struct prison, providing protection for therwatson2001-12-033-6/+57
* o Uniformly copy uap arguments into local variables before grabbingrwatson2001-12-021-3/+1
* o Remove KSE race in setuid() in which oldcred was preserved before giantrwatson2001-12-021-1/+1
* o General style, formatting, etc, improvements:rwatson2001-12-021-167/+107
* make LOCKF_DEBUG kernel option work (sorta)alfred2001-12-021-10/+26
* vm/vm_kern.c: rate limit (to once per second) diagnostic printf whenluigi2001-12-011-1/+14
* o Introduce kern.security.bsd.unprivileged_read_msgbuf, which allowsrwatson2001-11-301-0/+13
* o Further sysctl name simplification, generally stripping 'permitted',rwatson2001-11-301-9/+9
* o Move current inhabitants of kern.security to kern.security.bsd, sorwatson2001-11-301-14/+16
* o Cache req->td->td_proc->p_ucred->cr_prison in pr to improverwatson2001-11-281-13/+10
* Return a more meaningful errno when the length of the interpreterjwd2001-11-281-1/+1
* Dont print the sysctl node tree unless you're root.peter2001-11-281-0/+5
* Context:bmilekic2001-11-251-1/+2
* Since we used '#ifdef __i386__', don't close with '#endif /* !__alpha__ */'dfr2001-11-241-1/+1
* Remove the use of _PATH_DEV in the example.obrien2001-11-242-4/+4
* Recognize the "fixed" geometry in boot1 so that DD disks are notpeter2001-11-211-5/+30
* We only have slices on i386 and IA-64.obrien2001-11-202-2/+10
* Make kevents on pipes work as described in the manpage - when the lastsobomax2001-11-191-0/+1
* cast hashing index to (int)(intptr_t) for calculation.dillon2001-11-191-3/+3
* - Ensure that linker file id's are unique, rather than blindlyarr2001-11-181-1/+15
* Give struct socket structures a ref counting interface similar todillon2001-11-177-146/+163
* Fix some warnings on 64 bit platforms.peter2001-11-171-1/+4
* utime/stime.tv_sec are elapsed times, not relative to 1970. We canpeter2001-11-171-4/+4
* You cannot cast a time_t to quad_t and printf it with %lld. quad_t ispeter2001-11-161-2/+2
* Fix a number of misspellings of "dependency" and "dependencies" iniedowse2001-11-164-12/+12
* Back out the previous fix to the leading zero problem, I hadn'tphk2001-11-161-2/+0
* Reject leading zeros in dev_stdclone().phk2001-11-161-0/+2
* Switch warnings and strict back on again in a way that's compatiblejoe2001-11-161-3/+3
* Do not allow leading zeros on device names in dev_stdclone().fenner2001-11-151-0/+2
* Use MTX_QUIET for the lock operations during clock interrupts so their logsjhb2001-11-151-6/+6
* Add a couple of returns to making recovering from a failed witness_assert()jhb2001-11-151-2/+6
* Remove definition of witness and comment stating that this file implementsjhb2001-11-152-44/+2
* remove holdfp()dillon2001-11-144-118/+168
* Create a mutex pool API for short term leaf mutexes.dillon2001-11-134-73/+152
* As a followup to the previous fixes to inferior, revert some of thejhb2001-11-131-6/+3
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.ps2001-11-131-2/+2
* Remove EOL whitespace.keramida2001-11-121-8/+8
* Make KASSERT's print the values that triggered a panic.keramida2001-11-121-2/+3
* Clean up breakage in inferior() I introduced in 1.92 of kern_proc.c:jhb2001-11-122-9/+10
* Commit the better version that I had a while ago. This has only onepeter2001-11-121-2/+5
* When curproc is used repeatedly store curproc into a localdillon2001-11-121-3/+4
* turn vn_open() into a wrapper around vn_open_cred() which allowsalfred2001-11-111-2/+12
* - No need for resetting values to 0 when M_ZERO flag is used.arr2001-11-101-6/+0
* Properly sanity-check the old msgbuf structure before we accept itiedowse2001-11-091-3/+6
OpenPOWER on IntegriCloud