summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-08-24back out the last change as it seems to produce problems found by brad@; dera...Michael Shalayeff
2004-08-24The#@$#%^&}1 z8536 timers runs at PCLK/2, hence 2MHz. Compensate, sinceMiod Vallat
2004-08-24Sync with i386 cdboot.8:Tom Cosgrove
2004-08-24Better description of the path to bsd.rd, to avoid having to update itTom Cosgrove
2004-08-24Note that collisions have been found for MD5, so SHA-1 is preferred.Tom Cosgrove
2004-08-24move cdboot to ${OSREV}/${ARCH/Theo de Raadt
2004-08-24Don't allow SIOCGET{VIF,SG}CNT from sockets other than the multicast router.Brad Smith
2004-08-24Whoops, ripemd was broken, not ripemd-160.Todd C. Miller
2004-08-24Collisions have been found for the full versions of MD4, MD5 and RMD160.Todd C. Miller
2004-08-24Oops, unbreak dartcngetc().Miod Vallat
2004-08-24Add missing config statements -- route-reflector and enforce neighbor-as.Claudio Jeker
2004-08-24Correctly document the order in which cdboot looks for kernels.Tom Cosgrove
2004-08-24Update to BUGS section. ok krw@ deraadt@Marco Peereboom
2004-08-24Have cdboot look for /3.6/amd64/bsd.rd first.Tom Cosgrove
2004-08-24don't do the pftable_exists() check if we are running -n, needs rootHenning Brauer
2004-08-24Have cdbr look for cdboot at /3.6/amd64/cdboot as well as at /cdboot.Tom Cosgrove
2004-08-24Correctly document the order in which cdboot looks for kernels.Tom Cosgrove
2004-08-24correctly inherit conf->opts from xconf->opts in parse_config(),Henning Brauer
2004-08-24Have cdboot look for /3.6/i386/bsd.rd first.Tom Cosgrove
2004-08-24Have cdbr look for cdboot at /3.6/i386/cdboot as well as at /cdboot.Tom Cosgrove
2004-08-24don't fatal() if getaddrinfo() returns EAI_NONAMEHenning Brauer
2004-08-24revert r1.16, dhclient has to work without a config file at least on theHenning Brauer
2004-08-24Since the cpu frequency can only be an integral number on the Luna88k,Miod Vallat
2004-08-24back out rev. 1.136. I commited that unintentionally and it does not workClaudio Jeker
2004-08-24missing space in log message.Claudio Jeker
2004-08-24Forgot to update printconf.c once again. foobar-AS is now foobar-as.Claudio Jeker
2004-08-24use session_socket_blockmode() instead of hand-rolling roughly the sameHenning Brauer
2004-08-24- `object-file' is not optionalJason McIntyre
2004-08-24- `conf-file' arg is not optional (from netbsd)Jason McIntyre
2004-08-24synch with apropos, kill lines longer than 8192.Marc Espie
2004-08-24- describe which interfaces respect local-mac-address?; this is basedJason McIntyre
2004-08-24Correctly initialize and shuffle statclock on 1x7.Miod Vallat
2004-08-24change physmem divisor to 256. divide by page size was wrong. this doesTed Unangst
2004-08-24double word (a a)David Krause
2004-08-24spelling corrections; ok jmc@David Krause
2004-08-24fix the microtime renaming leftover; from Emil Mikulic <g5ba9cd0@dmr.ath.cx>;...Michael Shalayeff
2004-08-24adapt uvm_km_pages_lowat to physmem. thanks testers. ok deraadt@Ted Unangst
2004-08-24sync to reality w.r.t. recursive anchorsJared Yanovich
2004-08-24revert. itojun notes that 128 is ok because of bitlen check.Ted Unangst
2004-08-23backout as it's too close to release; requested by deraadtPeter Valchev
2004-08-23raise openfiles limit (max fd per process) on staff group above default; ok m...Peter Valchev
2004-08-23anotherHenning Brauer
2004-08-23Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>Marco Peereboom
2004-08-23Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>Marco Peereboom
2004-08-23Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>Marco Peereboom
2004-08-23update bootp example "filename" location to reflect tftp default ofPeter Valchev
2004-08-23Make behavior if the utility was not found or could not be executedTodd C. Miller
2004-08-23kill useless __main() symbol which clashes w/ certain evil software inPeter Valchev
2004-08-23Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>Marco Peereboom
2004-08-23Fix fgetln handling and always increment the size if we need to realloc,Otto Moerbeek