summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-07-15remove a bunch of debugging printfs and disable agp_debug; prompted by millert@Michael Shalayeff
2002-07-15catch up with reality (DIOC[SG]ETLIMIT)Philipp Buehler
ok henning@, dhartmei@
2002-07-15nuke more leftovers from pre-1.3.24Henning Brauer
2002-07-15nuke old, unused, pre-apache-1.3.24 leftoversHenning Brauer
2002-07-15don'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-14indent, and double free fix; millert okTheo de Raadt
2002-07-14Rewrite 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-14Fix SuperSafe=Interactive when DeliveryMode=i; Gregory Neil ShapiroTodd C. Miller
2002-07-14argv translation for exeveNiels Provos
2002-07-14Fix an oversight in revision 1.9. ld_entry was set in one more spot.Artur Grabowski
2002-07-14More glue needed for cross-compilationMarcus Watts
2002-07-14Fix ^U^U^M buffer underrun bugMarcus Watts
2002-07-14make ftpd always listen to a high tcp port for passive data connections.Jakob Schlyter
deprecate and ignore the -h option. ok deraadt@.
2002-07-14ansiTheo de Raadt
2002-07-14various cleanupsTheo de Raadt
2002-07-14ansiTheo de Raadt
2002-07-14kill sprintfTheo de Raadt
2002-07-14ansiTheo de Raadt
2002-07-14be more permissive, and let close relatives do SIGALRMTheo de Raadt
2002-07-13no need to redefine pci vendors here since we have 'em, comment on two ↵Michael Shalayeff
screwed entries
2002-07-13regenMichael Shalayeff
2002-07-13a few bktr vendors, from various sourcesMichael Shalayeff
2002-07-13fix ioctl processing logic; problem reported by postman pechkinMichael Shalayeff
2002-07-13KNFTheo de Raadt
2002-07-13regression test for interface and proto list expansion in nat rulesHenning Brauer
2002-07-13add list expansion for interface and proto in nat rules and for proto in rdrHenning 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-13define PCI_COMMAND_STATUS_BITS for printfs, according to the enlisted definesMichael Shalayeff
2002-07-13Cleanup/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-13pci_intr_establish() is a macros on some archs and ifdef w/in the macro args ↵Michael Shalayeff
does not work
2002-07-13More 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-13use snprintfTheo de Raadt
2002-07-13uname translationNiels Provos
2002-07-13use correct length for PF_LOCAL sockets; not all applications fill inNiels Provos
sa_len
2002-07-13do not call unlock when the lock is not locked; found by millert@Niels Provos
2002-07-13ansiTheo de Raadt
2002-07-13ansiTheo de Raadt
2002-07-13make sure to clean all files.Artur Grabowski
2002-07-13slight cleanupTheo de Raadt
2002-07-12In TTEST2(), check to make sure the "l" argument isn't so large thatPeter 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-125821 reportedly mostly works with the latest changes.Jason Wright
2002-07-12syncTheo de Raadt
2002-07-12there is no function called libalpha(), so whack itTheo de Raadt
2002-07-12install all man pages on all archTheo de Raadt
2002-07-12Add MMX extensions. This does not include SSE/MMX extensions.Federico G. Schwindt
millert@ ok.
2002-07-12pciagp option descriptionMichael Shalayeff
2002-07-12enable radio on bktr and fms, drivers are already thereMichael Shalayeff
2002-07-12check upon the pir length prior to using it, ignore short tables; from ↵Michael Shalayeff
henric@attbi.com
2002-07-12Complain about ENXIO devices on another syslog level (LOG_WARNING which doesn'tJason Wright
go to the console).
2002-07-12fixing this program is nearly futile, but cloder@acm.org takes a shot at itTheo de Raadt
2002-07-12turn on the pciagp option, per theo's requestMichael Shalayeff