summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
...
* Fix /dev/acdNc minor device number. This bug prevents installing FreeBSDmatusita2002-03-302-2/+2
* Add a "special progname lib xxx ..." command to crunchgenluigi2002-03-302-2/+23
* Add a sprinkling of mp_Down() calls to ensure that we don't think thatbrian2002-03-301-1/+7
* Don't use the RTF_GATEWAY flag and pass the RTA_GATEWAY address when updatingbrian2002-03-301-1/+8
* Add a missing breakbrian2002-03-301-0/+1
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's linebrian2002-03-3030-147/+1226
* Only build and link the pccard module on architectures that support it (andmurray2002-03-299-2/+26
* typo. netbsd PR 16055ume2002-03-291-1/+1
* Mention the fact that you must burn an ISO image to your CDR (createdmurray2002-03-281-0/+8
* Tidy up CLEANFILES.ru2002-03-282-2/+2
* Teach sysinstall(8) how to read boot managers out of /bootru2002-03-284-100/+34
* Utility to create a.out [kernels] from an ELF one.obrien2002-03-281-0/+156
* Update kgmon.8 to refer to /boot/kernel/kernel on -CURRENT, rather thanrwatson2002-03-281-2/+2
* Use ansi function definitions.imp2002-03-271-56/+41
* de __Pimp2002-03-271-19/+19
* Fix problem in macro definition breaking compiles with -DDEBUG.pb2002-03-261-1/+1
* Add support for Q.931 subaddresses.hm2002-03-2615-101/+284
* 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
OpenPOWER on IntegriCloud