aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Modernize my email address.Poul-Henning Kamp2002-03-257-8/+8
* Modernize my email addressPoul-Henning Kamp2002-03-2511-11/+11
* Remove spaces between (void) and function calls. Use TAILQ_FOREACHDag-Erling Smørgrav2002-03-241-30/+40
* Parenthesize return values and pull an orphaned { back into the fold.Dag-Erling Smørgrav2002-03-241-19/+18
* __FBSDID, ANSIfy function definitions, staticize functions and globals,Dag-Erling Smørgrav2002-03-241-148/+108
* Un-__P().Dag-Erling Smørgrav2002-03-241-27/+27
* Minor changes:Will Andrews2002-03-241-1/+20
* Correct a typo.Dima Dorfman2002-03-241-1/+1
* Be a bit more verbose. "modtime" means nothing.Giorgos Keramidas2002-03-241-6/+6
* Grammar fix: "When at least one of the fields .. matches ...".Giorgos Keramidas2002-03-241-1/+1
* Use char foo[] = "BAR" to avoid direct assignment of const char * into char *.Alfred Perlstein2002-03-221-2/+4
* Const fix.Alfred Perlstein2002-03-221-1/+1
* Remove cast that's not needed.Alfred Perlstein2002-03-221-1/+1
* WARNS from 3 to 4. still some warnings about assigning const char * toAlfred Perlstein2002-03-221-1/+1
* rename 'enum res' and 'struct status' to 'enum sm_res' and 'struct sm_status'Alfred Perlstein2002-03-221-3/+3
* constify log_from_addr() parameter.Alfred Perlstein2002-03-221-2/+2
* Bring code to WARNS=3 level. Mostly fix unused variables.Alfred Perlstein2002-03-213-17/+22
* Remove main() prototype.Alfred Perlstein2002-03-211-1/+0
* Remove __P.Alfred Perlstein2002-03-213-15/+15
* Fix typo: s/forth/fourth/Bruce A. Mah2002-03-211-1/+1
* o __P removedWarner Losh2002-03-213-55/+55
* Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217Ruslan Ermilov2002-03-211-3/+7
* Remove 'register' keyword.David E. O'Brien2002-03-201-1/+1
* Grammar nits.Ruslan Ermilov2002-03-201-3/+3
* * ipftest now compiles with IPFILTER_LOG and needs ip_log.c to be able toDarren Reed2002-03-201-2/+4
* Remove ipftest until the committer can actually test his changes.David E. O'Brien2002-03-201-1/+0
* Fix bugs from previous commit: initialize the correct field and useMike Heffner2002-03-201-5/+5
* Add the ERRATA file to the documentation menu and index.Bruce A. Mah2002-03-182-2/+6
* o remove __PWarner Losh2002-03-181-9/+7
* Add xref to fdisk and disklabel to aid people looking around on how toWarner Losh2002-03-181-1/+3
* Describe the format of the allow and deny files. This is more-or-lessDavid Malone2002-03-171-0/+4
* Add wireless devices to device_names array. Now that ifconfig can setMurray Stokely2002-03-172-0/+6
* When loading a font allow suffix specifying its size be omited, in whichMaxim Sobolev2002-03-162-41/+47
* Revert previous revision; sysinstall should build fine now even when cross-Dag-Erling Smørgrav2002-03-151-4/+1
* mdoc(7) police: fix list width.Ruslan Ermilov2002-03-151-1/+1
* mdoc(7) police: .Va -> .Ev.Ruslan Ermilov2002-03-151-1/+1
* Fix a typo.Ruslan Ermilov2002-03-151-1/+1
* Pedantry to satisfy the bin/34159 author.Ruslan Ermilov2002-03-151-5/+5
* Embed boot images built as part of buildworld rather than theRuslan Ermilov2002-03-152-18/+74
* Don't use temporary file to generate makedevs.c -- it's okayRuslan Ermilov2002-03-152-42/+38
* NAI DBA update.Robert Watson2002-03-141-1/+1
* Use the return value from snprintf() to keep a track of the length ofBrian Somers2002-03-131-16/+17
* Don't try to cross-build sysinstall.Dag-Erling Smørgrav2002-03-121-1/+4
* Handle B460800 and B921600 being defined in <termios.h>Brian Somers2002-03-121-0/+6
* Update number of ports available.Murray Stokely2002-03-111-1/+1
* Chase sysctl name.Dima Dorfman2002-03-111-1/+1
* after joerg's recent merge of i4b's isppcontrol to the main spppcontrol,Hellmuth Michaelis2002-03-093-565/+0
* When reporting that a line is too long, include the line number in theDima Dorfman2002-03-091-1/+5
* Fix typo: s/secotor/sector/.Giorgos Keramidas2002-03-081-1/+1
* - Misc grammar fixes.Giorgos Keramidas2002-03-081-3/+3