| Commit message (Expand) | Author | Age | Files | Lines |
* | Imply NOLIBC_R for PowerPC. | obrien | 2003-08-13 | 1 | -1/+1 |
* | malloc() may return NULL. | ume | 2003-08-12 | 1 | -0/+5 |
* | reduce #ifdef. | ume | 2003-08-11 | 8 | -47/+5 |
* | use strlcpy() and snprintf(). | ume | 2003-08-11 | 6 | -16/+27 |
* | Remove the band-aid to make these compile on amd64/ia64. | njl | 2003-08-11 | 2 | -12/+2 |
* | use int64_t instead of long long. | ume | 2003-08-11 | 3 | -7/+7 |
* | Instead of unconditionally refusing to install if no swap partitions | das | 2003-08-10 | 2 | -6/+8 |
* | Apparently I limited my testing of the ductape and bubblegum solution | marcel | 2003-08-09 | 2 | -1/+7 |
* | Perform first-aid: unbreak the build for amd64 and ia64 by patching | marcel | 2003-08-09 | 1 | -1/+5 |
* | Drop MIP6 code. We don't support MIP6 yet. | ume | 2003-08-08 | 4 | -142/+4 |
* | KNF, correct typos and cleanup spaces. | ume | 2003-08-08 | 15 | -327/+288 |
* | drop the code for the environment where getifaddrs(3) is not | ume | 2003-08-08 | 3 | -91/+1 |
* | stop use of register. | ume | 2003-08-08 | 1 | -14/+14 |
* | Process the "O bit." | ume | 2003-08-08 | 5 | -2/+183 |
* | __FUNCTION__ --> __func__ | ume | 2003-08-08 | 13 | -231/+231 |
* | Fix a bug that caused i386 to produce broken binaries for big-endian | ru | 2003-08-08 | 1 | -16/+16 |
* | Hook acpidb(8) and iasl(8) up to the build and unhook amldb(8). It will | njl | 2003-08-08 | 1 | -1/+1 |
* | Add man pages for acpidb and iasl | njl | 2003-08-07 | 2 | -0/+317 |
* | Add the acpidb and iasl utilities. This is not yet hooked up to the build. | njl | 2003-08-07 | 4 | -1/+595 |
* | No need to define externs for getopt interface. | imp | 2003-08-07 | 1 | -2/+1 |
* | Add a reference to config(5) in the SEE ALSO section. | simon | 2003-08-06 | 1 | -0/+2 |
* | introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfo structure to | ume | 2003-08-05 | 2 | -3/+21 |
* | - Use /dev/fwX.Y rather than /dev/fwX. | simokawa | 2003-08-05 | 2 | -31/+71 |
* | LANG->LC_ALL | ache | 2003-08-04 | 2 | -14/+14 |
* | Use LANG=C before egrep A-Z and tr A-Z | ache | 2003-08-04 | 1 | -4/+4 |
* | Fix problem differently, use | ache | 2003-08-04 | 1 | -10/+10 |
* | Use tr '[:lower:]' '[:upper:]' to work with any locale | ache | 2003-08-04 | 1 | -10/+10 |
* | Use the actual build target (all), since relying on the build as a | dougb | 2003-08-04 | 1 | -0/+1 |
* | Backout 1.14, it seems to be causing problems with libxml build | bmilekic | 2003-08-04 | 1 | -1/+1 |
* | Go ahead and allow ports as high as 0xfff to be used for pccard | imp | 2003-08-03 | 1 | -1/+1 |
* | Always put an entry for ::1. It may avoid useless DNS lookup | ume | 2003-08-03 | 2 | -16/+10 |
* | Fix an 'bad file descriptor' error which would come up when using | gad | 2003-08-02 | 1 | -1/+0 |
* | Hoo sed I kan spel? | peter | 2003-08-02 | 1 | -1/+1 |
* | Dump the HPET information block. | peter | 2003-08-02 | 2 | -0/+38 |
* | Use strncmp() and not strcmp() here to properly match | bmilekic | 2003-08-01 | 1 | -1/+1 |
* | Remove a 'From:' that snuck into an sccsid comment line as part of -v1.3 | gad | 2003-08-01 | 1 | -1/+1 |
* | Remove options processing for dumping swapdevice radix map. | phk | 2003-07-31 | 2 | -5/+1 |
* | When dumping swap information, drop the "Type" field which displays | phk | 2003-07-31 | 1 | -7/+4 |
* | Fix bug in find_matching_entry_incoming(): the loop checking the allowed | hm | 2003-07-31 | 1 | -25/+28 |
* | fixed wrong parameter descriptions | suz | 2003-07-30 | 1 | -3/+9 |
* | Use a size_t for variables that need to hold buffer lengths. | harti | 2003-07-29 | 4 | -18/+20 |
* | Minor grammar, punctuation, and wording fixes | yar | 2003-07-29 | 1 | -8/+8 |
* | Allow sleep states to be specified as S1, S2, ... | njl | 2003-07-28 | 2 | -1/+5 |
* | Fix "write from stdin". | pb | 2003-07-26 | 1 | -3/+6 |
* | Make this 64 bit clean. Use size_t for sysctl() length pointer args. | peter | 2003-07-25 | 1 | -1/+2 |
* | Fix amd64 build by deleting trailing whitespace. Doh! | peter | 2003-07-25 | 1 | -1/+1 |
* | Fix output from an error message. | njl | 2003-07-25 | 1 | -5/+5 |
* | Make the example "too large" message in the manual match the updated one | mckay | 2003-07-25 | 1 | -1/+1 |
* | Hide more crypto from being crunched at release time. | markm | 2003-07-24 | 1 | -1/+1 |
* | Turn on the extended syntax, which TCP_wrappers has by default, as | markm | 2003-07-24 | 1 | -1/+1 |