Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use __FBSDID() to quiet GCC 3.3 warnings. | obrien | 2003-05-03 | 1 | -4/+2 |
| | |||||
* | style(9): use NULL when assigning/comparing a char *, | johan | 2003-04-23 | 1 | -3/+3 |
| | | | | | | consitently compare fileid with 0 using == and !=. Reviewed by: silence on @audit | ||||
* | Make this WARNS=5 clean by using %j and (uintmax_t). | johan | 2003-04-23 | 2 | -3/+5 |
| | | | | Look at by: sebastian.ssmoller@web.de on audit@ | ||||
* | The .Nm utility | charnier | 2002-07-06 | 1 | -1/+1 |
| | |||||
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+1 |
| | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike | ||||
* | 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: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Backout rev 1.8. This really does not give us the version number | ps | 2000-07-01 | 2 | -5/+5 |
| | | | | | | of the kld's. Pointed out by: bp | ||||
* | display version number of each kld module when using | jmb | 2000-06-20 | 2 | -5/+5 |
| | | | | the -v flag. | ||||
* | Properly align the columns of the header on Alpha. | marcel | 1999-12-04 | 1 | -1/+7 |
| | |||||
* | 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/+11 |
| | |||||
* | Cosmetic fix (make header align with data) | des | 1998-11-07 | 1 | -2/+2 |
| | |||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-19 | 1 | -3/+3 |
| | |||||
* | Sync. usage string and synopsis. Add rcsid. | charnier | 1998-01-05 | 2 | -14/+14 |
| | |||||
* | 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 | -20/+21 |
| | | | | | | | | | | | | | 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 | -5/+12 |
| | | | | | | | | 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/+212 |