| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed -Wpointer-arith warning. | Ruslan Ermilov | 2003-09-09 | 1 | -1/+1 |
* | Clean up get/set_mcontext() and get/set_fpcontext(). These are operated | Peter Wemm | 2003-09-09 | 2 | -66/+30 |
* | Fix some broken comments. | Dag-Erling Smørgrav | 2003-09-09 | 1 | -3/+3 |
* | Add LOG2_ID_PAGE_SIZE to the mix of options on ia64. | Marcel Moolenaar | 2003-09-09 | 1 | -0/+1 |
* | Remove unnecessary #include of brgphyreg.h, left over from when Stuart used | Bill Paul | 2003-09-09 | 1 | -1/+0 |
* | Add a device driver for the Broadcom BCM4401 ethernet controller, | Bill Paul | 2003-09-09 | 8 | -0/+2084 |
* | Add cwd, root and statm (modeled on a 2.4.20 kernel). De-obfuscate | Dag-Erling Smørgrav | 2003-09-09 | 1 | -17/+96 |
* | Use PCIR_BAR() instead of a magic offset. | Scott Long | 2003-09-09 | 1 | -1/+1 |
* | Re-arrange the raid section a small bit and put drivers into their proper | Scott Long | 2003-09-09 | 1 | -9/+9 |
* | Introduce IA64_ID_PAGE_{MASK|SHIFT|SIZE} and LOG2_ID_PAGE_SIZE. The | Marcel Moolenaar | 2003-09-09 | 6 | -8/+26 |
* | Disallow attempts to suspend to S0. It was only enabled for testing. | Nate Lawson | 2003-09-09 | 1 | -10/+11 |
* | Hook the SiS DRM up to the build | Eric Anholt | 2003-09-09 | 4 | -2/+16 |
* | Merge from DRI CVS. Includes newly ported SiS 300/305/540/630/730 driver and | Eric Anholt | 2003-09-09 | 17 | -71/+1261 |
* | Turn aac back on now that its been cleaned up for 64 bit compilation | Peter Wemm | 2003-09-08 | 1 | -2/+2 |
* | mdoc(7): Use the new feature of the .In macro. | Ruslan Ermilov | 2003-09-08 | 1 | -2/+2 |
* | Correct bzero length so we clear the entire key structure. | Poul-Henning Kamp | 2003-09-08 | 1 | -1/+1 |
* | Correctly bzero the entire context, not just the first sizeof(void *) bytes. | Poul-Henning Kamp | 2003-09-08 | 1 | -6/+6 |
* | Argh. This file was completely out of sync with mcontext/trapframe. | Peter Wemm | 2003-09-08 | 1 | -11/+12 |
* | Hmm. Two copies of the mcontext... | Peter Wemm | 2003-09-08 | 1 | -1/+1 |
* | Quiet down boot verbose and allow commands to be submitted to a target | Paul Saab | 2003-09-08 | 1 | -2/+1 |
* | In the !MNT_BYFSID case, return EINVAL from unmount(2) when the | Ian Dowse | 2003-09-08 | 1 | -2/+9 |
* | Add another ID for the SiI3112a SATA chip as used on the Adaptec 1210SA. | Søren Schmidt | 2003-09-08 | 2 | -7/+13 |
* | Limit the size of the rebuild requests to be within safety. | Søren Schmidt | 2003-09-08 | 1 | -3/+6 |
* | Bump __FreeBSD_version for Coda 6.x venus<->kernel API support. | Tim J. Robbins | 2003-09-08 | 1 | -1/+1 |
* | Use __FBSDID(). | David E. O'Brien | 2003-09-08 | 34 | -65/+95 |
* | #ifdef out the vague ATA disk detection code causing fake ATA disks | Søren Schmidt | 2003-09-08 | 1 | -0/+2 |
* | Handle shared channels better. | Søren Schmidt | 2003-09-08 | 1 | -11/+18 |
* | Update the PIO mode gathering code. | Søren Schmidt | 2003-09-08 | 2 | -8/+10 |
* | Dont re-arm the timeout twice on a timeout error. | Søren Schmidt | 2003-09-08 | 1 | -5/+0 |
* | Don't disable interrupts a second time. Remove an extraneous interrupt | Nate Lawson | 2003-09-08 | 1 | -4/+1 |
* | Use pmap_extract_and_hold() in pipe_build_write_buffer(). Consequently, | Alan Cox | 2003-09-08 | 1 | -35/+11 |
* | Fix path of pci #includes that I botched. | Bill Paul | 2003-09-08 | 1 | -2/+2 |
* | Fix PATH: directive in sys/modules/re/Makefile, and add the re(4) driver to | Bill Paul | 2003-09-08 | 1 | -1/+1 |
* | Introduce a new pmap function, pmap_extract_and_hold(). This function | Alan Cox | 2003-09-08 | 6 | -0/+118 |
* | Take the support for the 8139C+/8169/8169S/8110S chips out of the | Bill Paul | 2003-09-08 | 12 | -1228/+2581 |
* | Untangle the code in this file to improve understandability. Both | Marcel Moolenaar | 2003-09-07 | 1 | -159/+155 |
* | Remove the assumption that a bus_space_handle_t is an I/O address | Marcel Moolenaar | 2003-09-07 | 9 | -48/+91 |
* | MFamd64/i386 | Alan Cox | 2003-09-07 | 2 | -24/+38 |
* | Improved English, proper spacing and capitalization for the serial | Marcel Moolenaar | 2003-09-07 | 1 | -25/+27 |
* | Revise the locking in mincore(2). | Alan Cox | 2003-09-07 | 1 | -5/+5 |
* | update my email address. | Cameron Grant | 2003-09-07 | 36 | -37/+37 |
* | clock.c: | Bruce Evans | 2003-09-07 | 3 | -5/+37 |
* | Moved stop/start code for other CPUs to near the beginning/end of | Bruce Evans | 2003-09-07 | 1 | -41/+41 |
* | Restored non-egregious casts so that this file compiles on i386's with | Bruce Evans | 2003-09-07 | 1 | -3/+4 |
* | Restored a non-egregious cast so that this file compiles on i386's | Bruce Evans | 2003-09-07 | 1 | -1/+1 |
* | Return EINVAL if the contested bit is not set on the umtx passed to | Tim J. Robbins | 2003-09-07 | 1 | -1/+2 |
* | Add support for the Coda 6.x venus<->kernel interface. This extends | Tim J. Robbins | 2003-09-07 | 27 | -686/+806 |
* | Now that PC98 has it's own MD file, use uart_cpu_${MACHINE}.c and | Marcel Moolenaar | 2003-09-07 | 1 | -2/+1 |
* | MFp4: Revamped GENERIC (and hints). This is some much more pleasant | Marcel Moolenaar | 2003-09-07 | 2 | -118/+84 |
* | Replace sio(4) with uart(4). Remove the sio(4) hints and only add | Marcel Moolenaar | 2003-09-07 | 2 | -9/+5 |