| Commit message (Expand) | Author | Age | Files | Lines |
| * | There is no need to #include <sgtty.h> | Peter Wemm | 2003-09-04 | 1 | -1/+0 |
| * | Sync with fresh generated file, keep our changed settings. This seems | Martin Blapp | 2003-09-02 | 1 | -1386/+1338 |
| * | Remove redundant PACKAGE and VERSION defines. | Martin Blapp | 2003-09-02 | 1 | -6/+1 |
| * | Update version string. | Martin Blapp | 2003-09-02 | 1 | -1/+1 |
| * | Set HAVE_STRUCT_IFREQ_IFR_ADDR, HAVE_STRUCT_FHSTATUS_FHS_FH to 1. | Martin Blapp | 2003-09-02 | 1 | -0/+9 |
| * | Retire 'c' partition for a CD device. | Maxim Konovalov | 2003-09-01 | 2 | -13/+4 |
| * | Introduce more knobs to slim down FreeBSD userland | Poul-Henning Kamp | 2003-08-29 | 1 | -4/+11 |
| * | Add asf to i386 build. This will probably work on other platforms | Greg Lehey | 2003-08-29 | 1 | -0/+1 |
| * | Now that amldb(8) is no longer needed by acpidump, remove the last vestiges | Nate Lawson | 2003-08-28 | 26 | -7607/+0 |
| * | Modify acpidump to use iasl(8) as the backend for disassembling AML. | Nate Lawson | 2003-08-28 | 8 | -2086/+366 |
| * | Make build of atm, mld6query, rip6query, route6d and traceroute6 | Poul-Henning Kamp | 2003-08-27 | 1 | -5/+11 |
| * | Clarify the order of arguments passed to the pre-/post-install script | Peter Pentchev | 2003-08-26 | 1 | -1/+1 |
| * | Minimal update to make it easier to increase the buffer-size lpd uses | Garance A Drosehn | 2003-08-21 | 2 | -10/+20 |
| * | The PCMCIA Standard dictates that those funny cards you insert into | Warner Losh | 2003-08-20 | 4 | -18/+18 |
| * | Add a new variable 'skipPCCARD'. This variable will cause sysinstall | Warner Losh | 2003-08-20 | 8 | -2/+26 |
| * | - Add support for Cisco latest firmware RID sizes that supports 25 SSIDs! | Doug Ambrisko | 2003-08-20 | 1 | -50/+42 |
| * | Remove the vestiges of the old pre-"X_AS_PKG" way we used to handled the | David E. O'Brien | 2003-08-19 | 12 | -580/+2 |
| * | Expand the fdisk size display toggling to include GB. | David E. O'Brien | 2003-08-19 | 2 | -4/+12 |
| * | When checking the 'user:group' field in newsyslog.conf, freebsd's source | Garance A Drosehn | 2003-08-19 | 1 | -2/+14 |
| * | rtm_seq is int, so seq/myseq should be int. | Hajimu UMEMOTO | 2003-08-18 | 1 | -2/+2 |
| * | suppress outpt on dump request if -q is specified. | Hajimu UMEMOTO | 2003-08-18 | 1 | -0/+3 |
| * | atoi -> strtoul | Hajimu UMEMOTO | 2003-08-18 | 1 | -2/+10 |
| * | - port numbers are unsigned. use %u. | Hajimu UMEMOTO | 2003-08-18 | 1 | -2/+2 |
| * | explicitly specify IPPROTO_UDP when calling getaddrinfo(). | Hajimu UMEMOTO | 2003-08-18 | 1 | -0/+2 |
| * | remove a variable that is never used. | Hajimu UMEMOTO | 2003-08-18 | 1 | -5/+2 |
| * | support poll(2). | Hajimu UMEMOTO | 2003-08-18 | 2 | -5/+44 |
| * | - don't select with FD_SETSIZE. | Hajimu UMEMOTO | 2003-08-18 | 1 | -14/+25 |
| * | - don't print strerror() if errno == 0 on fatal(). | Hajimu UMEMOTO | 2003-08-17 | 1 | -10/+26 |
| * | - do not SEGV on IFF_UP. | Hajimu UMEMOTO | 2003-08-17 | 1 | -14/+21 |
| * | do not send dump request on -N | Hajimu UMEMOTO | 2003-08-17 | 1 | -0/+2 |
| * | macro pedant | Hajimu UMEMOTO | 2003-08-17 | 1 | -2/+2 |
| * | minor cleanup; no need for extra variable here | Hajimu UMEMOTO | 2003-08-17 | 1 | -4/+2 |
| * | use strchr(3). | Hajimu UMEMOTO | 2003-08-17 | 1 | -3/+3 |
| * | daemon() has to be called prior to file descriptor setups | Hajimu UMEMOTO | 2003-08-17 | 1 | -15/+8 |
| * | getifaddrs(3) is always used. | Hajimu UMEMOTO | 2003-08-17 | 1 | -1/+1 |
| * | knf, typo, space. | Hajimu UMEMOTO | 2003-08-17 | 2 | -21/+13 |
| * | set IPV6_V6ONLY. | Hajimu UMEMOTO | 2003-08-17 | 1 | -7/+13 |
| * | - die if malloc fails. | Hajimu UMEMOTO | 2003-08-17 | 1 | -2/+8 |
| * | use strncpy | Hajimu UMEMOTO | 2003-08-17 | 1 | -1/+1 |
| * | "sin" is a reserved C library function name. use sin6 | Hajimu UMEMOTO | 2003-08-17 | 1 | -73/+73 |
| * | We don't need __ss hack. | Hajimu UMEMOTO | 2003-08-17 | 1 | -1/+1 |
| * | backout 1.11. ifname in struct ifreq should be copyed by strncpy. | Hajimu UMEMOTO | 2003-08-17 | 1 | -4/+4 |
| * | - improved the -a option. it can probe a interface automatically when | Hajimu UMEMOTO | 2003-08-17 | 5 | -94/+134 |
| * | add FBSDID, compare getopt() against -1, use fprintf() + exit() in usage() | Philippe Charnier | 2003-08-17 | 1 | -5/+6 |
| * | Make it clear that -a flag and interface parameter are mutually exclusive | Philippe Charnier | 2003-08-16 | 2 | -13/+19 |
| * | use strlcpy(). | Hajimu UMEMOTO | 2003-08-16 | 1 | -4/+4 |
| * | add section name | Philippe Charnier | 2003-08-16 | 1 | -1/+1 |
| * | - added the case of 802.11 to check link status. | Hajimu UMEMOTO | 2003-08-16 | 1 | -5/+5 |
| * | - supported a string notation for xxflags. | Hajimu UMEMOTO | 2003-08-15 | 9 | -406/+528 |
| * | use arc4random. | Hajimu UMEMOTO | 2003-08-15 | 2 | -1/+7 |