Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-11 | lost /var/spool/smtpd; deraadt@ ok | Michael Shalayeff | |
2001-06-11 | sync w/ netbsd | Michael Shalayeff | |
2001-06-11 | typo; bdubreuil@crrel.usace.army.mil | Markus Friedl | |
2001-06-11 | strncpy vs strlcpy, some strlen missuse. | Michael Shalayeff | |
some other related minor cleanups, and spaces. millert@ ok | |||
2001-06-11 | make #ifdef around x509_generate_kn() consistent. | Jun-ichiro itojun Hagino | |
2001-06-11 | reset pointer to NULL after xfree(); report from solar@openwall.com | Markus Friedl | |
2001-06-11 | support EDNS0 (RFC2671) buffer size notification on DNS queries. | Jun-ichiro itojun Hagino | |
"options edns0" in /etc/resolv.conf will enable the behavior. no behavior change if you don't have the line. see resolv.conf(5) for more details. EDNS0 is useful for avoiding TCP DNS queries/replies on larger DNS responses. also, draft-ietf-dnsext-message-size-* plans to mandate EDNS0 support for DNS clients that support IPv6 transport. | |||
2001-06-11 | Remove workaround for a gas bug fixed in binutils-2.10.1. | Artur Grabowski | |
gas confused $f28 with $at. | |||
2001-06-11 | Call doshutdownhooks() during shutdown. | Miod Vallat | |
2001-06-11 | Use MI {trunc,round}_page macros. | Miod Vallat | |
2001-06-11 | <sys/memrange.h> not <memrange.h>; gphilip2@qwest.net | Todd C. Miller | |
2001-06-11 | Bail out of wi_attach() if the ether addr cannot be read from the | Todd C. Miller | |
card. This is useful for PCI adapters where the card is not actually present. Also check some more wi_read_record() calls and try to deal sanely (avoid using uninitialized data). | |||
2001-06-11 | For PCI attachments print the CIS strings since otherwise all we have | Todd C. Miller | |
is info on the PCI -> PCMCIA dumb bridge and not the card itself. | |||
2001-06-11 | Being able to compile sun4 (non-sun4c non-4m) kernels doesn't hurt. | Miod Vallat | |
2001-06-10 | detailed ICMP_PARAMPROB printing; jakob@ ok | Michael Shalayeff | |
2001-06-10 | Do not print time in seconds since epoc on boot, | Dale Rahn | |
debugging was not removed before commit. | |||
2001-06-10 | inconsistantly redundant returns | Michael Shalayeff | |
2001-06-10 | typo | Michael Shalayeff | |
2001-06-10 | Since mtu discovery is enabled by default, change line to disable if it's | Federico G. Schwindt | |
uncommented; niels@ theo@ ok. | |||
2001-06-10 | Hack/workaround for gcc bug. GCC will generate a load/store double instruction | Dale Rahn | |
to do data copies, however it will not correctly identify that a load/store double will not correctly copy data where the address is misaligned. This emulates the load/store double operations in the kernel. Fixes gtk+ runtime problems. From NetBSD. | |||
2001-06-10 | implement arp -d -a, to delete all arp entries at once. mostly from FreeBSD. ↵ | Dug Song | |
deraadt@ ok. | |||
2001-06-10 | sg fixes from Mathias Schmocker <smat@acm.org> | Michael Shalayeff | |
2001-06-10 | permit compilation when only SUN4C is defined; based on patch from Thomas ↵ | Jason Wright | |
Coffy <coffy@altern.org>. | |||
2001-06-10 | Post pmap_extract() changes cleanup. | Dale Rahn | |
bus_addr_t vs vaddr_t/paddr_t Return correct value for poalloc(); | |||
2001-06-10 | Post pmap_extract() changes cleanup. | Miod Vallat | |
2001-06-10 | you cannot vfprintf(fp, fmt, ap) twice, from portable, via drahn@ | Markus Friedl | |
2001-06-10 | we support rekeying | Markus Friedl | |
protocol errors are fatal. | |||
2001-06-10 | KNF | Theo de Raadt | |
2001-06-10 | regen | Todd C. Miller | |
2001-06-10 | shorten some things I added at Theo's request | Todd C. Miller | |
2001-06-10 | In wi_cmd() wait for the busy bit to clear; from NetBSD (ichiro) | Todd C. Miller | |
2001-06-10 | sync | Theo de Raadt | |
2001-06-10 | free commit from art | Michael Shalayeff | |
2001-06-10 | proto; S@mSmith.net | Theo de Raadt | |
2001-06-10 | check authorized_keys2 too; adm-sclark@gateway.wired2000.net | Theo de Raadt | |
2001-06-10 | Art error #2 | Theo de Raadt | |
2001-06-10 | Art error #1 | Theo de Raadt | |
2001-06-10 | Semicolons are better added in canada to save cross atlantic bandwith. | Bob Beck | |
2001-06-10 | Sprintf/sprintf no longer used, remove it | Theo de Raadt | |
2001-06-09 | Revert to older demangle. Not tested nor updated yet. | Marc Espie | |
2001-06-09 | bye bye | Marc Espie | |
2001-06-09 | bye, bye | Marc Espie | |
2001-06-09 | Bye, bye | Marc Espie | |
2001-06-09 | Automatic cvs merge. Dread what I will have to fix after this excuse | Marc Espie | |
of a program is done... | |||
2001-06-09 | Long delayed import of binutils-2.10.1. Turns out art@ needs some alpha | Marc Espie | |
bug-fixes... | |||
2001-06-09 | libiberty version bundled with binutils 2.11. | Marc Espie | |
2001-06-09 | Synch with binutils 2.10.1, add dyn-string to libiberty. | Marc Espie | |
2001-06-09 | Fill some field earlier, should allow better .init/dlopen interaction. | Marc Espie | |
From NetBSD. fgsch@ agrees. | |||
2001-06-09 | Document -S option to print the data loss in each hop in percents; freebsd | Peter Valchev | |
2001-06-09 | * Implement -S option to print the data loss in each hop in percents; freebsd | Peter Valchev | |
* Use __progname in usage() * Use strlcpy vs strncpy+a[len-1]='\0' ok mickey@, jakob@, option list order per aaron@'s suggestion. |