Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-15 | - deallocate all resources grabbed during hifn_attach() when an error occurs. | Jason Wright | |
- temporary workaround for netsec hifn7751 rev A: half the amount of memory because two of the address lines were left floating (better memory check coming soon). | |||
2000-08-15 | merge mod_ssl 2.6.6 | Brad Smith | |
2000-08-15 | SIGSEGV fix for FW_PUNCH code (not used in OpenBSD); FreeBSD | brian | |
2000-08-15 | Maintain input and output throughput averages and choose the highest | brian | |
of the two when calculating the MP throughput average for the ``set autoload'' implementation. This makes more sense as all links I know of are full-duplex. This also means that people may need to adjust their autoload settings as 100% bandwidth is now the theoretical maximum rather than 200% (but of course, halfing the current settings is probably not the correct answer either!). This involves a ppp version bump as we need to pass an extra throughput array through the MP local domain socket. | |||
2000-08-15 | Calculate the average link throughput using a counter based on the | brian | |
cumulative total of all active links rather than basing it on the total of PROTO_MP traffic. This fixes a problem whereby Cisco routers send PROTO_IP packets only when there's only one link (hmm, what a good idea!). | |||
2000-08-15 | reorder ::1 and 127.0.0.1. getaddrinfo(3) returns entries in the | Jun-ichiro itojun Hagino | |
defined order, so we should return ::1 first. | |||
2000-08-15 | NUL not NULL; noted by Theo. | jasoni | |
2000-08-15 | make procfs compile on non-uvm systems | Eric Jackson | |
2000-08-15 | +memset for ext2fs, should fix both pmax (untested) and arc | imp | |
2000-08-15 | +files.mii for ep | imp | |
2000-08-15 | locore.S and we have no SFILES at the moment | imp | |
2000-08-15 | - Can't avoid one of those bcopy's so easily (only happens with old ESP | Jason Wright | |
transforms... those with CRD_F_IV_EXPLICIT, so we can take the function call overhead there). - >> instead of << for coffset (auth+enc still isn't working, but this was an obvious bug). - #ifdef UBSEC_DEBUG out the auth-only debugging code | |||
2000-08-14 | correct truncated FQDN printing | Jun-ichiro itojun Hagino | |
2000-08-13 | Add forgotten file | brian | |
2000-08-13 | Remove documentation for non-existent -p option; a7r@andern.org | Todd C. Miller | |
2000-08-13 | Get rid of fflush(stdout); rewind(stdin); pairs since we should not | Todd C. Miller | |
have to worry about stdout == stdin (and since this is done inconsistently it is useless anyway). Pointed out by map@infinitum.ch. | |||
2000-08-13 | do iv copying by hand, to avoid bcopy overhead | Theo de Raadt | |
2000-08-13 | fix session code | Theo de Raadt | |
2000-08-13 | Add support for streaming media; FreeBSD | brian | |
Add support for radius accounting in radlib.c (not yet working in ppp); FreeBSD | |||
2000-08-13 | not completely working session code from jason | Theo de Raadt | |
2000-08-13 | update to sudo 1.6.3p5 | Todd C. Miller | |
2000-08-13 | indent | Theo de Raadt | |
2000-08-13 | indent | Theo de Raadt | |
2000-08-13 | recover less-than-1 interval support with -i. | Jun-ichiro itojun Hagino | |
completely in sync with kame (do not nuke #ifdef please). | |||
2000-08-13 | recover 1.29 -> 1.30 | Jun-ichiro itojun Hagino | |
2000-08-13 | properly look at error code from getnameinfo(3) | Jun-ichiro itojun Hagino | |
2000-08-13 | typo. be more friendly with netstat -ssn. from jhawk@netbsd (via kame) | Jun-ichiro itojun Hagino | |
2000-08-13 | add "rtsol -a" (automatically lookup outgoign interface). | Jun-ichiro itojun Hagino | |
warn if net.inet6.ip6.forwarding == 1. improve manpage. use $KAME$ for KAME tags. sync with kame. | |||
2000-08-13 | telnet -b broke when getaddrinfo conversion was done, | Niklas Hallqvist | |
bind(2) was done on the dst addr instead of the src. | |||
2000-08-13 | document cmdline | Theo de Raadt | |
2000-08-13 | strings are NUL-terminated, not NULL-terminated | Theo de Raadt | |
2000-08-13 | usbec (heh, USB encryption? ;) | Jason Wright | |
2000-08-13 | if COMPAT_OSF1 is defined, define COMPAT_OLDSOCK | Eric Jackson | |
and COMPAT_OLDTTY. | |||
2000-08-13 | unbroken -A (workaround). repair LP64 problem. (sync with kame) | Jun-ichiro itojun Hagino | |
2000-08-12 | Mention that mknod(2) will return EINVAL when chroot(2)'d. | Todd C. Miller | |
2000-08-12 | emulate uname correctly | Eric Jackson | |
2000-08-12 | use osf1_sigcode | Eric Jackson | |
2000-08-12 | use osf sigcode for compat_osf1 | Eric Jackson | |
2000-08-12 | add osf1 specific sigcode, from NetBSD | Eric Jackson | |
2000-08-12 | sync | Theo de Raadt | |
2000-08-12 | mcr aggregation now works, best i have seen yet is 5 (huh?) | Theo de Raadt | |
2000-08-12 | simple typo; maligned@attcanada.net | Theo de Raadt | |
2000-08-12 | update sample directory listing. | jasoni | |
2000-08-12 | document cmdline. | jasoni | |
2000-08-12 | add procfs_cmdline.c | jasoni | |
2000-08-12 | Add procfs/cmdline; to help with linux emulation. | jasoni | |
From NetBSD. | |||
2000-08-12 | - Convert to using getopt(). | Aaron Campbell | |
- Sync man page options with actual program/usage. - KNF. | |||
2000-08-12 | Fix missing pluralization. | Aaron Campbell | |
2000-08-11 | Fix lexer bug (bad handling of escaped double-quote). | Angelos D. Keromytis | |
2000-08-11 | move mcr out of q; and write prelim mcr aggregation code, which does not yet | Theo de Raadt | |
work for some reason or another, so it is currently disabled. |