Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-17 | Remove a duplicate #define and fix a typo. | Aaron Campbell | |
2001-11-17 | what the heck, be solaris compatible for sig_atomic_t | Theo de Raadt | |
2001-11-17 | Improve/enhance network handling during installations. | Kenneth R Westerback | |
a) Allow user to enter empty FQDN and assume DHCP will supply one. b) Silently check for any DHCP supplied FQDN after network interfaces are initialized. *NOTE* DHCP information will now override any user supplied FQDN. c) Apply FQDN information to hosts file only after DHCP has had a chance to supply information. d) Don't modify hosts file if FQDN is empty. e) Don't preserve hosts file across install script restarts. f) Don't preserve hostname.* files across install script restarts. g) Don't preserve decision to use resolver during install across install script restarts. h) Don't allow DHCP to force use of resolver during install. i) Ensure DHCP created resolv.conf file is saved as /etc/resolv.conf. j) Add IPv6 localhost ('::1') line to hosts file. (Closes PR#2155) k) Make IPv4 and IPv6 localhost lines in hosts file look like 'X localhost.domain.name localhost' Bonus: install.sub on the floppy image is 51 bytes smaller. ok millert@ | |||
2001-11-17 | sig_atomic_t can be a long, it is atomic, and fatter | Theo de Raadt | |
2001-11-17 | fix a comment | Theo de Raadt | |
2001-11-17 | volatile sig_atomic_t | Theo de Raadt | |
2001-11-17 | volatile sig_atomic_t | Theo de Raadt | |
2001-11-17 | volatile sig_atomic_t | Theo de Raadt | |
2001-11-17 | volatile sig_atomic_t | Theo de Raadt | |
2001-11-17 | Repair brain-damaged struct sigaction initialization. | Todd C. Miller | |
Noticed by Theo. | |||
2001-11-17 | o Block signals when running fts_read() so the SIGINFO handler will | Todd C. Miller | |
be sure to have a valid "entry" pointer o In SIGINFO handler, do nothing if "entry" is NULL (Theo) | |||
2001-11-17 | use volatile sig_atomic_t where possible; simply volatile i other places | Theo de Raadt | |
2001-11-17 | remove unused signal handler variable | Theo de Raadt | |
2001-11-17 | save errno in signal handler | Theo de Raadt | |
2001-11-17 | do not exit() from signal handler | Theo de Raadt | |
2001-11-17 | errno saving | Theo de Raadt | |
2001-11-17 | enum/int type cleanup where it made sense to do so; ok markus@ | Kevin Steves | |
2001-11-17 | properly bail out of incfile(); millert ok | Theo de Raadt | |
2001-11-17 | missing prototype (getmsgbufsize). | Markus Friedl | |
2001-11-17 | reread config from main loop instead of signal hander; ok deraadt@ | Markus Friedl | |
2001-11-17 | Xr library-specs | Marc Espie | |
2001-11-17 | reference library specs. | Marc Espie | |
2001-11-17 | check the full libdepend spec at install time. | Marc Espie | |
Thanks naddy for testing all that. | |||
2001-11-17 | Pass PKG_PREFIX off to pkg thru env | Marc Espie | |
2001-11-17 | move gunk out of signal handlers, now safe | Theo de Raadt | |
2001-11-17 | sync | Theo de Raadt | |
2001-11-17 | Always update the piles before checking score. | Paul Janzen | |
2001-11-17 | fixes based on ones suggested by mpech@prosoft.org.lv | Paul Janzen | |
2001-11-17 | fixes from mpech@prosoft.org.lv | Paul Janzen | |
2001-11-17 | section consistency: AUTHOR -> AUTHORS, even if only one listed; | Paul Janzen | |
mpech@prosoft.org.lv | |||
2001-11-17 | Pick up changes made in NetBSD to work with ubc. | Hugh Graham | |
Unbreaks art's mergings on vax. | |||
2001-11-17 | fix signal race issues | Theo de Raadt | |
2001-11-17 | make signal handler safe, by blocking signals around the things that it ↵ | Theo de Raadt | |
cares about; millert ok | |||
2001-11-17 | race safety in terminal signal handler | Theo de Raadt | |
2001-11-16 | signal handler is now safe, does not end up calling exit() | Theo de Raadt | |
2001-11-16 | errno safety in signal handler | Theo de Raadt | |
2001-11-16 | incorrect write | Theo de Raadt | |
2001-11-16 | errno safety in SIGCHLD handler | Theo de Raadt | |
2001-11-16 | The implicit pass rules come first, not last. Spotted by alec@dtkco.com. | Daniel Hartmeier | |
2001-11-16 | oops | Michael Shalayeff | |
2001-11-16 | make stack trace print addrs if no symtab present; miod@ ok | Michael Shalayeff | |
2001-11-16 | regen | Michael Shalayeff | |
2001-11-16 | fix the typo (from dne@mayonnaise.net) and sort the ali section | Michael Shalayeff | |
2001-11-16 | add an implementation for _load_uio on UIO_SYSSPACE objects that looks ↵ | Jason Wright | |
strangely similiar to _load_mbuf. Btw, /dev/crypto is working on sabre based systems with hifn7751 from soekris. | |||
2001-11-16 | Close comment. | Miod Vallat | |
2001-11-16 | remove #if 1 and some other debugging stuff | Jason Wright | |
2001-11-16 | +/dev/crypto; prompted by jason@ | Todd T. Fries | |
2001-11-16 | _load_uio returns an error now until a real implementation is in place. | Jason Wright | |
2001-11-16 | no need for setjmp.h | Theo de Raadt | |
2001-11-16 | report for wait3() returning 0 | Theo de Raadt | |