summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-01-22be realistic about what we supportEric Jackson
2002-01-22add fd to nam2blkEric Jackson
2002-01-22Updates.Miod Vallat
2002-01-22trailing spaces, humppaMichael Shalayeff
2002-01-22HSRP dissector, from Julian Cowley <julian@lava.net> via tcpdump.orgMichael Shalayeff
2002-01-22dup wi_pcmcia_attach(); from maurice@amaze.nlMichael Shalayeff
2002-01-22grammar fixes; ok ericj@, -mdoc ok mpech@Jason Peel
2002-01-22typo in error message; from djast@cs.toronto.eduKevin Steves
2002-01-22add files under etc/namedb. noted by openbsd@davidkrause.comJun-ichiro itojun Hagino
2002-01-21cleanup channels faster if the are empty and we are in drain-state; ok deraadt@Markus Friedl
2002-01-21remove "rijndael-*", just use "aes-" since this how rijndael is calledMarkus Friedl
2002-01-21these are very old and out of date, new info is on the web nowEric Jackson
2002-01-21Argh, correctly handle the maxlen == 0 case.Miod Vallat
2002-01-21Fix typo, noted by ciph3r@securebydefault.orgAngelos D. Keromytis
2002-01-21Always clear the destination string in copyinstr() on error, unless we faultedMiod Vallat
2002-01-21Always clear the destination string in copyinstr() on error, unless we faultedMiod Vallat
2002-01-21Mount points must fit in MNAMELEN, not MAXPATHLEN so use copyinstr()Todd C. Miller
2002-01-21syncNathan Binkert
2002-01-21Another pci->ohci chipNathan Binkert
2002-01-21s/deamon/daemon/Theo de Raadt
2002-01-21ARGH, fix it right...Dale Rahn
2002-01-21Better barrier protection. pefo found an instance where the previousDale Rahn
2002-01-21Switch last workaround to a form easier for espie to maintain.Hugh Graham
2002-01-21use read_passphrase+ECHO in confirm(), allows use of ssh-askpassMarkus Friedl
2002-01-21deamon -> daemon, from Alexander YurchenkoDaniel Hartmeier
2002-01-21remove couple of #if 0'ed portion we will never useJun-ichiro itojun Hagino
2002-01-21Respect db_console for "progammer button", for improved physical security.Dale Rahn
2002-01-21do not taint ::/124 for IPv6 localhost table.Jun-ichiro itojun Hagino
2002-01-21finish ericj's work.Nathan Binkert
2002-01-21ukbd tooAngelos D. Keromytis
2002-01-21ucom, uvisor, ums devices mentioned.Angelos D. Keromytis
2002-01-21correct usage; ok deraadt@Kevin Steves
2002-01-21Use HOST_CFLAGS to force gcc to build its helper tools withoutHugh Graham
2002-01-21Particularly egregious pair of changes to get recent sendmailHugh Graham
2002-01-21Special case a_strnid.c on vax.Hugh Graham
2002-01-20Move nfs_norsvport out from behind #ifdef NFSSERVER so ramdiskHugh Graham
2002-01-20do not dump core if errors; instead report issueTheo de Raadt
2002-01-20move a few more arch specific drivers to use new allocm and round_buffersize.Eric Jackson
2002-01-20Commit change from gcc mainline that's been kicking around in my treeHugh Graham
2002-01-20use new allocm, round_buffersize decl'sEric Jackson
2002-01-20make all audio drivers use the new allocm and round_buffersize decl's.Eric Jackson
2002-01-20Swap TEST_BLOCK_LEN and TEST_BLOCK_COUNT in benchmark printf.Camiel Dobbelaar
2002-01-20When a process is exec:ing mark it with a flag. Check that flag in ptraceArtur Grabowski
2002-01-20fix quite appearent bug in cpu_swapin(), missing '&' can easily corruptDale Rahn
2002-01-20Add missing va_end() calls, patch sent to sendmail folks.Todd C. Miller
2002-01-19Instead of ifdef around ENOTSUP, move it to pthread_private.h and makeFederico G. Schwindt
2002-01-19From FreeBSD: correct priority handling.Federico G. Schwindt
2002-01-19From Patrik Lindergren (patrik@ipunplugged.com):Jason Wright
2002-01-19Fix bogosity with sa_len value assignment...I wonder how this everAngelos D. Keromytis
2002-01-19If handler for SIGCHLD is SIG_IGN, reset to SIG_DLF. This is consistentTodd C. Miller