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 | -5/+5 |
| | | | | | | consitently compare fileid with 0 using == and !=. Reviewed by: silence on @audit | ||||
* | Make this WARNS=5 clean by adding () in 'if (a || (b && c))'. | johan | 2003-04-23 | 2 | -2/+2 |
| | | | | 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 | ||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | 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 | -2/+2 |
| | |||||
* | Fixed bitrot in usage message (-n is now optional). | bde | 1999-09-08 | 1 | -1/+1 |
| | |||||
* | Show that the -n option is optional | n_hibma | 1999-09-06 | 1 | -1/+4 |
| | | | | | Suggested by: Bruce Evans <bde@zeta.org.au> Reviewed by: dfr | ||||
* | Add cross-references to respective syscalls. | chris | 1999-09-03 | 1 | -0/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | Add a sensible message if an invalid ID was entered | n_hibma | 1999-07-25 | 1 | -1/+3 |
| | | | | | | PR: 8739 Submitted by: Love lha@stacken.kth.se Reviewed by: Doug Rabson <doug@freebsd.org> | ||||
* | Fill-in the manpages a little. | obrien | 1998-11-12 | 1 | -3/+11 |
| | |||||
* | Bitch if both an id and a name are specified. Make the man page and usage | des | 1998-11-07 | 2 | -6/+14 |
| | | | | | message reflect this. As a bonus, make the -n optional so that 'kldunload name' works as one would expect. | ||||
* | Lowercase 1st char. in err(3) strings. | charnier | 1998-07-06 | 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 | -12/+13 |
| | |||||
* | use += on cflags | jmg | 1997-10-26 | 1 | -2/+2 |
| | | | | Submitted-by: Steve Price <sprice@hiwaay.net> | ||||
* | fix mispelling of kld | jmg | 1997-10-24 | 1 | -2/+2 |
| | |||||
* | a few code style changes: | jmg | 1997-10-21 | 2 | -21/+20 |
| | | | | | | | | | | | | | 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/+9 |
| | | | | | | | | 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/+185 |