Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-23 | install host route for p2p interface even if there's connected net route | Jun-ichiro itojun Hagino | |
by broadcast interface. NetBSD PR 21903. markus ok | |||
2003-06-23 | minor tweaks | Theo de Raadt | |
2003-06-23 | - kill exists as a built-in to most shells, not just csh | Jason McIntyre | |
- .Xr sh 1 ok millert@ | |||
2003-06-23 | sync | Theo de Raadt | |
2003-06-23 | fix nfds type; tedu marc ok | Theo de Raadt | |
2003-06-23 | use strlcpy, not strncpy. ok deraadt@ millert@ | Ted Unangst | |
2003-06-23 | Don't remove anchor too early in table code, it makes PF use freed memory. | Cedric Berger | |
This might just be a temporary fix, we're still looking for a better one. ok dhartmei@ | |||
2003-06-23 | spelling | Ted Unangst | |
2003-06-23 | Fix NAP/DOZE sleeping on powerpc. also on newer 745x machines use NAP not | Dale Rahn | |
DOZE, DOZE is not valid on these processors. Improves battery life on 12" PBG4 from 3 hours to 4 hours. tested by tdeval@ | |||
2003-06-23 | better detetection/handling of binary files. | Ted Unangst | |
make -a do the right thing, doc and implement -U, -I. add --help and --mmap for compatibility. some other minor fixes. some from NetBSD. ok deraadt@ | |||
2003-06-23 | Fix comment typo in last commit. | Kenneth R Westerback | |
2003-06-23 | Minor cleanups. | Kenneth R Westerback | |
1) Don't check for the existance of /mnt/etc/hosts twice. Since we bail out at the first check the 2nd one is superfluous. 2) Shorten and clarify the upgrade network configuration logic. 3) Always ask if manual network configuration is desired when upgrading. Allows the upgrader to decline to use the existing network configuration and still have an explicit opportunity to configure the network. 4) Don't bail out if the existing network configuration fails. Instead (see 3)) offer manual network configuration and let the user decide if it is worthwhile to continue. 5) Refer to actual file that is missing when bailing out, rather than forcing user to be alert enough to prepend '/mnt'. | |||
2003-06-22 | Remove files without copyright. Add a yp v1 protocol specification and | Mats O Jansson | |
generate files at compile time. -moj ok @deraadt | |||
2003-06-22 | use __progname instead of progname. ok deraadt | Ted Unangst | |
2003-06-22 | fix usage | Theo de Raadt | |
2003-06-22 | 3 clause UCB license | Todd C. Miller | |
2003-06-22 | proper $OpenBSD$ | Theo de Raadt | |
2003-06-22 | add DPADD | Theo de Raadt | |
2003-06-22 | bye bye grep (gzip remains for a few scripts) | Theo de Raadt | |
2003-06-22 | enter grep dir | Theo de Raadt | |
2003-06-22 | sync | Theo de Raadt | |
2003-06-22 | put gnu at the end of the SRCDIRS list | Theo de Raadt | |
2003-06-22 | need -lz now | Theo de Raadt | |
2003-06-22 | special/gzip is smart enough to grovel in usr.bin/compress for what it | Theo de Raadt | |
needs. This is better than putting a compress link on each media; saves us a few bytes | |||
2003-06-22 | use -DNOZ option, and rearrange for new source files | Theo de Raadt | |
2003-06-22 | -DNOZ flag to be used by install media for removing z*grep support, if | Theo de Raadt | |
needed. (and knf) | |||
2003-06-22 | tweaks by jmc and i | Theo de Raadt | |
2003-06-22 | support z{e,f}grep | Theo de Raadt | |
2003-06-22 | correct fseek() parameters | Theo de Raadt | |
2003-06-22 | install as z[ef]grep too. no /usr/local garbage, because we have proper | Theo de Raadt | |
getopt_long support in libc now | |||
2003-06-22 | freegrep 0.16 | Theo de Raadt | |
2003-06-22 | use in-tree grep. it also does z*grep | Theo de Raadt | |
2003-06-22 | bye bye gnu gzip. The only parts we keep using are the scripts of | Theo de Raadt | |
questionable license. These will be rewritten soon I hope. Our compress, linked against libz, now does everything gzip does. | |||
2003-06-22 | man page changes from jmc: use this as gzip too | Theo de Raadt | |
2003-06-22 | Dynamic linking random order fixes. This enables random library ordering. | Dale Rahn | |
Tested by naddy@ and others. | |||
2003-06-22 | sync | Theo de Raadt | |
2003-06-22 | extra headers | Theo de Raadt | |
2003-06-22 | knf and ansi | Theo de Raadt | |
2003-06-22 | in FILES add a hint to db/user.list | Nikolay Sturm | |
espie@ ok | |||
2003-06-22 | -mdoc version; | Jason McIntyre | |
ok pjanzen@ | |||
2003-06-22 | -mdoc version; | Jason McIntyre | |
ok pjanzen@ | |||
2003-06-22 | whatever happened, i cannot explain it. rollback my stupid | Federico G. Schwindt | |
good-for-nothing commit. my apologies. | |||
2003-06-22 | fix prototype; from Pedro Bastos. | Federico G. Schwindt | |
2003-06-22 | 3 missing header files | Theo de Raadt | |
2003-06-22 | Sync NIOT load address with the bootloader address change of last year, | Miod Vallat | |
my bad. Spotted by pvalchev@. | |||
2003-06-21 | correct sign of flags; millert ok | Theo de Raadt | |
2003-06-21 | add CAVEATS: disklabel only supports 15 partitions, excluding `c'; | Jason McIntyre | |
from a thread on misc@; wording, help, and ok nick@ | |||
2003-06-21 | Make file selection more resistant to unexpected user input. | Kenneth R Westerback | |
Rather than evaluating the expression case _f in $resp) ... esac use the equivalent form case _f in @($resp)) ... esac so that user input with multiple file names, user input with some special characters like ';', etc. do not cause syntax errors and premature ejection from the selection loop. A determined user can still cause problems, e.g. by using quotes. Clean up and simplify the code while in the area. Problems noted by todd@. | |||
2003-06-21 | s/for spall files/for small files/ | Daniel Hartmeier | |
2003-06-21 | kill duplicate .Xr; | Jason McIntyre | |
from Kent Spillner. |