Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-19 | more then -> more than | Aaron Campbell | |
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-11-19 | clarify/state that private keys are not exposed to clients using the agent; | Kevin Steves | |
ok markus@ | |||
2001-11-19 | remove local hack and use ac97_set_rate; tested by form@ | Michael Shalayeff | |
2001-11-19 | fd leak on HUP; ok stevesk@ | Markus Friedl | |
2001-11-19 | use a private svc_run() function that checks for a signal handler flag; | Theo de Raadt | |
now signal safe. Also, massive KNF. | |||
2001-11-19 | KNFightmare | Theo de Raadt | |
2001-11-19 | KNF here too | Theo de Raadt | |
2001-11-19 | KNF | Theo de Raadt | |
2001-11-19 | Remove pointless additional 'syncing' instructions in the powerpc spl*() | Dale Rahn | |
functions. Seems to have no effect on system run time (it should have...) reduces GENERIC kernel size by 52k. | |||
2001-11-19 | no signals, no need for signal.h | Theo de Raadt | |
2001-11-19 | blah blah blah. guess what. more signals | Theo de Raadt | |
2001-11-19 | guess what! more signal race fixes... | Theo de Raadt | |
2001-11-19 | zap trailing spaces and tabs | Theo de Raadt | |
2001-11-19 | remove an unused install.sub file, standard one has been used on macppc | Dale Rahn | |
for several months. | |||
2001-11-19 | another device | Theo de Raadt | |
2001-11-19 | remove 6 spaces or tabs at end of line, making this file 6 bytes smaller. ↵ | Theo de Raadt | |
eat your heart out krw | |||
2001-11-19 | clean & KNF | Theo de Raadt | |
2001-11-19 | Use netisr_dispatch instead of handcoded list. | Dale Rahn | |
In this instance it actually is completely identical, but had ATM been added, or something else added to netisr_dispatch, this would have been incorrect. Currently generated asm code is identical. | |||
2001-11-18 | slightly expand the Csw/Trp/Sys/Int/Sof spacing | Theo de Raadt | |
2001-11-18 | move racey shit out of signal handler | Theo de Raadt | |
2001-11-18 | After a simplistic rewrite, signal flags were not being noticed until a | Theo de Raadt | |
succesfull read operation. To avoid this, we must use SA_RESTART, and rewrite most of the guts to handle interrupted read, write, etc, even being careful to check what library routines are called.... input from millert, markus, and espie | |||
2001-11-18 | create own svc_run(), which can do updating outside of a signal handler | Theo de Raadt | |
2001-11-18 | blow away unused XIDLE signal race crap | Theo de Raadt | |
2001-11-18 | Purge more (last?) comments from install scripts by removing all | Kenneth R Westerback | |
comments that, being on the end of code lines, cannot be stripped automatically. Just delete unhelpful ones, and move the rest onto separate lines where they can be stripped. Also remove a duplicated initialization of ROOTDISK. In total, reduces script size on floppy by 1117 bytes, making room for coming improvements. | |||
2001-11-18 | Fix RB_NOSYM clash here, too. | Miod Vallat | |
2001-11-18 | Ensure SA_RESTART is not set on SIGALRM. With it set, the SIGALRM is not | Theo de Raadt | |
seen after a successful recv(). This affects some other programs too.. but turning off SA_RESTART requires SIGNIFICANT analysis -- not for the faint of heart. | |||
2001-11-18 | spelling | Theo de Raadt | |
2001-11-18 | Revert niklas's broken ICU interrupt handling changes; deraadt@ ok | Aaron Campbell | |
2001-11-18 | vscom pci-200h | Theo de Raadt | |
2001-11-18 | sync | Theo de Raadt | |
2001-11-18 | vscom pci 200h | Theo de Raadt | |
2001-11-18 | Remove \n from more panic messages | Miod Vallat | |
2001-11-18 | volatile sig_atomic_t | Theo de Raadt | |
2001-11-17 | oops | Theo de Raadt | |
2001-11-17 | put more common stuff into m68k/genassym.cf; miod@ ok | Michael Shalayeff | |
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 | |