| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 22 | -151/+118 |
* | Now almost all Ethernet drivers support bridging. | archie | 2000-11-10 | 1 | -12/+3 |
* | Document that the 3c905C-TX is supported aside from Dell equipment. | asmodai | 2000-11-10 | 1 | -2/+2 |
* | Miscellaneous content fixes: | sheldonh | 2000-11-10 | 1 | -12/+18 |
* | Whitespace only: fix hard sentence breaks now, before people really | sheldonh | 2000-11-10 | 1 | -29/+42 |
* | Replace non-existent 'mtx_t' typedef'd type with 'struct mtx'. | jhb | 2000-11-10 | 1 | -1/+1 |
* | Manpage incorrectly states that STAILQ_REMOVE_HEAD takes an arg | alfred | 2000-11-09 | 1 | -3/+1 |
* | Change .Os FreeBSD 5.0 to .Os FreeBSD. | asmodai | 2000-11-09 | 1 | -1/+1 |
* | Add sn to files to install | imp | 2000-11-08 | 1 | -0/+1 |
* | simple sn man page, since we're missing one right now | imp | 2000-11-08 | 1 | -0/+54 |
* | Fixed typo: .ar -> .Ar | ru | 2000-11-06 | 1 | -1/+1 |
* | -mdoc cleanup: replace custom .ES/.EE macros with literal display. | ru | 2000-11-06 | 1 | -13/+2 |
* | Fixed typo: .PB -> .El | ru | 2000-11-06 | 1 | -1/+1 |
* | Fixed typo: .SY -> .Sy | ru | 2000-11-06 | 1 | -1/+1 |
* | Update the SYNOPSIS to reflect that the driver can be loaded as a module. | sheldonh | 2000-11-02 | 1 | -1/+6 |
* | Fixup some wrong statements in the new mbuf(9) man page. | bmilekic | 2000-11-01 | 1 | -63/+100 |
* | Mdoc style fixes. | mpp | 2000-11-01 | 1 | -2/+3 |
* | Catch up to mutexes becoming MI: machine/mutex.h -> sys/mutex.h | jhb | 2000-11-01 | 1 | -1/+1 |
* | Fix a fundamental error. The device is not owned by the parent | asmodai | 2000-10-31 | 1 | -1/+1 |
* | Update to reflect that the XPT device can accept path inquiry commands. | scottl | 2000-10-30 | 1 | -0/+1 |
* | Whitespace only: | sheldonh | 2000-10-30 | 1 | -13/+16 |
* | Add pfil.9 manpage to build after a repository copy. | ru | 2000-10-30 | 1 | -1/+2 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -2/+1 |
* | Break a line more appropriately. | asmodai | 2000-10-29 | 1 | -2/+2 |
* | Whitespace only commit. | asmodai | 2000-10-29 | 1 | -4/+4 |
* | Update the twe manpage to correspond with the latest source changes. | asmodai | 2000-10-29 | 1 | -15/+89 |
* | Remove obsolete /dev/drum references | jedgar | 2000-10-29 | 2 | -2/+2 |
* | RBG -> RGB | nik | 2000-10-28 | 1 | -1/+1 |
* | add PC-Card melody beep(PC Card bus, kludge version) | sanpei | 2000-10-28 | 1 | -0/+2 |
* | Use EX_USAGE in an example, as the SAME manual page describes a | alex | 2000-10-28 | 1 | -1/+1 |
* | Add some more information to the AUTHORS section. | asmodai | 2000-10-28 | 2 | -4/+14 |
* | Typo fix. | mpp | 2000-10-27 | 1 | -1/+1 |
* | update man page to reflect new support | mjacob | 2000-10-27 | 1 | -3/+4 |
* | Use FreeBSD.org, not freebsd.org, as has been the precedent. | asmodai | 2000-10-27 | 5 | -5/+5 |
* | Please welcome the asr manpage [no, not alt.sysadmin.recovery], but | asmodai | 2000-10-27 | 3 | -1/+166 |
* | Add in MLINKS for all of the various mutex functions to mutex.9 | jhb | 2000-10-26 | 1 | -0/+9 |
* | - Document MUTEX_DECLARE and MTX_COLD | jhb | 2000-10-26 | 1 | -5/+42 |
* | Add a note that the spl() API is deprecated in favor of mutexes. | jhb | 2000-10-26 | 3 | -1/+19 |
* | Add a prototype mbuf.9 man page. Probably needs work, but it's a good | nik | 2000-10-26 | 2 | -1/+408 |
* | Add and install the uscanner manpage. | asmodai | 2000-10-26 | 2 | -0/+126 |
* | Update @freebsd.org email addresses to @FreeBSD.org as is the | asmodai | 2000-10-26 | 44 | -78/+78 |
* | Add the ATA_ENABLE_TAGS option | sos | 2000-10-25 | 1 | -0/+3 |
* | Change archie's and my email addresses from Whistle.com to FreeBSD.org | julian | 2000-10-24 | 24 | -47/+47 |
* | Correct the description of a few options to reflect that commands and/or | mpp | 2000-10-24 | 1 | -3/+3 |
* | Add some very crude man pages to try to induce folk to work on them. | markm | 2000-10-24 | 2 | -0/+198 |
* | Introduce the M_ZERO flag to malloc(9) | phk | 2000-10-20 | 1 | -0/+2 |
* | Remove bogus xref. | mpp | 2000-10-20 | 1 | -1/+0 |
* | Scripts should contain a comment block describing what the script does. | joe | 2000-10-19 | 1 | -0/+13 |
* | Reference Larry Wall's perlstyle man page, and recommend it's use where | joe | 2000-10-18 | 1 | -4/+17 |
* | Use 'unless' instead of 'if (! ... )' where it improves readability. | joe | 2000-10-18 | 1 | -0/+7 |