summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* When checking the 'user:group' field in newsyslog.conf, freebsd's sourcegad2003-08-191-2/+14
* rtm_seq is int, so seq/myseq should be int.ume2003-08-181-2/+2
* suppress outpt on dump request if -q is specified.ume2003-08-181-0/+3
* atoi -> strtoulume2003-08-181-2/+10
* - port numbers are unsigned. use %u.ume2003-08-181-2/+2
* explicitly specify IPPROTO_UDP when calling getaddrinfo().ume2003-08-181-0/+2
* remove a variable that is never used.ume2003-08-181-5/+2
* support poll(2).ume2003-08-182-5/+44
* - don't select with FD_SETSIZE.ume2003-08-181-14/+25
* - don't print strerror() if errno == 0 on fatal().ume2003-08-171-10/+26
* - do not SEGV on IFF_UP.ume2003-08-171-14/+21
* do not send dump request on -Nume2003-08-171-0/+2
* macro pedantume2003-08-171-2/+2
* minor cleanup; no need for extra variable hereume2003-08-171-4/+2
* use strchr(3).ume2003-08-171-3/+3
* daemon() has to be called prior to file descriptor setupsume2003-08-171-15/+8
* getifaddrs(3) is always used.ume2003-08-171-1/+1
* knf, typo, space.ume2003-08-172-21/+13
* set IPV6_V6ONLY.ume2003-08-171-7/+13
* - die if malloc fails.ume2003-08-171-2/+8
* use strncpyume2003-08-171-1/+1
* "sin" is a reserved C library function name. use sin6ume2003-08-171-73/+73
* We don't need __ss hack.ume2003-08-171-1/+1
* backout 1.11. ifname in struct ifreq should be copyed by strncpy.ume2003-08-171-4/+4
* - improved the -a option. it can probe a interface automatically whenume2003-08-175-94/+134
* 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
OpenPOWER on IntegriCloud