| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use the new _ND macros to not include the description strings. If any | Warner Losh | 2003-04-08 | 1 | -40/+43 |
| * | Create new _ND versions to allow one to not specify the description be | Warner Losh | 2003-04-08 | 1 | -0/+5 |
| * | Don't set the decription, since the pccard layer does that for us now. | Warner Losh | 2003-04-08 | 1 | -10/+1 |
| * | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | Dag-Erling Smørgrav | 2003-04-08 | 31 | -66/+52 |
| * | Fix the hangs people have been seeing. For some reason, the | Maxime Henrion | 2003-04-08 | 1 | -11/+7 |
| * | Remove COMPAT_FREEBSD4. It's impossible because FreeBSD 4 does not | Marcel Moolenaar | 2003-04-08 | 2 | -2/+0 |
| * | Merged from kern_thread.c 1.113, avoid a panic in cpu_throw when the first | Jake Burkholder | 2003-04-08 | 1 | -0/+2 |
| * | Fix a long standing bug in handling the last part of a stripe | Søren Schmidt | 2003-04-08 | 2 | -7/+43 |
| * | Inherit blocked thread's context for upcall thread. | David Xu | 2003-04-08 | 2 | -14/+10 |
| * | MFp4: when you can't allocate a resource, print a message, don't panic. | Warner Losh | 2003-04-08 | 1 | -0/+19 |
| * | MFP4: | Warner Losh | 2003-04-08 | 1 | -3/+21 |
| * | u_int*_t -> uint*_t | Warner Losh | 2003-04-08 | 1 | -14/+14 |
| * | Don't need to read this config register if we're just going to | Warner Losh | 2003-04-08 | 1 | -2/+1 |
| * | MFp4: Massively unbreak module loading/unloading: | Warner Losh | 2003-04-08 | 1 | -62/+32 |
| * | Use vm_paddr_t for physical addresses. | Jake Burkholder | 2003-04-08 | 23 | -102/+102 |
| * | Quick fix so that the watchdog timer is not set unless packets are | Mike Silbersack | 2003-04-08 | 1 | -4/+5 |
| * | Fix up callers of xl_encap so that they handle a failure response | Mike Silbersack | 2003-04-08 | 1 | -3/+10 |
| * | Correct the maxsize and maxsegsz parameters for the | Maxime Henrion | 2003-04-07 | 1 | -7/+7 |
| * | Add a PAE kernel config. This includes GENERIC through the config include | Jake Burkholder | 2003-04-07 | 1 | -0/+107 |
| * | Add support for bounce buffers to _bus_dmamap_load_buffer, which is the | Jake Burkholder | 2003-04-07 | 2 | -40/+126 |
| * | resync | Warner Losh | 2003-04-07 | 2 | -2/+9 |
| * | Remove an erroneous htole16(). The byte_count field in the | Maxime Henrion | 2003-04-07 | 1 | -1/+1 |
| * | Better fix for previous previous which still allows the 4megs of kva at | Jake Burkholder | 2003-04-07 | 4 | -6/+6 |
| * | Minor cleanup of the ATA RAID code. | Søren Schmidt | 2003-04-07 | 2 | -9/+9 |
| * | Third round of updates to the ATA driver. | Søren Schmidt | 2003-04-07 | 6 | -62/+136 |
| * | Add ID for Kawasaki LSI Inc. USB-Ethernet, rev 1.00/2.02 adapter. | Murray Stokely | 2003-04-07 | 2 | -0/+2 |
| * | - Add PCI support (Adaptec AHA-2920/A,Future Domain TMC-18XX/3260). | Matthew N. Dodd | 2003-04-07 | 7 | -340/+358 |
| * | Fix typo. | Murray Stokely | 2003-04-07 | 2 | -2/+2 |
| * | Correct typos. | Murray Stokely | 2003-04-07 | 1 | -2/+2 |
| * | Retire these files. | Matthew N. Dodd | 2003-04-07 | 2 | -189/+0 |
| * | Move a bus_dmamap_sync() to the correct place. | Maxime Henrion | 2003-04-06 | 1 | -1/+1 |
| * | Because alpha can't access memory in 16-bit granularity, | Maxime Henrion | 2003-04-06 | 1 | -7/+11 |
| * | Sufficient access checks are performed by vmapbuf() that calling useracc() | Alan Cox | 2003-04-06 | 1 | -19/+0 |
| * | Revert the s/u_int/u_int8_t/ changes, we can't really use other | Maxime Henrion | 2003-04-06 | 1 | -22/+22 |
| * | Remove the 32KB VHPT section from the kernel image. We don't really | Marcel Moolenaar | 2003-04-06 | 4 | -26/+4 |
| * | Sufficient access checks are performed by vmapbuf() that calling useracc() | Alan Cox | 2003-04-06 | 1 | -5/+0 |
| * | Initialize the PIIX timecounter in piix_attach(), which is called only | Dag-Erling Smørgrav | 2003-04-06 | 1 | -8/+12 |
| * | Remove a largely useless statistic (its kept elsewhere too). | Jake Burkholder | 2003-04-06 | 1 | -3/+0 |
| * | Make the pmap stats writeable. It can be useful to clear them. | Jake Burkholder | 2003-04-06 | 1 | -1/+1 |
| * | Add support for the CLIE 5.0 series of PDAs | Scott Long | 2003-04-06 | 1 | -0/+1 |
| * | Regen from usbdevs v.116 | Scott Long | 2003-04-06 | 1 | -1/+13 |
| * | Regen | Scott Long | 2003-04-06 | 1 | -1/+3 |
| * | Add ID's for the CLIE 5.0 series and the Belkin F5U109 usb->serial adapter. | Scott Long | 2003-04-06 | 1 | -0/+2 |
| * | Use the vis block copy/zero functions for pmap_copy_page and pmap_zero_page. | Jake Burkholder | 2003-04-06 | 4 | -13/+29 |
| * | Ignore attempts to pmap_kremove or pmap_qremove pages which do not have | Jake Burkholder | 2003-04-06 | 1 | -0/+2 |
| * | Zap some a.out leftovers | Peter Wemm | 2003-04-06 | 1 | -3/+0 |
| * | Also set the access bit in the PTE when we get a data dirty bit fault. | Marcel Moolenaar | 2003-04-06 | 2 | -4/+4 |
| * | Search for "elf32 kernel" (and elf64) and "elf32 module" (and elf64) | Peter Wemm | 2003-04-06 | 2 | -4/+12 |
| * | Use __FBSDID. | Maxime Henrion | 2003-04-06 | 1 | -1/+3 |
| * | Correct the definition of the link_addr and rbd_addr fields | Maxime Henrion | 2003-04-06 | 1 | -2/+2 |