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