summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Kill EOL spaces.maxim2002-10-231-24/+23
* Use syslog for messages about dropped sessions, do not flood a console.maxim2002-10-231-1/+1
* Missplaced FREE_LOCK causes a panic when hit while taking a snapshot.mckusick2002-10-231-1/+1
* Handle binaries with arbitrary number PT_LOAD sections, not onlykan2002-10-231-14/+19
* fixed a kernel crash by "ifconfig stf0 inet 1.2.3.4"suz2002-10-221-5/+9
* Fill in missing parts of the ATAPI/CAM XPT: implement XPT_RESET_BUSthomas2002-10-223-26/+52
* Style fix: space between 'switch' and '('.rwatson2002-10-222-2/+2
* Don't dereference the 'x' pointer if it is NULL, instead skip thejhb2002-10-221-6/+12
* s/mls/biba/ in a copy+paste error for a printf.rwatson2002-10-221-1/+1
* - Expand struct trapframe to 256 bytes, make all fields fixed width and thejake2002-10-229-156/+303
* - No need for pmtimer hint anymore.jhb2002-10-221-2/+0
* No need for pmtimer hint anymore.jhb2002-10-222-2/+0
* Add an identify method that creates a pmtimer0 device if it doesn't alreedyjhb2002-10-221-2/+19
* Remove the mac_te policy bits from 'struct oldmac' -- we're not goingrwatson2002-10-222-12/+0
* opt_mac.h is no longer required for any of these modules, remove fromrwatson2002-10-226-6/+0
* Don't enforce MAC Biba policy for socket visibility if Biba is notrwatson2002-10-221-0/+3
* Reserve a major number for NVIDIA.mdodd2002-10-221-0/+1
* Change the `mutex_prof' structure to use three variables containedrobert2002-10-222-36/+28
* Invoke mac_check_vnode_mmap() during mmap operations on vnodes,rwatson2002-10-221-2/+12
* Introduce MAC_CHECK_VNODE_SWAPON, which permits MAC policies torwatson2002-10-2214-1/+213
* Missed in previous merge: export sizeof(struct oldmac) rather thanrwatson2002-10-229-9/+9
* MFi386: revision 1.543.nyan2002-10-222-78/+78
* Merged from sys/isa/syscons_isa.c revision 1.20.nyan2002-10-222-0/+4
OpenPOWER on IntegriCloud