aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* remove DRIVER_MODULE lines that are useless... pcf doesn't exist (onlyJohn-Mark Gurney2006-04-171-2/+0
* - Add a rw_wowner() macro that just returns the owner of a write lock andJohn Baldwin2006-04-171-26/+38
* - Since critical sections no longer raise the processor interrupt level toMarius Strobl2006-04-172-38/+46
* Update comments to indicate that locks are held by threads, not processes.John Baldwin2006-04-171-3/+3
* Add a 'show sleepqueue' alias for 'show sleepq' in DDB.John Baldwin2006-04-171-0/+3
* Trim trailing whitespace.John Baldwin2006-04-171-3/+3
* Add a new module_file() function that returns the linker_file_t associatedJohn Baldwin2006-04-172-0/+8
* Change msleep() and tsleep() to not alter the calling thread's priorityJohn Baldwin2006-04-1711-38/+23
* Add missing ";"Søren Schmidt2006-04-171-1/+1
* o Do not double i/o stats for cd(4) already acounted in g_disk_done().Maxim Konovalov2006-04-171-1/+1
* Fix panic() message to give the right function name.Ken Smith2006-04-171-1/+1
* Add missing ~. We want all the INVALID bits to be 0... Let's see if thisWarner Losh2006-04-161-1/+1
* remove duplicate sizeof vnode entry (debug.sizeof.vnode already existed)...John-Mark Gurney2006-04-161-2/+2
* Improve ath_draintxq debug info: dump the packet as wellSam Leffler2006-04-161-7/+22
* Unbreak cabq handling: check the s/w q, not the h/w q as the framesSam Leffler2006-04-161-2/+2
* o Correct a path to include.Maxim Konovalov2006-04-161-1/+1
* Take a better stab at making this compile.Scott Long2006-04-151-1/+1
* Correct debug: we are sending child bio here, not parent bio.Pawel Jakub Dawidek2006-04-151-2/+2
* Take a stab at making this compile.Scott Long2006-04-151-1/+1
* Oops, untested code was included accidentally.Mitsuru IWASAKI2006-04-151-1/+3
* Import ACPI Dock Station support. Note that this is still very young.Mitsuru IWASAKI2006-04-1511-3/+691
* o Fix printf(9) formatting: do not use hardcode "0x" and "#" flagsMaxim Konovalov2006-04-151-1/+1
* o s/PsuedoRAID/PseudoRAID/.Maxim Konovalov2006-04-151-1/+1
* Fix the interrupt handler to do the mandatory PCI flush before looking atScott Long2006-04-151-14/+10
* Mirror IPv4 pcb locking into in6_setsockaddr() and in6_setpeeraddr():Robert Watson2006-04-151-0/+4
* Fix style nit noticed by bde.Warner Losh2006-04-151-1712/+1712
* Mark the thread pointer used during an adaptive spin volatile so that theJohn Baldwin2006-04-141-1/+1
* Whitespace fixMatteo Riondato2006-04-141-1/+1
* Dont poll for ATA_IDLE on a detached channel in suspend.Søren Schmidt2006-04-141-2/+2
* Reduce the Linux ioctl range to what is needed. I didn't know whatDoug Ambrisko2006-04-141-2/+2
* Drop the kqueue global mutex as soon as we are finished with it ratherJohn Baldwin2006-04-141-4/+2
* Add device ID for Intel Pro/100 VE Network Connection cardMatteo Riondato2006-04-141-0/+1
* Clear TDF_SINTR in sleepq_resume_thread, also sleepq_catch_signal doesDavid Xu2006-04-131-1/+1
* Make CCD be able to read and write Linux software raids.Martin Cracauer2006-04-131-2/+24
* Repair ext2fs writes.Martin Cracauer2006-04-131-1/+1
* Add commented out define for TSC board's boot0.Warner Losh2006-04-131-0/+1
* MFp4:Warner Losh2006-04-131-4/+7
* Merge from p4:Warner Losh2006-04-131-1084/+1084
* Need at91rm9200_lowlevel.h for SDRAM_BASE definition.Warner Losh2006-04-131-0/+1
* Turn on ithread_destroy() and call it from intr_event_destroy() to tearJohn Baldwin2006-04-131-5/+7
* Bring back arm-specific workaround from rev 1.15:Olivier Houchard2006-04-131-0/+2
* We need to adjust the bus handle if the resource is SYS_RES_MEMORY, NOTOlivier Houchard2006-04-131-1/+2
* Disable/enable fiqs as well as irqs.Olivier Houchard2006-04-132-4/+4
* Fix DEVICE_POLLING support (compile-only tested).Ruslan Ermilov2006-04-131-1/+5
* Re-apply changes to make this compile with -Wundef:Ruslan Ermilov2006-04-131-1/+1
* Include opt_pmap.h for PMAP_SHPGPERPROC.Alan Cox2006-04-131-0/+1
* Common register definition for AT91RM9200Warner Losh2006-04-121-0/+2747
* Recovery boot loader for the AT91 family of processors. Download itWarner Losh2006-04-1211-0/+769
* Fix the PHY support for the 5780. I mis-merged this from my sources.Paul Saab2006-04-121-0/+1
* Pass BIO_GETATTR requests down.Pawel Jakub Dawidek2006-04-121-5/+14