summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* add FBSDID, compare getopt() against -1, use fprintf() + exit() in usage()charnier2003-08-171-5/+6
* Make it clear that -a flag and interface parameter are mutually exclusivecharnier2003-08-162-13/+19
* use strlcpy().ume2003-08-161-4/+4
* add section namecharnier2003-08-161-1/+1
* - added the case of 802.11 to check link status.ume2003-08-161-5/+5
* - supported a string notation for xxflags.ume2003-08-159-409/+531
* use arc4random.ume2003-08-152-1/+7
* variable shared with signal handler needs to be "volatile sig_atomic_t".ume2003-08-151-2/+2
* set LOG_PERROR for openlog() when running foreground.ume2003-08-151-3/+7
* dump the content of route information optionsume2003-08-151-1/+19
* logged the fact to dump the status.ume2003-08-151-0/+3
* daemon() has to be called prior to file descriptor setupsume2003-08-141-2/+2
* support poll(2).ume2003-08-144-3/+78
* daemon() has to be called prior to file descriptor setupsume2003-08-141-8/+16
* - rename some variables.ume2003-08-141-27/+14
* signal handler must take "int" arg.ume2003-08-141-4/+5
* avoid fd_set overrun.ume2003-08-141-9/+21
* signal handler must take "int" arg.ume2003-08-141-7/+5
* avoid fd_set overrun.ume2003-08-141-10/+24
* decreased too-strong log levels.ume2003-08-141-5/+9
* Use STDIN_FILENO, STDOUT_FILENO, and STDERR_FILENO in a few moregad2003-08-133-17/+17
* Make this WARNS=6 clean by just constifying two local char pointers.harti2003-08-132-1/+3
* Put all the argument-less options together in the synopsis as requiredharti2003-08-131-6/+1
* Implement two command line options that allow one to change theharti2003-08-132-8/+23
* Imply NOLIBC_R for PowerPC.obrien2003-08-131-1/+1
* malloc() may return NULL.ume2003-08-121-0/+5
* reduce #ifdef.ume2003-08-118-47/+5
* use strlcpy() and snprintf().ume2003-08-116-16/+27
* Remove the band-aid to make these compile on amd64/ia64.njl2003-08-112-12/+2
* use int64_t instead of long long.ume2003-08-113-7/+7
* Instead of unconditionally refusing to install if no swap partitionsdas2003-08-102-6/+8
* Apparently I limited my testing of the ductape and bubblegum solutionmarcel2003-08-092-1/+7
* Perform first-aid: unbreak the build for amd64 and ia64 by patchingmarcel2003-08-091-1/+5
* Drop MIP6 code. We don't support MIP6 yet.ume2003-08-084-142/+4
* KNF, correct typos and cleanup spaces.ume2003-08-0815-327/+288
* drop the code for the environment where getifaddrs(3) is notume2003-08-083-91/+1
* stop use of register.ume2003-08-081-14/+14
* Process the "O bit."ume2003-08-085-2/+183
* __FUNCTION__ --> __func__ume2003-08-0813-231/+231
* Fix a bug that caused i386 to produce broken binaries for big-endianru2003-08-081-16/+16
* Hook acpidb(8) and iasl(8) up to the build and unhook amldb(8). It willnjl2003-08-081-1/+1
* Add man pages for acpidb and iaslnjl2003-08-072-0/+317
* Add the acpidb and iasl utilities. This is not yet hooked up to the build.njl2003-08-074-1/+595
* No need to define externs for getopt interface.imp2003-08-071-2/+1
* Add a reference to config(5) in the SEE ALSO section.simon2003-08-061-0/+2
* introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfo structure toume2003-08-052-3/+21
* - Use /dev/fwX.Y rather than /dev/fwX.simokawa2003-08-052-31/+71
* LANG->LC_ALLache2003-08-042-14/+14
* Use LANG=C before egrep A-Z and tr A-Zache2003-08-041-4/+4
* Fix problem differently, useache2003-08-041-10/+10
OpenPOWER on IntegriCloud