summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* If the struct mac copied into the kernel has a negative length, returnrwatson2003-09-291-1/+2
* Retire revoke_and_destroy_dev() with extreme prejudice.phk2003-09-281-13/+0
* Remove the regstkpages sysctl variable. We have a growable registermarcel2003-09-271-6/+0
* Part 2 of implementing rstacks: add the ability to create rstacks andmarcel2003-09-271-15/+9
* Make life a little bit easier for cloning device drivers.phk2003-09-271-0/+9
* Introduce no_poll() default method for device drivers. Have itphk2003-09-274-210/+76
* Don't use seltrue when that is not really what we mean.phk2003-09-271-1/+2
* The present defaults for the open and close for device drivers whichphk2003-09-273-5/+2
* OK, I messed up /dev/console with what I had hoped would be compatphk2003-09-261-5/+0
* Move some tracing related code into its own function as it willrobert2003-09-261-15/+24
* Update the list of CDROM device names to try for booting with RB_CDROMphk2003-09-261-3/+2
* Remove wrongly sized cnd_name field, we now store the name in thephk2003-09-261-15/+21
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-254-2/+20
* Avoid NULL pointer dereferencing in modlist_lookup2().fjoe2003-09-231-1/+1
* - vm_hold_free_pages() should lock the kernel object. (The pages beingalc2003-09-221-6/+6
* The method link_preload_finish is not static.dfr2003-09-201-1/+1
* - Somewhere along the line I stupidly removed critical logic fromjeff2003-09-201-10/+11
* - In reassignbuf() don't unlock vp and lock newvp if they are the same.jeff2003-09-201-6/+11
* - Remove spls(). The locking that has replaced them is in place and theyjeff2003-09-191-62/+6
* Eliminate one case of VI_UNLOCK followed by an immediatekan2003-09-191-3/+2
* Allow the KERN_PROC_PROC sysctl to be used without the useless 4thtjr2003-09-191-6/+18
* - Only use UMA to cache malloc requests up to PAGE_SIZE. Values larger thanjeff2003-09-191-1/+12
* Correct a typo in the previous revision.alc2003-09-151-1/+1
* Add a new sysctl, security.bsd.conservative_signals, to disablerwatson2003-09-141-1/+16
* sched_setscheduler: Return EINVAL when a invalid policy is specified,nectar2003-09-131-0/+4
* Correct mostly harmless off-by-one error in getdomainname().nectar2003-09-131-2/+2
* Convert vmapbuf() from using pmap_extract() to usingalc2003-09-131-13/+7
* pipe_build_write_buffer() only requires read access of the page that italc2003-09-121-1/+2
* Introduce BUS_CONFIG_INTR(). The method allows devices to tell parentsmarcel2003-09-102-0/+22
* Fix asynchronous physio breakage introduced in rev 1.163.simokawa2003-09-101-4/+3
* Update the license on this file to be a bit more sane.jhb2003-09-101-13/+13
* In the !MNT_BYFSID case, return EINVAL from unmount(2) when theiedowse2003-09-081-2/+9
* Use pmap_extract_and_hold() in pipe_build_write_buffer(). Consequently,alc2003-09-081-35/+11
* Return EINVAL if the contested bit is not set on the umtx passed totjr2003-09-071-1/+2
* msync(2) should be declared MP-safe.alc2003-09-073-4/+4
* add fast swi taskqueue spinlock to the order_list so witness doesn't complainsam2003-09-061-0/+1
* correct fast swi taskqueue spinlock name to be different from the sleep locksam2003-09-061-1/+1
* Giant is no longer required by pipe_destroy_write_buffer(). Reducealc2003-09-061-9/+7
* "fast swi" taskqueue support. This is a taskqueue that uses spinlockssam2003-09-051-0/+118
* Print a message at boot for interrupt handlers created with INTR_MPSAFEsam2003-09-051-4/+14
* Log involuntary context switches correctly.peter2003-09-051-2/+2
* Put the message about msgbuf cksum mismatch under bootverbose and tellphk2003-09-051-2/+5
* Use the quality to disable timecounters for which we deem Hz too low.phk2003-09-031-6/+10
* Move dynamic sysctl(8) variable creation for the cd(4) and da(4) driversken2003-09-031-0/+32
* move domain list mutex initialization to earlier in the boot sequence sosam2003-09-021-2/+1
* Implement MBUF_STRESS_TEST mark II.silby2003-09-011-0/+84
* o interlock domain list when adding domainssam2003-09-011-8/+9
* - Define a new flag for getblk(): GB_NOCREAT. This flag causes getblk() tojeff2003-08-311-0/+8
* - If there is no vp assume that BKGRDINPROG is not set and set RELPBUF injeff2003-08-311-1/+2
* - In some cases bp->b_vp can be NULL in brelse, don't try to lock thejeff2003-08-311-4/+6
OpenPOWER on IntegriCloud