Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use __FBSDID() to quiet GCC 3.3 warnings. | obrien | 2003-05-03 | 1 | -4/+2 |
| | |||||
* | These are WARNS=5 clean, mark them as such to keep them that way. | johan | 2003-04-23 | 1 | -0/+1 |
| | | | | Look at by: sebastian.ssmoller@web.de on audit@ | ||||
* | Add an xref to kldconfig(8). | ru | 2003-03-03 | 1 | -0/+1 |
| | |||||
* | Update documentation for kldload(8)'s ability to load multiple modules. | jmallett | 2002-10-09 | 2 | -4/+6 |
| | | | | Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> | ||||
* | Make it possible to kldload(8) many modules. | jmallett | 2002-10-08 | 1 | -9/+17 |
| | | | | | | MFC after: 2 months Sponsored by: Bright Path Solutions Reviewed by: tjr | ||||
* | The .Nm utility | charnier | 2002-07-06 | 1 | -1/+1 |
| | |||||
* | Add 'utility' in a place that it was missing. | keramida | 2002-06-05 | 1 | -1/+1 |
| | | | | | | PR: docs/38814 Submitted by: Chris Pepper <pepper@rockefeller.edu> MFC after: 10 days | ||||
* | mdoc(7) police: tidy up previous delta. | ru | 2002-01-09 | 1 | -9/+6 |
| | |||||
* | Add comments on where to look if you wish to auto-load | silby | 2001-12-16 | 1 | -1/+9 |
| | | | | | | modules at boot time. MFC after: 1 day | ||||
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -1/+0 |
| | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike | ||||
* | Set WARNS=2 on programs which compile cleanly. | dd | 2001-07-15 | 1 | -0/+1 |
| | | | | Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: minor markup tweaks. | ru | 2001-07-10 | 1 | -2/+4 |
| | |||||
* | Spelling police: extention -> extension. | dd | 2001-07-05 | 1 | -1/+1 |
| | |||||
* | Fix a typo: "must be have" -> "must have" | yar | 2001-07-03 | 1 | -1/+1 |
| | | | | MFC after: 5 days | ||||
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 1 | -0/+1 |
| | | | | builtins (e.g., exit, strcmp). | ||||
* | Removed -I${.CURDIR}/.../sys from CFLAGS. | ru | 2001-05-18 | 1 | -2/+0 |
| | |||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -2/+0 |
| | |||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -1/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-18 | 1 | -0/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | /modules -> /boot/kernel | ache | 2000-09-06 | 1 | -2/+2 |
| | |||||
* | Add cross-references to respective syscalls. | chris | 1999-09-03 | 1 | -0/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | Fill-in the manpages a little. | obrien | 1998-11-12 | 1 | -3/+17 |
| | |||||
* | remoce unused #include. | charnier | 1998-07-06 | 1 | -2/+1 |
| | |||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-19 | 1 | -3/+3 |
| | |||||
* | Add -v in usage string. Add rcsid. | charnier | 1998-01-05 | 2 | -12/+12 |
| | |||||
* | use += on cflags | jmg | 1997-10-26 | 1 | -2/+2 |
| | | | | Submitted-by: Steve Price <sprice@hiwaay.net> | ||||
* | a few code style changes: | jmg | 1997-10-21 | 2 | -13/+16 |
| | | | | | | | | | | | | | o start function names in column 1 o sort order of flags in getopt and switch o don't try to reference progname o unspam some changes introduced by a 2.2.1-R build box instead of a -current build box doc changes: o document when these commands first appeared o put email address in angle brakets o minor mdoc clean up | ||||
* | activate the programs that will be used to manipulate kld modules | jmg | 1997-10-19 | 2 | -2/+8 |
| | | | | | | | | fix a few problems with missing headers, warn called with an exit value, and undeclared getopt vars these programs now compile -Wall clean (and yes, I know I should use more than just -Wall) :) | ||||
* | Add utilities for the kernel linker. | dfr | 1997-05-07 | 3 | -0/+158 |