aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
...
* daemon() has to be called prior to file descriptor setupsHajimu UMEMOTO2003-08-141-8/+16
* - rename some variables.Hajimu UMEMOTO2003-08-141-27/+14
* signal handler must take "int" arg.Hajimu UMEMOTO2003-08-141-4/+5
* avoid fd_set overrun.Hajimu UMEMOTO2003-08-141-9/+21
* signal handler must take "int" arg.Hajimu UMEMOTO2003-08-141-7/+5
* avoid fd_set overrun.Hajimu UMEMOTO2003-08-141-10/+24
* decreased too-strong log levels.Hajimu UMEMOTO2003-08-141-5/+9
* Use STDIN_FILENO, STDOUT_FILENO, and STDERR_FILENO in a few moreGarance A Drosehn2003-08-133-17/+17
* Make this WARNS=6 clean by just constifying two local char pointers.Hartmut Brandt2003-08-132-1/+3
* Put all the argument-less options together in the synopsis as requiredHartmut Brandt2003-08-131-6/+1
* Implement two command line options that allow one to change theHartmut Brandt2003-08-132-8/+23
* Imply NOLIBC_R for PowerPC.David E. O'Brien2003-08-131-1/+1
* malloc() may return NULL.Hajimu UMEMOTO2003-08-121-0/+5
* reduce #ifdef.Hajimu UMEMOTO2003-08-118-47/+5
* use strlcpy() and snprintf().Hajimu UMEMOTO2003-08-116-16/+27
* Remove the band-aid to make these compile on amd64/ia64.Nate Lawson2003-08-112-12/+2
* use int64_t instead of long long.Hajimu UMEMOTO2003-08-113-7/+7
* Instead of unconditionally refusing to install if no swap partitionsDavid Schultz2003-08-102-6/+8
* Apparently I limited my testing of the ductape and bubblegum solutionMarcel Moolenaar2003-08-092-1/+7
* Perform first-aid: unbreak the build for amd64 and ia64 by patchingMarcel Moolenaar2003-08-091-1/+5
* Drop MIP6 code. We don't support MIP6 yet.Hajimu UMEMOTO2003-08-084-142/+4
* KNF, correct typos and cleanup spaces.Hajimu UMEMOTO2003-08-0815-327/+288
* drop the code for the environment where getifaddrs(3) is notHajimu UMEMOTO2003-08-083-91/+1
* stop use of register.Hajimu UMEMOTO2003-08-081-14/+14
* Process the "O bit."Hajimu UMEMOTO2003-08-085-2/+183
* __FUNCTION__ --> __func__Hajimu UMEMOTO2003-08-0813-231/+231
* Fix a bug that caused i386 to produce broken binaries for big-endianRuslan Ermilov2003-08-081-16/+16
* Hook acpidb(8) and iasl(8) up to the build and unhook amldb(8). It willNate Lawson2003-08-081-1/+1
* Add man pages for acpidb and iaslNate Lawson2003-08-072-0/+317
* Add the acpidb and iasl utilities. This is not yet hooked up to the build.Nate Lawson2003-08-074-1/+595
* No need to define externs for getopt interface.Warner Losh2003-08-071-2/+1
* Add a reference to config(5) in the SEE ALSO section.Simon L. B. Nielsen2003-08-061-0/+2
* introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfo structure toHajimu UMEMOTO2003-08-052-3/+21
* - Use /dev/fwX.Y rather than /dev/fwX.Hidetoshi Shimokawa2003-08-052-31/+71
* LANG->LC_ALLAndrey A. Chernov2003-08-042-14/+14
* Use LANG=C before egrep A-Z and tr A-ZAndrey A. Chernov2003-08-041-4/+4
* Fix problem differently, useAndrey A. Chernov2003-08-041-10/+10
* Use tr '[:lower:]' '[:upper:]' to work with any localeAndrey A. Chernov2003-08-041-10/+10
* Use the actual build target (all), since relying on the build as aDoug Barton2003-08-041-0/+1
* Backout 1.14, it seems to be causing problems with libxml buildBosko Milekic2003-08-041-1/+1
* Go ahead and allow ports as high as 0xfff to be used for pccardWarner Losh2003-08-031-1/+1
* Always put an entry for ::1. It may avoid useless DNS lookupHajimu UMEMOTO2003-08-032-16/+10
* Fix an 'bad file descriptor' error which would come up when usingGarance A Drosehn2003-08-021-1/+0
* Hoo sed I kan spel?Peter Wemm2003-08-021-1/+1
* Dump the HPET information block.Peter Wemm2003-08-022-0/+38
* Use strncmp() and not strcmp() here to properly matchBosko Milekic2003-08-011-1/+1
* Remove a 'From:' that snuck into an sccsid comment line as part of -v1.3Garance A Drosehn2003-08-011-1/+1
* Remove options processing for dumping swapdevice radix map.Poul-Henning Kamp2003-07-312-5/+1
* When dumping swap information, drop the "Type" field which displaysPoul-Henning Kamp2003-07-311-7/+4
* Fix bug in find_matching_entry_incoming(): the loop checking the allowedHellmuth Michaelis2003-07-311-25/+28