summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Free some previously leaked memory on module unload.ps2006-04-191-2/+9
* Remove sab(4).marcel2006-04-192-3/+0
* MFp4 (checkpoint of work in progress):imp2006-04-1934-48/+2979
* Correct a local information leakage bug affecting AMD FPUs.cperciva2006-04-192-2/+76
* Fxi tpyo.mjacob2006-04-181-1/+1
* Add ISP_DEFAULT_ROLES as a config option.mjacob2006-04-182-0/+6
* Actually check to see if XPT_CALC_GEOMETRY had an errormjacob2006-04-181-3/+17
* Update 2300 f/w. This will probably be the lastmjacob2006-04-181-5795/+5986
* Do more guarding against zero divide traps for the geom subroutine.mjacob2006-04-181-1/+14
* In receiving a new ATIO, don't record the associated CCB in the targetmjacob2006-04-181-16/+15
* 'owner' is not used without SMP. Fix kernel build for such kernelwkoszek2006-04-181-0/+4
* If we're doing a try-alloc of a pv entry and give up early, do not forgetpeter2006-04-181-0/+1
* pv_entry_count is more than a statistic. It is used for resource limiting.peter2006-04-181-3/+3
* Adaptively spin before blocking on the turnstile if an rwlock is writejhb2006-04-181-7/+88
* Update comments to mention that each turnstile contains two queues and tojhb2006-04-181-4/+11
* - Bring back turnstile_empty() which can check to see if an individualjhb2006-04-182-0/+69
* Fix storing offset of already synchronized data. Offset in entire array waspjd2006-04-181-3/+5
* fix "ipf -Z" reporting rubbish and possibly panic'ing boxdarrenr2006-04-181-1/+1
* Merge rev. 1.240 of ip_output.c, so that IPFIREWALL_FORWARD_EXTENDEDglebius2006-04-181-2/+6
* In vfs_hash_get(): mount point should never be changeddelphij2006-04-182-3/+3
* Reorder the DRM_*_AGP enums to match linux and what our code expects, fixinganholt2006-04-181-2/+2
* remove DRIVER_MODULE lines that are useless... pcf doesn't exist (onlyjmg2006-04-171-2/+0
* - Add a rw_wowner() macro that just returns the owner of a write lock andjhb2006-04-171-26/+38
* - Since critical sections no longer raise the processor interrupt level tomarius2006-04-172-38/+46
* Update comments to indicate that locks are held by threads, not processes.jhb2006-04-171-3/+3
* Add a 'show sleepqueue' alias for 'show sleepq' in DDB.jhb2006-04-171-0/+3
* Trim trailing whitespace.jhb2006-04-171-3/+3
* Add a new module_file() function that returns the linker_file_t associatedjhb2006-04-172-0/+8
* Change msleep() and tsleep() to not alter the calling thread's priorityjhb2006-04-1711-38/+23
* Add missing ";"sos2006-04-171-1/+1
* o Do not double i/o stats for cd(4) already acounted in g_disk_done().maxim2006-04-171-1/+1
* Fix panic() message to give the right function name.kensmith2006-04-171-1/+1
* Add missing ~. We want all the INVALID bits to be 0... Let's see if thisimp2006-04-161-1/+1
* remove duplicate sizeof vnode entry (debug.sizeof.vnode already existed)...jmg2006-04-161-2/+2
* Improve ath_draintxq debug info: dump the packet as wellsam2006-04-161-7/+22
* Unbreak cabq handling: check the s/w q, not the h/w q as the framessam2006-04-161-2/+2
* o Correct a path to include.maxim2006-04-161-1/+1
* Take a better stab at making this compile.scottl2006-04-151-1/+1
* Correct debug: we are sending child bio here, not parent bio.pjd2006-04-151-2/+2
* Take a stab at making this compile.scottl2006-04-151-1/+1
* Oops, untested code was included accidentally.iwasaki2006-04-151-1/+3
* Import ACPI Dock Station support. Note that this is still very young.iwasaki2006-04-1511-3/+691
* o Fix printf(9) formatting: do not use hardcode "0x" and "#" flagsmaxim2006-04-151-1/+1
* o s/PsuedoRAID/PseudoRAID/.maxim2006-04-151-1/+1
* Fix the interrupt handler to do the mandatory PCI flush before looking atscottl2006-04-151-14/+10
* Mirror IPv4 pcb locking into in6_setsockaddr() and in6_setpeeraddr():rwatson2006-04-151-0/+4
* Fix style nit noticed by bde.imp2006-04-151-1712/+1712
* Mark the thread pointer used during an adaptive spin volatile so that thejhb2006-04-141-1/+1
* Whitespace fixmatteo2006-04-141-1/+1
* Dont poll for ATA_IDLE on a detached channel in suspend.sos2006-04-141-2/+2
OpenPOWER on IntegriCloud