summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* malloc() may return NULL.ume2003-08-121-0/+5
* reduce #ifdef.ume2003-08-118-47/+5
* use strlcpy() and snprintf().ume2003-08-116-16/+27
* Remove the band-aid to make these compile on amd64/ia64.njl2003-08-112-12/+2
* use int64_t instead of long long.ume2003-08-113-7/+7
* Instead of unconditionally refusing to install if no swap partitionsdas2003-08-102-6/+8
* Apparently I limited my testing of the ductape and bubblegum solutionmarcel2003-08-092-1/+7
* Perform first-aid: unbreak the build for amd64 and ia64 by patchingmarcel2003-08-091-1/+5
* Drop MIP6 code. We don't support MIP6 yet.ume2003-08-084-142/+4
* KNF, correct typos and cleanup spaces.ume2003-08-0815-327/+288
* drop the code for the environment where getifaddrs(3) is notume2003-08-083-91/+1
* stop use of register.ume2003-08-081-14/+14
* Process the "O bit."ume2003-08-085-2/+183
* __FUNCTION__ --> __func__ume2003-08-0813-231/+231
* Fix a bug that caused i386 to produce broken binaries for big-endianru2003-08-081-16/+16
* Hook acpidb(8) and iasl(8) up to the build and unhook amldb(8). It willnjl2003-08-081-1/+1
* Add man pages for acpidb and iaslnjl2003-08-072-0/+317
* Add the acpidb and iasl utilities. This is not yet hooked up to the build.njl2003-08-074-1/+595
* No need to define externs for getopt interface.imp2003-08-071-2/+1
* Add a reference to config(5) in the SEE ALSO section.simon2003-08-061-0/+2
* introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfo structure toume2003-08-052-3/+21
* - Use /dev/fwX.Y rather than /dev/fwX.simokawa2003-08-052-31/+71
* LANG->LC_ALLache2003-08-042-14/+14
* Use LANG=C before egrep A-Z and tr A-Zache2003-08-041-4/+4
* Fix problem differently, useache2003-08-041-10/+10
* Use tr '[:lower:]' '[:upper:]' to work with any localeache2003-08-041-10/+10
* Use the actual build target (all), since relying on the build as adougb2003-08-041-0/+1
* Backout 1.14, it seems to be causing problems with libxml buildbmilekic2003-08-041-1/+1
* Go ahead and allow ports as high as 0xfff to be used for pccardimp2003-08-031-1/+1
* Always put an entry for ::1. It may avoid useless DNS lookupume2003-08-032-16/+10
* Fix an 'bad file descriptor' error which would come up when usinggad2003-08-021-1/+0
* Hoo sed I kan spel?peter2003-08-021-1/+1
* Dump the HPET information block.peter2003-08-022-0/+38
* Use strncmp() and not strcmp() here to properly matchbmilekic2003-08-011-1/+1
* Remove a 'From:' that snuck into an sccsid comment line as part of -v1.3gad2003-08-011-1/+1
* Remove options processing for dumping swapdevice radix map.phk2003-07-312-5/+1
* When dumping swap information, drop the "Type" field which displaysphk2003-07-311-7/+4
* Fix bug in find_matching_entry_incoming(): the loop checking the allowedhm2003-07-311-25/+28
* fixed wrong parameter descriptionssuz2003-07-301-3/+9
* Use a size_t for variables that need to hold buffer lengths.harti2003-07-294-18/+20
* Minor grammar, punctuation, and wording fixesyar2003-07-291-8/+8
* Allow sleep states to be specified as S1, S2, ...njl2003-07-282-1/+5
* Fix "write from stdin".pb2003-07-261-3/+6
* Make this 64 bit clean. Use size_t for sysctl() length pointer args.peter2003-07-251-1/+2
* Fix amd64 build by deleting trailing whitespace. Doh!peter2003-07-251-1/+1
* Fix output from an error message.njl2003-07-251-5/+5
OpenPOWER on IntegriCloud