summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* suspend thread only when it can be interrupted.davidxu2002-10-252-2/+4
* let thread_schedule_upcall() handle idle kse.davidxu2002-10-252-4/+16
* Disable the kernacc() check in mtx_validate() until such time that kernaccphk2002-10-252-0/+10
* In vrele() we can actually have a VCHR with v_rdev == NULL if wephk2002-10-251-1/+1
* fix style-ojulian2002-10-252-2/+2
* More work on the interaction between suspending and sleeping threads.julian2002-10-254-48/+66
* Use the correct values for LDBL_*. Libc doesn't completely supportimp2002-10-252-18/+20
* Minor cleanups.jake2002-10-251-3/+3
* Within ufs, the ffs_sync and ffs_fsync functions did not alwaysmckusick2002-10-256-15/+37
* fix typo.davidxu2002-10-252-2/+4
* Extract out KSE specific code from machine specific codejulian2002-10-248-129/+105
* Oops, forgot to commit this file. This is part of the fixmux2002-10-241-0/+2
* Use a better test to prevent tasting geom.ctl so we don't screw thephk2002-10-241-1/+1
* Fix the spechash lock order reversal by keeping an updated sumphk2002-10-243-19/+30
* Make sure GEOM has stopped rattling the disks before we try to mountphk2002-10-241-0/+4
* Don't taste the first provider, it's /dev/geom.ctl and it's not goingphk2002-10-241-1/+2
* Oops, I missed a few changes in 'device acpica' -> 'device acpi' change.jhb2002-10-242-6/+6
* Rename 'device acpica' to 'device acpi'.jhb2002-10-245-153/+153
* Fix ipfw2 panics on 64-bit platforms.mux2002-10-241-6/+2
* src and dst address were erroneously swapped in SRC_SET and DST_SETluigi2002-10-241-2/+2
* Don't try to be cute and save a call/return by implementing a degeneratephk2002-10-241-5/+1
* Provide kernel options for the various MAC policy modules so thatrwatson2002-10-243-1/+22
* device rc no longer requires a count since jhb newbussified the rcrwatson2002-10-241-1/+1
* respect TDF_SINTR, also for SINGLE_NO_EXIT threading mode, if a threaddavidxu2002-10-242-12/+12
* Add new loader tunable hw.acpi.ec.event_driven so that we controliwasaki2002-10-241-1/+4
* Fix kernel build on sparc64 in the IPDIVERT case.mux2002-10-241-1/+1
* don't forget to remove kse from idle queue.davidxu2002-10-242-0/+4
* Move thread related code from kern_proc.c to kern_thread.c.julian2002-10-244-320/+1010
* - Now that uma_zalloc_internal is not the fast path don't be so fussy aboutjeff2002-10-241-179/+198
* o Fix a size calculation based on a 8KB page, while under EFImarcel2002-10-245-33/+71
* The rc driver is not needed for pc98.nyan2002-10-241-1/+0
* Build the following modules on ia64 as well:marcel2002-10-241-1/+20
* - Move the destructor calls so that they are not called with the zone lockjeff2002-10-241-5/+6
* Remove gcc-specific optimization/debugging CFLAGSkris2002-10-241-1/+1
* Commit of Makefile missed in earlier pass.rwatson2002-10-241-0/+9
* Unbreak the automatic remapping of an INADDR_ANY destination addressiedowse2002-10-241-5/+4
* Provide a simple sample labeled access control policy, mac_partition.rwatson2002-10-232-0/+337
* Provide a simple sample labeled access control policy, mac_partition.rwatson2002-10-231-0/+1
* We must be careful to avoid recursive copy-on-write faults whenmckusick2002-10-231-1/+14
* We always need sys/pcpu.h now, not just for the SMP case.jhb2002-10-231-1/+1
* Remove NO_GEOM from sparc64.phk2002-10-231-2/+0
* - New-bussify the rc(4) device driver.jhb2002-10-239-2220/+620
* Don't send/recieve packets when the interface is down.simokawa2002-10-231-0/+9
* npx(4) doesn't honor port hints so don't provide an example one.jhb2002-10-231-1/+0
* - Dequeue OCBs more safely in sbp_abort_all_ocbs().simokawa2002-10-231-15/+24
* MFi386: revision 1.10nyan2002-10-231-2/+0
* Only define SEEK_{SET,CUR,END} if not already defined (by <stdio.h>)phk2002-10-231-0/+2
* Whitespace cleanup.des2002-10-232-20/+18
* Very minor whitespace/style nit.markm2002-10-232-4/+2
* Put parentheses around function-like macros to shut up warnings.markm2002-10-231-5/+5
OpenPOWER on IntegriCloud