aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use the new _ND macros to not include the description strings. If anyWarner Losh2003-04-081-40/+43
* Create new _ND versions to allow one to not specify the description beWarner Losh2003-04-081-0/+5
* Don't set the decription, since the pccard layer does that for us now.Warner Losh2003-04-081-10/+1
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskDag-Erling Smørgrav2003-04-0831-66/+52
* Fix the hangs people have been seeing. For some reason, theMaxime Henrion2003-04-081-11/+7
* Remove COMPAT_FREEBSD4. It's impossible because FreeBSD 4 does notMarcel Moolenaar2003-04-082-2/+0
* Merged from kern_thread.c 1.113, avoid a panic in cpu_throw when the firstJake Burkholder2003-04-081-0/+2
* Fix a long standing bug in handling the last part of a stripeSøren Schmidt2003-04-082-7/+43
* Inherit blocked thread's context for upcall thread.David Xu2003-04-082-14/+10
* MFp4: when you can't allocate a resource, print a message, don't panic.Warner Losh2003-04-081-0/+19
* MFP4:Warner Losh2003-04-081-3/+21
* u_int*_t -> uint*_tWarner Losh2003-04-081-14/+14
* Don't need to read this config register if we're just going toWarner Losh2003-04-081-2/+1
* MFp4: Massively unbreak module loading/unloading:Warner Losh2003-04-081-62/+32
* Use vm_paddr_t for physical addresses.Jake Burkholder2003-04-0823-102/+102
* Quick fix so that the watchdog timer is not set unless packets areMike Silbersack2003-04-081-4/+5
* Fix up callers of xl_encap so that they handle a failure responseMike Silbersack2003-04-081-3/+10
* Correct the maxsize and maxsegsz parameters for theMaxime Henrion2003-04-071-7/+7
* Add a PAE kernel config. This includes GENERIC through the config includeJake Burkholder2003-04-071-0/+107
* Add support for bounce buffers to _bus_dmamap_load_buffer, which is theJake Burkholder2003-04-072-40/+126
* resyncWarner Losh2003-04-072-2/+9
* Remove an erroneous htole16(). The byte_count field in theMaxime Henrion2003-04-071-1/+1
* Better fix for previous previous which still allows the 4megs of kva atJake Burkholder2003-04-074-6/+6
* Minor cleanup of the ATA RAID code.Søren Schmidt2003-04-072-9/+9
* Third round of updates to the ATA driver.Søren Schmidt2003-04-076-62/+136
* Add ID for Kawasaki LSI Inc. USB-Ethernet, rev 1.00/2.02 adapter.Murray Stokely2003-04-072-0/+2
* - Add PCI support (Adaptec AHA-2920/A,Future Domain TMC-18XX/3260).Matthew N. Dodd2003-04-077-340/+358
* Fix typo.Murray Stokely2003-04-072-2/+2
* Correct typos.Murray Stokely2003-04-071-2/+2
* Retire these files.Matthew N. Dodd2003-04-072-189/+0
* Move a bus_dmamap_sync() to the correct place.Maxime Henrion2003-04-061-1/+1
* Because alpha can't access memory in 16-bit granularity,Maxime Henrion2003-04-061-7/+11
* Sufficient access checks are performed by vmapbuf() that calling useracc()Alan Cox2003-04-061-19/+0
* Revert the s/u_int/u_int8_t/ changes, we can't really use otherMaxime Henrion2003-04-061-22/+22
* Remove the 32KB VHPT section from the kernel image. We don't reallyMarcel Moolenaar2003-04-064-26/+4
* Sufficient access checks are performed by vmapbuf() that calling useracc()Alan Cox2003-04-061-5/+0
* Initialize the PIIX timecounter in piix_attach(), which is called onlyDag-Erling Smørgrav2003-04-061-8/+12
* Remove a largely useless statistic (its kept elsewhere too).Jake Burkholder2003-04-061-3/+0
* Make the pmap stats writeable. It can be useful to clear them.Jake Burkholder2003-04-061-1/+1
* Add support for the CLIE 5.0 series of PDAsScott Long2003-04-061-0/+1
* Regen from usbdevs v.116Scott Long2003-04-061-1/+13
* RegenScott Long2003-04-061-1/+3
* Add ID's for the CLIE 5.0 series and the Belkin F5U109 usb->serial adapter.Scott Long2003-04-061-0/+2
* Use the vis block copy/zero functions for pmap_copy_page and pmap_zero_page.Jake Burkholder2003-04-064-13/+29
* Ignore attempts to pmap_kremove or pmap_qremove pages which do not haveJake Burkholder2003-04-061-0/+2
* Zap some a.out leftoversPeter Wemm2003-04-061-3/+0
* Also set the access bit in the PTE when we get a data dirty bit fault.Marcel Moolenaar2003-04-062-4/+4
* Search for "elf32 kernel" (and elf64) and "elf32 module" (and elf64)Peter Wemm2003-04-062-4/+12
* Use __FBSDID.Maxime Henrion2003-04-061-1/+3
* Correct the definition of the link_addr and rbd_addr fieldsMaxime Henrion2003-04-061-2/+2