summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* There is no need to #include <sgtty.h>peter2003-09-041-1/+0
* Sync with fresh generated file, keep our changed settings. This seemsmbr2003-09-021-1386/+1338
* Remove redundant PACKAGE and VERSION defines.mbr2003-09-021-6/+1
* Update version string.mbr2003-09-021-1/+1
* Set HAVE_STRUCT_IFREQ_IFR_ADDR, HAVE_STRUCT_FHSTATUS_FHS_FH to 1.mbr2003-09-021-0/+9
* Retire 'c' partition for a CD device.maxim2003-09-012-13/+4
* Introduce more knobs to slim down FreeBSD userlandphk2003-08-291-4/+11
* Add asf to i386 build. This will probably work on other platformsgrog2003-08-291-0/+1
* Now that amldb(8) is no longer needed by acpidump, remove the last vestigesnjl2003-08-2826-7607/+0
* Modify acpidump to use iasl(8) as the backend for disassembling AML.njl2003-08-288-2086/+366
* Make build of atm, mld6query, rip6query, route6d and traceroute6phk2003-08-271-5/+11
* Clarify the order of arguments passed to the pre-/post-install scriptroam2003-08-261-1/+1
* Minimal update to make it easier to increase the buffer-size lpd usesgad2003-08-212-10/+20
* The PCMCIA Standard dictates that those funny cards you insert intoimp2003-08-204-18/+18
* Add a new variable 'skipPCCARD'. This variable will cause sysinstallimp2003-08-208-2/+26
* - Add support for Cisco latest firmware RID sizes that supports 25 SSIDs!ambrisko2003-08-201-50/+42
* Remove the vestiges of the old pre-"X_AS_PKG" way we used to handled theobrien2003-08-1912-580/+2
* Expand the fdisk size display toggling to include GB.obrien2003-08-192-4/+12
* 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
OpenPOWER on IntegriCloud