aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Our persistent-state, large temporary file dir is /VAR/tmp, not /USR/tmp.David E. O'Brien2002-04-015-6/+6
* Include <string.h> for some prototypes, rather than depending onMike Barcroft2002-04-012-0/+2
* Fix SCM ID's.David E. O'Brien2002-04-0132-120/+97
* Fix a typoBrian Somers2002-03-311-1/+1
* Add a missing ``#ifndef NONETGRAPH''Brian Somers2002-03-311-0/+2
* Remove some extraneous whitespaceBrian Somers2002-03-311-1/+1
* Include arpa/inet.hBrian Somers2002-03-311-0/+2
* Fix CLEANFILES.Ruslan Ermilov2002-03-301-0/+1
* Fix /dev/acdNc minor device number. This bug prevents installing FreeBSDMakoto Matsushita2002-03-302-2/+2
* Add a "special progname lib xxx ..." command to crunchgenLuigi Rizzo2002-03-302-2/+23
* Add a sprinkling of mp_Down() calls to ensure that we don't think thatBrian Somers2002-03-301-1/+7
* Don't use the RTF_GATEWAY flag and pass the RTA_GATEWAY address when updatingBrian Somers2002-03-301-1/+8
* Add a missing breakBrian Somers2002-03-301-0/+1
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's lineBrian Somers2002-03-3030-145/+1224
* Only build and link the pccard module on architectures that support it (andMurray Stokely2002-03-299-2/+26
* typo. netbsd PR 16055Hajimu UMEMOTO2002-03-291-1/+1
* Mention the fact that you must burn an ISO image to your CDR (createdMurray Stokely2002-03-281-0/+8
* Tidy up CLEANFILES.Ruslan Ermilov2002-03-282-2/+2
* Teach sysinstall(8) how to read boot managers out of /bootRuslan Ermilov2002-03-284-100/+34
* Utility to create a.out [kernels] from an ELF one.David E. O'Brien2002-03-281-0/+156
* Update kgmon.8 to refer to /boot/kernel/kernel on -CURRENT, rather thanRobert Watson2002-03-281-2/+2
* Use ansi function definitions.Warner Losh2002-03-271-56/+41
* de __PWarner Losh2002-03-271-19/+19
* Fix problem in macro definition breaking compiles with -DDEBUG.Pierre Beyssac2002-03-261-1/+1
* Add support for Q.931 subaddresses.Hellmuth Michaelis2002-03-2615-101/+284
* Fix a typoBrian Somers2002-03-251-1/+1
* 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-147/+107
* 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-14/+14
* 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