summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reduce the Linux ioctl range to what is needed. I didn't know whatambrisko2006-04-141-2/+2
* Drop the kqueue global mutex as soon as we are finished with it ratherjhb2006-04-141-4/+2
* Add device ID for Intel Pro/100 VE Network Connection cardmatteo2006-04-141-0/+1
* Clear TDF_SINTR in sleepq_resume_thread, also sleepq_catch_signal doesdavidxu2006-04-131-1/+1
* Make CCD be able to read and write Linux software raids.cracauer2006-04-131-2/+24
* Repair ext2fs writes.cracauer2006-04-131-1/+1
* Add commented out define for TSC board's boot0.imp2006-04-131-0/+1
* MFp4:imp2006-04-131-4/+7
* Merge from p4:imp2006-04-131-1084/+1084
* Need at91rm9200_lowlevel.h for SDRAM_BASE definition.imp2006-04-131-0/+1
* Turn on ithread_destroy() and call it from intr_event_destroy() to tearjhb2006-04-131-5/+7
* Bring back arm-specific workaround from rev 1.15:cognet2006-04-131-0/+2
* We need to adjust the bus handle if the resource is SYS_RES_MEMORY, NOTcognet2006-04-131-1/+2
* Disable/enable fiqs as well as irqs.cognet2006-04-132-4/+4
* Fix DEVICE_POLLING support (compile-only tested).ru2006-04-131-1/+5
* Re-apply changes to make this compile with -Wundef:ru2006-04-131-1/+1
* Include opt_pmap.h for PMAP_SHPGPERPROC.alc2006-04-131-0/+1
* Common register definition for AT91RM9200imp2006-04-121-0/+2747
* Recovery boot loader for the AT91 family of processors. Download itimp2006-04-1211-0/+769
* Fix the PHY support for the 5780. I mis-merged this from my sources.ps2006-04-121-0/+1
* Pass BIO_GETATTR requests down.pjd2006-04-121-5/+14
* Remove unused prototypes.pjd2006-04-121-2/+0
* On padlock initialization, allocate memory with M_WAITOK.pjd2006-04-121-5/+1
* Correct an obvious typo.pjd2006-04-121-1/+1
* Use ANSI C function protypes and declarations for if_arcsubr.rwatson2006-04-122-34/+14
* Retire pmap_track_modified(). We no longer need it because we do notalc2006-04-124-144/+42
* Assert the inpcb lock in udp6_output(), as we dereference variousrwatson2006-04-121-0/+2
* Add comment to udp6_input() that locking is missing from multicastrwatson2006-04-121-1/+8
* Add udbinfo locking in udp6_input() to protect lookups of the inpcbrwatson2006-04-121-2/+8
* Don't use spl around call to in_pcballoc() in IPv6 raw socket support;rwatson2006-04-121-3/+1
* Remove one remaining use of spl in the IPv6 fragmentation code, asrwatson2006-04-121-3/+0
* Add missing locking to udp6_getcred(), remove spl use.rwatson2006-04-121-24/+21
* Remove spl use from IPv6 inpcb code.rwatson2006-04-121-25/+13
OpenPOWER on IntegriCloud