aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Update to C99, s/__FUNCTION__/__func__/.David E. O'Brien2001-12-106-25/+25
* Repeat after me -- "Use of ANSI string concatenation can be bad."David E. O'Brien2001-12-104-38/+38
* o Eliminate compilation warnings on 64-bit architectures.Alan Cox2001-12-101-3/+3
* o Eliminate unnecessary synchronization from filt_aiodetach().Alan Cox2001-12-091-5/+3
* Allow maxusers to be specified as 0 in the kernel config, which willMatthew Dillon2001-12-091-18/+40
* The nbuf calculation was assuming that PAGE_SIZE = 4096 bytes, which isMatthew Dillon2001-12-081-6/+12
* Update the comment about System initialization to reflect the use ofChad David2001-12-081-8/+6
* o A few more minor whitespace and other style fixes.Robert Watson2001-12-061-6/+7
* o Remove unnecessary inclusion of opt_global.h.Robert Watson2001-12-062-2/+0
* o Make kern.security.bsd.suser_enabled TUNABLE.Robert Watson2001-12-051-0/+1
* Update pathnames for creation of tags file.Kirk McKusick2001-12-051-3/+1
* o Update an instance of 'unprivileged_procdebug_permitted' missedRobert Watson2001-12-031-6/+6
* o Introduce pr_mtx into struct prison, providing protection for theRobert Watson2001-12-033-6/+57
* o Uniformly copy uap arguments into local variables before grabbingRobert Watson2001-12-021-3/+1
* o Remove KSE race in setuid() in which oldcred was preserved before giantRobert Watson2001-12-021-1/+1
* o General style, formatting, etc, improvements:Robert Watson2001-12-021-167/+107
* make LOCKF_DEBUG kernel option work (sorta)Alfred Perlstein2001-12-021-10/+26
* vm/vm_kern.c: rate limit (to once per second) diagnostic printf whenLuigi Rizzo2001-12-011-1/+14
* o Introduce kern.security.bsd.unprivileged_read_msgbuf, which allowsRobert Watson2001-11-301-0/+13
* o Further sysctl name simplification, generally stripping 'permitted',Robert Watson2001-11-301-9/+9
* o Move current inhabitants of kern.security to kern.security.bsd, soRobert Watson2001-11-301-14/+16
* o Cache req->td->td_proc->p_ucred->cr_prison in pr to improveRobert Watson2001-11-281-13/+10
* Return a more meaningful errno when the length of the interpreterJohn W. De Boskey2001-11-281-1/+1
* Dont print the sysctl node tree unless you're root.Peter Wemm2001-11-281-0/+5
* Context:Bosko Milekic2001-11-251-1/+2
* Since we used '#ifdef __i386__', don't close with '#endif /* !__alpha__ */'Doug Rabson2001-11-241-1/+1
* Remove the use of _PATH_DEV in the example.David E. O'Brien2001-11-242-4/+4
* Recognize the "fixed" geometry in boot1 so that DD disks are notPeter Wemm2001-11-211-5/+30
* We only have slices on i386 and IA-64.David E. O'Brien2001-11-202-2/+10
* Make kevents on pipes work as described in the manpage - when the lastMaxim Sobolev2001-11-191-0/+1
* cast hashing index to (int)(intptr_t) for calculation.Matthew Dillon2001-11-191-3/+3
* - Ensure that linker file id's are unique, rather than blindlyAndrew R. Reiter2001-11-181-1/+15
* Give struct socket structures a ref counting interface similar toMatthew Dillon2001-11-177-146/+163
* Fix some warnings on 64 bit platforms.Peter Wemm2001-11-171-1/+4
* utime/stime.tv_sec are elapsed times, not relative to 1970. We canPeter Wemm2001-11-171-4/+4
* You cannot cast a time_t to quad_t and printf it with %lld. quad_t isPeter Wemm2001-11-161-2/+2
* Fix a number of misspellings of "dependency" and "dependencies" inIan Dowse2001-11-164-12/+12
* Back out the previous fix to the leading zero problem, I hadn'tPoul-Henning Kamp2001-11-161-2/+0
* Reject leading zeros in dev_stdclone().Poul-Henning Kamp2001-11-161-0/+2
* Switch warnings and strict back on again in a way that's compatibleJosef Karthauser2001-11-161-3/+3
* Do not allow leading zeros on device names in dev_stdclone().Bill Fenner2001-11-151-0/+2
* Use MTX_QUIET for the lock operations during clock interrupts so their logsJohn Baldwin2001-11-151-6/+6
* Add a couple of returns to making recovering from a failed witness_assert()John Baldwin2001-11-151-2/+6
* Remove definition of witness and comment stating that this file implementsJohn Baldwin2001-11-152-44/+2
* remove holdfp()Matthew Dillon2001-11-144-118/+168
* Create a mutex pool API for short term leaf mutexes.Matthew Dillon2001-11-134-73/+152
* As a followup to the previous fixes to inferior, revert some of theJohn Baldwin2001-11-131-6/+3
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.Paul Saab2001-11-131-2/+2
* Remove EOL whitespace.Giorgos Keramidas2001-11-121-8/+8
* Make KASSERT's print the values that triggered a panic.Giorgos Keramidas2001-11-121-2/+3