summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix a typobrian2002-03-251-1/+1
* Modernize my email address.phk2002-03-257-8/+8
* Modernize my email addressphk2002-03-2511-11/+11
* Remove spaces between (void) and function calls. Use TAILQ_FOREACHdes2002-03-241-30/+40
* Parenthesize return values and pull an orphaned { back into the fold.des2002-03-241-19/+18
* __FBSDID, ANSIfy function definitions, staticize functions and globals,des2002-03-241-148/+108
* Un-__P().des2002-03-241-27/+27
* Minor changes:will2002-03-241-1/+20
* Correct a typo.dd2002-03-241-1/+1
* Be a bit more verbose. "modtime" means nothing.keramida2002-03-241-6/+6
* Grammar fix: "When at least one of the fields .. matches ...".keramida2002-03-241-1/+1
* Use char foo[] = "BAR" to avoid direct assignment of const char * into char *.alfred2002-03-221-2/+4
* Const fix.alfred2002-03-221-1/+1
* Remove cast that's not needed.alfred2002-03-221-1/+1
* WARNS from 3 to 4. still some warnings about assigning const char * toalfred2002-03-221-1/+1
* rename 'enum res' and 'struct status' to 'enum sm_res' and 'struct sm_status'alfred2002-03-221-3/+3
* constify log_from_addr() parameter.alfred2002-03-221-2/+2
* Bring code to WARNS=3 level. Mostly fix unused variables.alfred2002-03-213-17/+22
* Remove main() prototype.alfred2002-03-211-1/+0
* Remove __P.alfred2002-03-213-15/+15
* Fix typo: s/forth/fourth/bmah2002-03-211-1/+1
* o __P removedimp2002-03-213-55/+55
* Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217ru2002-03-211-3/+7
* Remove 'register' keyword.obrien2002-03-201-1/+1
* Grammar nits.ru2002-03-201-3/+3
* * ipftest now compiles with IPFILTER_LOG and needs ip_log.c to be able todarrenr2002-03-201-2/+4
* Remove ipftest until the committer can actually test his changes.obrien2002-03-201-1/+0
* Fix bugs from previous commit: initialize the correct field and usemikeh2002-03-201-5/+5
* Add the ERRATA file to the documentation menu and index.bmah2002-03-182-2/+6
* o remove __Pimp2002-03-181-9/+7
* Add xref to fdisk and disklabel to aid people looking around on how toimp2002-03-181-1/+3
* Describe the format of the allow and deny files. This is more-or-lessdwmalone2002-03-171-0/+4
* Add wireless devices to device_names array. Now that ifconfig can setmurray2002-03-172-0/+6
* When loading a font allow suffix specifying its size be omited, in whichsobomax2002-03-162-41/+47
* Revert previous revision; sysinstall should build fine now even when cross-des2002-03-151-4/+1
* mdoc(7) police: fix list width.ru2002-03-151-1/+1
* mdoc(7) police: .Va -> .Ev.ru2002-03-151-1/+1
* Fix a typo.ru2002-03-151-1/+1
* Pedantry to satisfy the bin/34159 author.ru2002-03-151-5/+5
* Embed boot images built as part of buildworld rather than theru2002-03-152-18/+74
* Don't use temporary file to generate makedevs.c -- it's okayru2002-03-152-42/+38
* NAI DBA update.rwatson2002-03-141-1/+1
* Use the return value from snprintf() to keep a track of the length ofbrian2002-03-131-16/+17
* Don't try to cross-build sysinstall.des2002-03-121-1/+4
* Handle B460800 and B921600 being defined in <termios.h>brian2002-03-121-0/+6
* Update number of ports available.murray2002-03-111-1/+1
* Chase sysctl name.dd2002-03-111-1/+1
* after joerg's recent merge of i4b's isppcontrol to the main spppcontrol,hm2002-03-093-565/+0
* When reporting that a line is too long, include the line number in thedd2002-03-091-1/+5
* Fix typo: s/secotor/sector/.keramida2002-03-081-1/+1
OpenPOWER on IntegriCloud