summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Stop profiled libc from exploding, matching gcc's generated code.peter2003-05-241-4/+0
* Fix an alpha inheritance bug:marcel2003-05-244-68/+28
* Fix a (new) source of instability:marcel2003-05-232-16/+14
* In swapctx(), put the RSE in enforced lazy mode before we flush themarcel2003-05-232-4/+4
* Make the maximum number of vnodes a function of both the physical memoryalc2003-05-231-1/+10
* Typo fix. oops.peter2003-05-231-1/+1
* Update comments. Note that the kernel is at -1GB, not -2GB as erroniouslypeter2003-05-231-3/+3
* As suggested by the gdb folks, pad the 'struct fpreg' to a full 512 bytespeter2003-05-231-0/+1
* Low risk amd64 fix. Use a vm_offset_t for the virtual location of thepeter2003-05-231-2/+2
* Deal with the user VM space expanding. 32 bit applications do not likepeter2003-05-236-14/+14
* Major pmap rework to take advantage of the larger address space on amd64peter2003-05-2313-606/+656
* Change the way the plex lock mutexes work. Previously they were partgrog2003-05-231-16/+29
* Change the way the plex lock mutexes work. Previously they were partgrog2003-05-231-3/+9
* expand_table: Add parameters file and line if we're debugging.grog2003-05-231-7/+18
* Change the way the plex lock mutexes work. Previously they were partgrog2003-05-232-8/+31
* detachobject: Update volume config after detaching a plex.grog2003-05-231-3/+5
* Change the way the plex lock mutexes work. Previously they were partgrog2003-05-231-2/+7
* Change many strcpys to strlcpys, etc.grog2003-05-231-20/+24
* 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
OpenPOWER on IntegriCloud