| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add /usr/X11R6/man to the optional manpath. | Ruslan Ermilov | 2003-09-10 | 1 | -0/+1 |
| * | Fixed -Wpointer-arith warning. | Ruslan Ermilov | 2003-09-09 | 2 | -2/+2 |
| * | Catch up with mdoc.local list of libraries. | Ruslan Ermilov | 2003-09-09 | 1 | -1/+3 |
| * | Catch up with mdoc.local list of libraries. | Ruslan Ermilov | 2003-09-09 | 1 | -1/+3 |
| * | Original pthread_once code has memory leak if pthread_once_t is used in | David Xu | 2003-09-09 | 4 | -18/+104 |
| * | Switch dotrim() to take advantage of the 'struct conf_entry' that | Garance A Drosehn | 2003-09-09 | 1 | -33/+36 |
| * | Reduce the annoying compiler warnings that pop up when compiling with | Garance A Drosehn | 2003-09-09 | 1 | -9/+9 |
| * | 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 |
| * | The re.4 manpage has been checked in now, so hook it back up. | Ceri Davies | 2003-09-09 | 1 | -0/+1 |
| * | 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 | 13 | -2/+2188 |
| * | Restore behaviour from rev. 1.9. Only log when there is a real change | Martin Blapp | 2003-09-09 | 1 | -5/+0 |
| * | Update the explanation of parity capabilities | Yaroslav Tykhiy | 2003-09-09 | 1 | -6/+4 |
| * | Add the -m, -w and -x options to ls's usage message. | Tim J. Robbins | 2003-09-09 | 1 | -2/+2 |
| * | Add support for ACPI 2.x and the XSDT. | Nate Lawson | 2003-09-09 | 1 | -25/+77 |
| * | Rename FACP to FADT throughout. | Nate Lawson | 2003-09-09 | 4 | -111/+206 |
| * | Add cwd, root and statm (modeled on a 2.4.20 kernel). De-obfuscate | Dag-Erling Smørgrav | 2003-09-09 | 1 | -17/+96 |
| * | Make char signed by default. | Dag-Erling Smørgrav | 2003-09-09 | 1 | -4/+14 |
| * | Add code to support pthread spin lock. | David Xu | 2003-09-09 | 8 | -0/+339 |
| * | 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 |
| * | Correct the comment about which timezone-change loses an hour... | Garance A Drosehn | 2003-09-09 | 1 | -2/+2 |
| * | Add a '-D <something>' command line arg, which can be used to set | Garance A Drosehn | 2003-09-09 | 1 | -3/+57 |
| * | Disallow attempts to suspend to S0. It was only enabled for testing. | Nate Lawson | 2003-09-09 | 1 | -10/+11 |
| * | Use strtol() instead of strtoul() in parse8601, so we can detect | Garance A Drosehn | 2003-09-09 | 1 | -17/+17 |
| * | Fix typo in the previous commit. Was checking wrong variable... | Garance A Drosehn | 2003-09-09 | 1 | -1/+1 |
| * | Change parse8601 and parseDWM so they return an alternate error value | Garance A Drosehn | 2003-09-09 | 1 | -14/+29 |
| * | Add the re.4 man page, which I forgot to do last night. | Bill Paul | 2003-09-09 | 1 | -0/+200 |
| * | Cosmetic change to move parse8601 right next to parseDWM. No code | Garance A Drosehn | 2003-09-09 | 1 | -86/+86 |
| * | 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 | 144 | -258/+256 |
| * | Finish the reversion of rev. 1.52. | Ruslan Ermilov | 2003-09-08 | 1 | -3/+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 |
| * | Unbreak Russian KOI8-R support. | Ruslan Ermilov | 2003-09-08 | 8 | -172/+324 |
| * | 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 | 2 | -9/+21 |
| * | - Use trademark entities. | Simon L. B. Nielsen | 2003-09-08 | 3 | -16/+46 |
| * | 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 |