Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-15 | remove a bunch of debugging printfs and disable agp_debug; prompted by millert@ | Michael Shalayeff | |
2002-07-15 | catch up with reality (DIOC[SG]ETLIMIT) | Philipp Buehler | |
ok henning@, dhartmei@ | |||
2002-07-15 | nuke more leftovers from pre-1.3.24 | Henning Brauer | |
2002-07-15 | nuke old, unused, pre-apache-1.3.24 leftovers | Henning Brauer | |
2002-07-15 | don't try things we are not able to do if chrooted on graceful restarts. | Henning Brauer | |
this does not mean a chrooted httpd survives a graceful restart (yet). | |||
2002-07-14 | indent, and double free fix; millert ok | Theo de Raadt | |
2002-07-14 | Rewrite with more (and correct!) info, based on login_passwd.8. | Todd C. Miller | |
Thanks to Jose Nazario for pointing out some inaccuracies which prompted me to do this. | |||
2002-07-14 | Fix SuperSafe=Interactive when DeliveryMode=i; Gregory Neil Shapiro | Todd C. Miller | |
2002-07-14 | argv translation for exeve | Niels Provos | |
2002-07-14 | Fix an oversight in revision 1.9. ld_entry was set in one more spot. | Artur Grabowski | |
2002-07-14 | More glue needed for cross-compilation | Marcus Watts | |
2002-07-14 | Fix ^U^U^M buffer underrun bug | Marcus Watts | |
2002-07-14 | make ftpd always listen to a high tcp port for passive data connections. | Jakob Schlyter | |
deprecate and ignore the -h option. ok deraadt@. | |||
2002-07-14 | ansi | Theo de Raadt | |
2002-07-14 | various cleanups | Theo de Raadt | |
2002-07-14 | ansi | Theo de Raadt | |
2002-07-14 | kill sprintf | Theo de Raadt | |
2002-07-14 | ansi | Theo de Raadt | |
2002-07-14 | be more permissive, and let close relatives do SIGALRM | Theo de Raadt | |
2002-07-13 | no need to redefine pci vendors here since we have 'em, comment on two ↵ | Michael Shalayeff | |
screwed entries | |||
2002-07-13 | regen | Michael Shalayeff | |
2002-07-13 | a few bktr vendors, from various sources | Michael Shalayeff | |
2002-07-13 | fix ioctl processing logic; problem reported by postman pechkin | Michael Shalayeff | |
2002-07-13 | KNF | Theo de Raadt | |
2002-07-13 | regression test for interface and proto list expansion in nat rules | Henning Brauer | |
2002-07-13 | add list expansion for interface and proto in nat rules and for proto in rdr | Henning Brauer | |
rules (interface was already there). since the nat.conf/pf.conf merge the parser accepted these but didn't expand them. ugh. ok dhartmei@ | |||
2002-07-13 | define PCI_COMMAND_STATUS_BITS for printfs, according to the enlisted defines | Michael Shalayeff | |
2002-07-13 | Cleanup/Shrinkage. | Kenneth R Westerback | |
1) Eliminate more if's in favour of 'cond || stmt' or 'cond && stmt' constructs. 2) Global _didnet -> DIDNET, make local _nam a local. 3) Display 'DHCP not supported' error every time user specifies 'dhcp' but the client is not present. 4) if if_extra is empty, that's ok, so just assign $resp to it whether $resp is empty or not. 5) Check for DIDNET inside donetconfig() instead of before each call to donetconfig. 6) Eliminate superfluous 'Aborting' comments, and let the user draw their own conclusion from getting the 'Extract more sets' message. 7) Minor code tweaks like not continually assigning $resp to a value in a loop, when all we want is the final value, and only displaying 'Skipping' message in tape installs if we are actually skipping files, etc. | |||
2002-07-13 | pci_intr_establish() is a macros on some archs and ifdef w/in the macro args ↵ | Michael Shalayeff | |
does not work | |||
2002-07-13 | More cleanup/simplification/shrinkage. | Kenneth R Westerback | |
1) Factor out inquiring for a device. ask_fordev() now does this for root disk determination, other disk initialization, install sets disk or cd inquiry. Also ensures cd devices are created on the fly like disk devices already were, and shortens some verbiage. 2) Just ask for root disk if install is skipping disk initialization, rather than doing the 'df /mnt ...' scan, since 1) we just end up asking anyway and 2) everything *should* have been umount'ed when previous install was finished or interrupted. 3) getrootdisk -> get_rootdisk to conform to get_<global> naming convention. 4) Add and use new global ROOTDEV rather than constantly adding 'a' to ROOTDISK. ROOTDEV default is set in get_rootdisk(). 5) Put loop inside get_rootdisk rather than always putting one around it. If no rootdisk found/specified just exit install/update. 6) Eliminate getanotherdisk since ask_fordev() does most of the work. 7) Eliminate parameter to check_fs, just use ROOTDEV instead. 8) Some typographical and minor code tweaks. | |||
2002-07-13 | use snprintf | Theo de Raadt | |
2002-07-13 | uname translation | Niels Provos | |
2002-07-13 | use correct length for PF_LOCAL sockets; not all applications fill in | Niels Provos | |
sa_len | |||
2002-07-13 | do not call unlock when the lock is not locked; found by millert@ | Niels Provos | |
2002-07-13 | ansi | Theo de Raadt | |
2002-07-13 | ansi | Theo de Raadt | |
2002-07-13 | make sure to clean all files. | Artur Grabowski | |
2002-07-13 | slight cleanup | Theo de Raadt | |
2002-07-12 | In TTEST2(), check to make sure the "l" argument isn't so large that | Peter Valchev | |
"snapend - l" underflows; this fixes a buffer overflow with malformed NFS packets, and may fix other buffer overflows with malformed packets. From tcpdump CVS via fenner@FreeBSD | |||
2002-07-12 | 5821 reportedly mostly works with the latest changes. | Jason Wright | |
2002-07-12 | sync | Theo de Raadt | |
2002-07-12 | there is no function called libalpha(), so whack it | Theo de Raadt | |
2002-07-12 | install all man pages on all arch | Theo de Raadt | |
2002-07-12 | Add MMX extensions. This does not include SSE/MMX extensions. | Federico G. Schwindt | |
millert@ ok. | |||
2002-07-12 | pciagp option description | Michael Shalayeff | |
2002-07-12 | enable radio on bktr and fms, drivers are already there | Michael Shalayeff | |
2002-07-12 | check upon the pir length prior to using it, ignore short tables; from ↵ | Michael Shalayeff | |
henric@attbi.com | |||
2002-07-12 | Complain about ENXIO devices on another syslog level (LOG_WARNING which doesn't | Jason Wright | |
go to the console). | |||
2002-07-12 | fixing this program is nearly futile, but cloder@acm.org takes a shot at it | Theo de Raadt | |
2002-07-12 | turn on the pciagp option, per theo's request | Michael Shalayeff | |