summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Placemark an interrupt race in -current which is currently protected bydillon2001-11-081-0/+4
* o General style improvemnts.rwatson2001-11-081-10/+11
* o Trim trailing whitespace from kern_mib.c, as suggested by bde. Goodrwatson2001-11-081-45/+45
* o Replace reference to 'struct proc' with 'struct thread' in 'structrwatson2001-11-083-11/+11
* For what its worth, sync up the type of ps_arg_cache_max (unsigned long)peter2001-11-081-1/+1
* o Cache the process's struct prison so as to create a more visuallyrwatson2001-11-061-7/+8
* o Remove a tab missed in the previous whitespace commit.rwatson2001-11-061-1/+1
* o Remove double-indentation of sysctl_kern_securelvl. This change isrwatson2001-11-061-31/+30
* o No need to set values to 0 when we utilize M_ZEROarr2001-11-051-2/+0
* Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blockingdillon2001-11-052-5/+10
* Update copyrights to include Thomas Moestl.rwatson2001-11-051-5/+4
* Define a new mount flag "MNT_JAILDEVFS"phk2001-11-052-16/+4
* Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mountdillon2001-11-043-0/+3
* *** empty log message ***peter2001-11-041-3/+3
* Don't call cdevsw_add().phk2001-11-041-1/+0
* Rename the top 7 bits if disk minors to spare bits, rather than type bits.phk2001-11-041-1/+1
* Don't choke on old sd%d.ctl devices.phk2001-11-031-0/+2
* _SIG_MAXSIG (128) is the highest legal signal. The arrays are offsetpeter2001-11-031-2/+2
* Partial reversion of rev 1.138. kill and killpg allow a signalpeter2001-11-031-2/+2
* FreeBSD/tahoe is not likely for a while.peter2001-11-031-3/+0
* We have a _SIG_VALID() macro, so use it instead of duplicating the test alldes2001-11-021-7/+5
OpenPOWER on IntegriCloud