summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Only be verbose if (bootverbose)phk2003-04-091-3/+6
* With the magic sequence checks removed this class is downright dangerousphk2003-04-091-6/+11
* Add a couple of undocumented test options to MD(4) to aid in regressionphk2003-04-092-23/+36
* Correctly split cyl/sects bytes when we print them.phk2003-04-091-2/+5
* Style issue: use do {...} while(0); for multi-exit section.phk2003-04-094-9/+9
* At least pretend to handle USB_GET_REPORT_ID.mdodd2003-04-091-0/+4
* Regen.mike2003-04-095-7/+15
* o In struct prison, add an allprison linked list of prisons (protectedmike2003-04-099-108/+373
* Fix if_vr's handling of vr_encap failures. 3 parts:silby2003-04-092-20/+18
* Sync with NetBSD.mdodd2003-04-091-1/+1
* The fxp(4) driver is now working on sparc64 too!mux2003-04-081-1/+1
* Almost the finished article.phk2003-04-081-23/+276
* - Pass a busdma tag and a busdma map to fxp_dma_wait() so thatmux2003-04-081-8/+13
* Add an XXX comment for the atomic operation in the __alpha__mux2003-04-081-1/+3
* Remove some dead code.alc2003-04-081-8/+1
* Remove invalid cast to vm_offset_t to avoid truncating a physical addressjake2003-04-082-2/+2
* Fix breakage on sparc64.sos2003-04-081-2/+2
* - Endian fixes.mux2003-04-081-5/+6
* Use the new _ND macros to not include the description strings. If anyimp2003-04-081-40/+43
* Create new _ND versions to allow one to not specify the description beimp2003-04-081-0/+5
* Don't set the decription, since the pccard layer does that for us now.imp2003-04-081-10/+1
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-0831-66/+52
* Fix the hangs people have been seeing. For some reason, themux2003-04-081-11/+7
* Remove COMPAT_FREEBSD4. It's impossible because FreeBSD 4 does notmarcel2003-04-082-2/+0
* Merged from kern_thread.c 1.113, avoid a panic in cpu_throw when the firstjake2003-04-081-0/+2
* Fix a long standing bug in handling the last part of a stripesos2003-04-082-7/+43
* Inherit blocked thread's context for upcall thread.davidxu2003-04-082-14/+10
* MFp4: when you can't allocate a resource, print a message, don't panic.imp2003-04-081-0/+19
* MFP4:imp2003-04-081-3/+21
* u_int*_t -> uint*_timp2003-04-081-14/+14
* Don't need to read this config register if we're just going toimp2003-04-081-2/+1
* MFp4: Massively unbreak module loading/unloading:imp2003-04-081-62/+32
* Use vm_paddr_t for physical addresses.jake2003-04-0823-102/+102
* Quick fix so that the watchdog timer is not set unless packets aresilby2003-04-081-4/+5
* Fix up callers of xl_encap so that they handle a failure responsesilby2003-04-081-3/+10
* Correct the maxsize and maxsegsz parameters for themux2003-04-071-7/+7
* Add a PAE kernel config. This includes GENERIC through the config includejake2003-04-071-0/+107
* Add support for bounce buffers to _bus_dmamap_load_buffer, which is thejake2003-04-072-40/+126
* resyncimp2003-04-072-2/+9
* Remove an erroneous htole16(). The byte_count field in themux2003-04-071-1/+1
* Better fix for previous previous which still allows the 4megs of kva atjake2003-04-074-6/+6
* Minor cleanup of the ATA RAID code.sos2003-04-072-9/+9
* Third round of updates to the ATA driver.sos2003-04-076-62/+136
* Add ID for Kawasaki LSI Inc. USB-Ethernet, rev 1.00/2.02 adapter.murray2003-04-072-0/+2
* - Add PCI support (Adaptec AHA-2920/A,Future Domain TMC-18XX/3260).mdodd2003-04-077-340/+358
* Fix typo.murray2003-04-072-2/+2
* Correct typos.murray2003-04-071-2/+2
* Retire these files.mdodd2003-04-072-189/+0
* Move a bus_dmamap_sync() to the correct place.mux2003-04-061-1/+1
* Because alpha can't access memory in 16-bit granularity,mux2003-04-061-7/+11
OpenPOWER on IntegriCloud