summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Merge from i386/trap.c rev 1.252. Use td_critnest instead of thepeter2003-05-221-6/+6
* Calculate routed interrupts using the slot number from the device andticso2003-05-221-1/+1
* Fix two misuses of __BSD_VISIBLE.mike2003-05-221-1/+1
* When we are spilling threads out of the run queue during panic, make sure wejulian2003-05-211-3/+6
* Return ENXIO if the softc pointer is NULL, in all likelyhood thephk2003-05-211-0/+4
* Make ciss usable under PAEps2003-05-212-2/+7
* - Make this work with PAE.ps2003-05-213-19/+20
* Quirk for Hitachi DVD USB drive. It returns "invalid field in cdb" fornjl2003-05-214-0/+24
* The per-CPU spinlocks list is only maintained when WITNESS is enabled.jhb2003-05-201-5/+5
* Remove a redundant quirk. Instead, we wildcard all Asahi Optical chips.njl2003-05-201-5/+0
* o Fix a definite bogon: the dirty bity fault, instruction accessmarcel2003-05-202-70/+56
* Rename the "IA64 ITC" counter to "ITC" counter. We don't call themarcel2003-05-201-1/+1
* Prevent corruption of the VHPT collision chain by protecting it withmarcel2003-05-201-45/+43
* Deal with the possibility of negative available space from the file serverpeter2003-05-191-3/+6
* Another x86-64 comment fixuppeter2003-05-191-1/+1
* s/x86_64/amd64/ in comments in header.peter2003-05-191-3/+3
* sys/sys/limits.h:kan2003-05-1915-30/+32
* Print the right position on disk errorssos2003-05-191-3/+4
* Unbork the chip locating code.sos2003-05-191-8/+3
* Turn pmap_install_pte() into a critical section. We better not getmarcel2003-05-191-6/+12
* Unconditionally set pcb_current_pmap. WIP versions of the codemarcel2003-05-191-1/+2
* pmap_install() needs to be atomic WRT to context switching. Protectmarcel2003-05-193-37/+39
* print_config:grog2003-05-191-6/+14
* If we seem to be out of VM, don't allow the pagedaemon to killdas2003-05-191-7/+8
* Lock the vm object when performing vm_object_page_clean().alc2003-05-181-1/+4
* Recreate devnodes on USB_SET_ALTINTERFACE ioctl.ticso2003-05-181-0/+11
* There's just no reason to not have these in GENERIC.ru2003-05-182-0/+3
* Support the ICH5 SATA part.sos2003-05-182-45/+73
* Add string for SATA150sos2003-05-181-0/+1
* Add define for SATA150sos2003-05-181-0/+1
* Reduce the size of a vm object by converting its shadow list from a TAILQalc2003-05-182-24/+12
* Add the MUTEX_NOINLINE option that explicitely de-inlines the mutexscottl2003-05-182-3/+4
* Fixed the markup and wording of the kern.ipc.nsfbufs tunable.ru2003-05-171-3/+5
* Remove unused files. cpu_switch() and cpu_throw(), normally in swtch.s,marcel2003-05-172-820/+0
* Actually get all the bits for sd_hibase.. it was 16 bits short. oops.peter2003-05-171-1/+1
* Fix a bug in the AMD64 trampoline. I misunderstood the implicitpeter2003-05-171-1/+1
* Revamp of the syscall path, exception and context handling. Themarcel2003-05-1641-5796/+3269
* Detect that a vnode has been reclaimed while vflush() was waiting to locktruckman2003-05-161-0/+11
* o In pmap_install, don't prevent switching the pmap if we'remarcel2003-05-161-15/+13
* Use vm_object_deallocate(), not vm_pager_deallocate(), to destroy aalc2003-05-161-2/+2
* Indent a comment. This makes 1.100.marcel2003-05-161-1/+1
* Turn pmap_growkernel() into a critical section. While here, initializemarcel2003-05-161-22/+14
* Revamp the RID allocation code:marcel2003-05-161-42/+60
* Move the conditional definition of KSTACK_MAX_PAGES up ahead wheremarcel2003-05-161-4/+4
* Sync the linker script with the one used by default for userland. Sincemarcel2003-05-161-76/+82
* Add variables for missing network drivers.murray2003-05-161-0/+6
* Add E-Tech ISA PnP modem ID.murray2003-05-161-0/+1
* Run $S/kern/genassym.sh with the correct NM.obrien2003-05-161-1/+1
* Fix long standing bug that prevents the PT_CONTINUE, PT_KILL andobrien2003-05-161-9/+10
* Add a tunable/sysctl "hw.fxp_noflow" which disables flow control supportrwatson2003-05-161-1/+5
OpenPOWER on IntegriCloud