| Commit message (Expand) | Author | Age | Files | Lines |
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 144 | -258/+256 |
* | Finish the reversion of rev. 1.52. | ru | 2003-09-08 | 1 | -3/+2 |
* | Correct bzero length so we clear the entire key structure. | phk | 2003-09-08 | 1 | -1/+1 |
* | Correctly bzero the entire context, not just the first sizeof(void *) bytes. | phk | 2003-09-08 | 1 | -6/+6 |
* | Argh. This file was completely out of sync with mcontext/trapframe. | peter | 2003-09-08 | 1 | -11/+12 |
* | Hmm. Two copies of the mcontext... | peter | 2003-09-08 | 1 | -1/+1 |
* | Unbreak Russian KOI8-R support. | ru | 2003-09-08 | 8 | -172/+324 |
* | Quiet down boot verbose and allow commands to be submitted to a target | ps | 2003-09-08 | 1 | -2/+1 |
* | In the !MNT_BYFSID case, return EINVAL from unmount(2) when the | iedowse | 2003-09-08 | 2 | -9/+21 |
* | - Use trademark entities. | simon | 2003-09-08 | 3 | -16/+46 |
* | Add another ID for the SiI3112a SATA chip as used on the Adaptec 1210SA. | sos | 2003-09-08 | 2 | -7/+13 |
* | Limit the size of the rebuild requests to be within safety. | sos | 2003-09-08 | 1 | -3/+6 |
* | Bump __FreeBSD_version for Coda 6.x venus<->kernel API support. | tjr | 2003-09-08 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-09-08 | 34 | -65/+95 |
* | #ifdef out the vague ATA disk detection code causing fake ATA disks | sos | 2003-09-08 | 1 | -0/+2 |
* | Handle shared channels better. | sos | 2003-09-08 | 1 | -11/+18 |
* | Update the PIO mode gathering code. | sos | 2003-09-08 | 2 | -8/+10 |
* | Command line variables take precedence over global variables. | ru | 2003-09-08 | 1 | -1/+1 |
* | Looks like the re.4 man page didn't make it in the last commit, | dougb | 2003-09-08 | 1 | -1/+0 |
* | Dont re-arm the timeout twice on a timeout error. | sos | 2003-09-08 | 1 | -5/+0 |
* | Don't disable interrupts a second time. Remove an extraneous interrupt | njl | 2003-09-08 | 1 | -4/+1 |
* | Use pmap_extract_and_hold() in pipe_build_write_buffer(). Consequently, | alc | 2003-09-08 | 1 | -35/+11 |
* | Fix path of pci #includes that I botched. | wpaul | 2003-09-08 | 1 | -2/+2 |
* | Fix PATH: directive in sys/modules/re/Makefile, and add the re(4) driver to | wpaul | 2003-09-08 | 2 | -2/+2 |
* | Introduce a new pmap function, pmap_extract_and_hold(). This function | alc | 2003-09-08 | 6 | -0/+118 |
* | Take the support for the 8139C+/8169/8169S/8110S chips out of the | wpaul | 2003-09-08 | 16 | -1243/+2590 |
* | Untangle the code in this file to improve understandability. Both | marcel | 2003-09-07 | 1 | -159/+155 |
* | Remove the assumption that a bus_space_handle_t is an I/O address | marcel | 2003-09-07 | 9 | -48/+91 |
* | Enable '--interpreter=mi' support. | obrien | 2003-09-07 | 1 | -1/+3 |
* | s/x86-64/amd64/ | obrien | 2003-09-07 | 1 | -1/+1 |
* | style.Makefile(5) | obrien | 2003-09-07 | 1 | -29/+18 |
* | MFamd64/i386 | alc | 2003-09-07 | 2 | -24/+38 |
* | Improved English, proper spacing and capitalization for the serial | marcel | 2003-09-07 | 1 | -25/+27 |
* | Revise the locking in mincore(2). | alc | 2003-09-07 | 1 | -5/+5 |
* | Use uid_t. | charnier | 2003-09-07 | 1 | -3/+4 |
* | Change an `is' to a `was' in the AUTHORS section. | hmp | 2003-09-07 | 1 | -1/+1 |
* | Do not print the result of strftime() in case of failure, the content is | charnier | 2003-09-07 | 1 | -5/+3 |
* | update my email address. | cg | 2003-09-07 | 36 | -37/+37 |
* | Add FBSDID. Do not \n terminate warnx() argument. fprint() -> warnx(). | charnier | 2003-09-07 | 2 | -11/+6 |
* | Introduce arguments the standard way. In .Ar command ..., ... is not an | charnier | 2003-09-07 | 1 | -4/+4 |
* | Remove duplicate #include. Do not \n terminate errx() arg. | charnier | 2003-09-07 | 1 | -2/+3 |
* | Add FBSDID. Use errx() instead of fprintf()/exit(). Call exit() at the end | charnier | 2003-09-07 | 1 | -92/+44 |
* | The .Fn function. Dot terminate sentences. Use .Bd/.Ed instead of .Ar to | charnier | 2003-09-07 | 1 | -25/+35 |
* | clock.c: | bde | 2003-09-07 | 3 | -5/+37 |
* | - No need to create libfoo.so -> libfoo.so.X symlinks in /lib, | ru | 2003-09-07 | 2 | -3/+9 |
* | Replace a reference to non existant mount_ffs(8) by a reference to mount(8). | charnier | 2003-09-07 | 1 | -1/+1 |
* | Moved stop/start code for other CPUs to near the beginning/end of | bde | 2003-09-07 | 1 | -41/+41 |
* | Eliminate the need in uname(1) during install. | ru | 2003-09-07 | 1 | -2/+2 |
* | Restored non-egregious casts so that this file compiles on i386's with | bde | 2003-09-07 | 1 | -3/+4 |
* | Only evaluate CVS version once, when necessary. | ru | 2003-09-07 | 1 | -3/+3 |