aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Switch dotrim() to take advantage of the 'struct conf_entry' thatGarance A Drosehn2003-09-091-33/+36
* Reduce the annoying compiler warnings that pop up when compiling withGarance A Drosehn2003-09-091-9/+9
* Add a device driver for the Broadcom BCM4401 ethernet controller,Bill Paul2003-09-092-0/+2
* Add support for ACPI 2.x and the XSDT.Nate Lawson2003-09-091-25/+77
* Rename FACP to FADT throughout.Nate Lawson2003-09-094-111/+206
* Correct the comment about which timezone-change loses an hour...Garance A Drosehn2003-09-091-2/+2
* Add a '-D <something>' command line arg, which can be used to setGarance A Drosehn2003-09-091-3/+57
* Use strtol() instead of strtoul() in parse8601, so we can detectGarance A Drosehn2003-09-091-17/+17
* Fix typo in the previous commit. Was checking wrong variable...Garance A Drosehn2003-09-091-1/+1
* Change parse8601 and parseDWM so they return an alternate error valueGarance A Drosehn2003-09-091-14/+29
* Cosmetic change to move parse8601 right next to parseDWM. No codeGarance A Drosehn2003-09-091-86/+86
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-082-2/+2
* Take the support for the 8139C+/8169/8169S/8110S chips out of theBill Paul2003-09-082-0/+4
* Use uid_t.Philippe Charnier2003-09-071-3/+4
* There is no need to #include <sgtty.h>Peter Wemm2003-09-041-1/+0
* Sync with fresh generated file, keep our changed settings. This seemsMartin Blapp2003-09-021-1386/+1338
* Remove redundant PACKAGE and VERSION defines.Martin Blapp2003-09-021-6/+1
* Update version string.Martin Blapp2003-09-021-1/+1
* Set HAVE_STRUCT_IFREQ_IFR_ADDR, HAVE_STRUCT_FHSTATUS_FHS_FH to 1.Martin Blapp2003-09-021-0/+9
* Retire 'c' partition for a CD device.Maxim Konovalov2003-09-012-13/+4
* Introduce more knobs to slim down FreeBSD userlandPoul-Henning Kamp2003-08-291-4/+11
* Add asf to i386 build. This will probably work on other platformsGreg Lehey2003-08-291-0/+1
* Now that amldb(8) is no longer needed by acpidump, remove the last vestigesNate Lawson2003-08-2826-7607/+0
* Modify acpidump to use iasl(8) as the backend for disassembling AML.Nate Lawson2003-08-288-2086/+366
* Make build of atm, mld6query, rip6query, route6d and traceroute6Poul-Henning Kamp2003-08-271-5/+11
* Clarify the order of arguments passed to the pre-/post-install scriptPeter Pentchev2003-08-261-1/+1
* Minimal update to make it easier to increase the buffer-size lpd usesGarance A Drosehn2003-08-212-10/+20
* The PCMCIA Standard dictates that those funny cards you insert intoWarner Losh2003-08-204-18/+18
* Add a new variable 'skipPCCARD'. This variable will cause sysinstallWarner Losh2003-08-208-2/+26
* - Add support for Cisco latest firmware RID sizes that supports 25 SSIDs!Doug Ambrisko2003-08-201-50/+42
* Remove the vestiges of the old pre-"X_AS_PKG" way we used to handled theDavid E. O'Brien2003-08-1912-580/+2
* Expand the fdisk size display toggling to include GB.David E. O'Brien2003-08-192-4/+12
* When checking the 'user:group' field in newsyslog.conf, freebsd's sourceGarance A Drosehn2003-08-191-2/+14
* rtm_seq is int, so seq/myseq should be int.Hajimu UMEMOTO2003-08-181-2/+2
* suppress outpt on dump request if -q is specified.Hajimu UMEMOTO2003-08-181-0/+3
* atoi -> strtoulHajimu UMEMOTO2003-08-181-2/+10
* - port numbers are unsigned. use %u.Hajimu UMEMOTO2003-08-181-2/+2
* explicitly specify IPPROTO_UDP when calling getaddrinfo().Hajimu UMEMOTO2003-08-181-0/+2
* remove a variable that is never used.Hajimu UMEMOTO2003-08-181-5/+2
* support poll(2).Hajimu UMEMOTO2003-08-182-5/+44
* - don't select with FD_SETSIZE.Hajimu UMEMOTO2003-08-181-14/+25
* - don't print strerror() if errno == 0 on fatal().Hajimu UMEMOTO2003-08-171-10/+26
* - do not SEGV on IFF_UP.Hajimu UMEMOTO2003-08-171-14/+21
* do not send dump request on -NHajimu UMEMOTO2003-08-171-0/+2
* macro pedantHajimu UMEMOTO2003-08-171-2/+2
* minor cleanup; no need for extra variable hereHajimu UMEMOTO2003-08-171-4/+2
* use strchr(3).Hajimu UMEMOTO2003-08-171-3/+3
* daemon() has to be called prior to file descriptor setupsHajimu UMEMOTO2003-08-171-15/+8
* getifaddrs(3) is always used.Hajimu UMEMOTO2003-08-171-1/+1
* knf, typo, space.Hajimu UMEMOTO2003-08-172-21/+13