aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix the spechash lock order reversal by keeping an updated sumPoul-Henning Kamp2002-10-243-19/+30
* Make sure GEOM has stopped rattling the disks before we try to mountPoul-Henning Kamp2002-10-241-0/+4
* Don't taste the first provider, it's /dev/geom.ctl and it's not goingPoul-Henning Kamp2002-10-241-1/+2
* Oops, I missed a few changes in 'device acpica' -> 'device acpi' change.John Baldwin2002-10-242-6/+6
* Rename 'device acpica' to 'device acpi'.John Baldwin2002-10-245-153/+153
* Fix ipfw2 panics on 64-bit platforms.Maxime Henrion2002-10-241-6/+2
* src and dst address were erroneously swapped in SRC_SET and DST_SETLuigi Rizzo2002-10-241-2/+2
* Don't try to be cute and save a call/return by implementing a degeneratePoul-Henning Kamp2002-10-241-5/+1
* Provide kernel options for the various MAC policy modules so thatRobert Watson2002-10-243-1/+22
* device rc no longer requires a count since jhb newbussified the rcRobert Watson2002-10-241-1/+1
* respect TDF_SINTR, also for SINGLE_NO_EXIT threading mode, if a threadDavid Xu2002-10-242-12/+12
* Add new loader tunable hw.acpi.ec.event_driven so that we controlMitsuru IWASAKI2002-10-241-1/+4
* Fix kernel build on sparc64 in the IPDIVERT case.Maxime Henrion2002-10-241-1/+1
* don't forget to remove kse from idle queue.David Xu2002-10-242-0/+4
* Move thread related code from kern_proc.c to kern_thread.c.Julian Elischer2002-10-244-320/+1010
* - Now that uma_zalloc_internal is not the fast path don't be so fussy aboutJeff Roberson2002-10-241-179/+198
* o Fix a size calculation based on a 8KB page, while under EFIMarcel Moolenaar2002-10-245-33/+71
* The rc driver is not needed for pc98.Yoshihiro Takahashi2002-10-241-1/+0
* Build the following modules on ia64 as well:Marcel Moolenaar2002-10-241-1/+20
* - Move the destructor calls so that they are not called with the zone lockJeff Roberson2002-10-241-5/+6
* Remove gcc-specific optimization/debugging CFLAGSKris Kennaway2002-10-241-1/+1
* Commit of Makefile missed in earlier pass.Robert Watson2002-10-241-0/+9
* Unbreak the automatic remapping of an INADDR_ANY destination addressIan Dowse2002-10-241-5/+4
* Provide a simple sample labeled access control policy, mac_partition.Robert Watson2002-10-232-0/+337
* Provide a simple sample labeled access control policy, mac_partition.Robert Watson2002-10-231-0/+1
* We must be careful to avoid recursive copy-on-write faults whenKirk McKusick2002-10-231-1/+14
* We always need sys/pcpu.h now, not just for the SMP case.John Baldwin2002-10-231-1/+1
* Remove NO_GEOM from sparc64.Poul-Henning Kamp2002-10-231-2/+0
* - New-bussify the rc(4) device driver.John Baldwin2002-10-239-2211/+611
* Don't send/recieve packets when the interface is down.Hidetoshi Shimokawa2002-10-231-0/+9
* npx(4) doesn't honor port hints so don't provide an example one.John Baldwin2002-10-231-1/+0
* - Dequeue OCBs more safely in sbp_abort_all_ocbs().Hidetoshi Shimokawa2002-10-231-15/+24
* MFi386: revision 1.10Yoshihiro Takahashi2002-10-231-2/+0
* Only define SEEK_{SET,CUR,END} if not already defined (by <stdio.h>)Poul-Henning Kamp2002-10-231-0/+2
* Whitespace cleanup.Dag-Erling Smørgrav2002-10-232-20/+18
* Very minor whitespace/style nit.Mark Murray2002-10-232-4/+2
* Put parentheses around function-like macros to shut up warnings.Mark Murray2002-10-231-5/+5
* Kill EOL spaces.Maxim Konovalov2002-10-231-24/+23
* Use syslog for messages about dropped sessions, do not flood a console.Maxim Konovalov2002-10-231-1/+1
* Missplaced FREE_LOCK causes a panic when hit while taking a snapshot.Kirk McKusick2002-10-231-1/+1
* Handle binaries with arbitrary number PT_LOAD sections, not onlyAlexander Kabaev2002-10-231-14/+19
* fixed a kernel crash by "ifconfig stf0 inet 1.2.3.4"SUZUKI Shinsuke2002-10-221-5/+9
* Fill in missing parts of the ATAPI/CAM XPT: implement XPT_RESET_BUSThomas Quinot2002-10-223-26/+52
* Style fix: space between 'switch' and '('.Robert Watson2002-10-222-2/+2
* Don't dereference the 'x' pointer if it is NULL, instead skip theJohn Baldwin2002-10-221-6/+12
* s/mls/biba/ in a copy+paste error for a printf.Robert Watson2002-10-221-1/+1
* - Expand struct trapframe to 256 bytes, make all fields fixed width and theJake Burkholder2002-10-229-156/+303
* - No need for pmtimer hint anymore.John Baldwin2002-10-221-2/+0
* No need for pmtimer hint anymore.John Baldwin2002-10-222-2/+0
* Add an identify method that creates a pmtimer0 device if it doesn't alreedyJohn Baldwin2002-10-221-2/+19