Age | Commit message (Expand) | Author |
2000-06-18 | KNF (sorry craig) | Jun-ichiro itojun Hagino |
2000-06-18 | Xr hostname.if | Niklas Hallqvist |
2000-06-18 | remove now-unnecessary statement due to "for" logic clarfication. | Jun-ichiro itojun Hagino |
2000-06-18 | Mark kernel threads as system processes. Make ps hide them by default, | Niklas Hallqvist |
2000-06-18 | correct logic mistake in in6_pcbnotify, due to indentation. | Jun-ichiro itojun Hagino |
2000-06-18 | don't reset the chip on NORXD, and certainly don't print a message about it | Jason Wright |
2000-06-18 | remove unused junk | Jason Wright |
2000-06-18 | hmm, you'd never know these started out as if_ie.c.... | Jason Wright |
2000-06-18 | sync with KAME udp6_output(). udp output logic is very different between | Jun-ichiro itojun Hagino |
2000-06-18 | allow IPsec-related get/setsockopt on IPv6 socket. due to number conflict | Jun-ichiro itojun Hagino |
2000-06-18 | use in6_recoverscope | Jun-ichiro itojun Hagino |
2000-06-18 | sync | Theo de Raadt |
2000-06-18 | do not mess with tty's. makes EDITOR=ed cvs commit work over ssh2 | Markus Friedl |
2000-06-18 | - Give more precise definitions for the -d and -f options. | Aaron Campbell |
2000-06-18 | Document the /fastboot feature. If this file exists at boot-time, rc(8) will | Aaron Campbell |
2000-06-18 | lookup routing table for multicast too, to allow scoped IPv6 multicast | Jun-ichiro itojun Hagino |
2000-06-18 | sync | Oleg Safiullin |
2000-06-18 | oops | Oleg Safiullin |
2000-06-18 | sync | Oleg Safiullin |
2000-06-18 | add GeForce256 | Oleg Safiullin |
2000-06-18 | Support FIONBIO and FIOASYNC. FIOASYNC is more or less a no-op> | Todd C. Miller |
2000-06-18 | change keysize from 8 bytes to 24 for Triple-DES and to 32 for Blowfish. | Niels Provos |
2000-06-18 | sync | Theo de Raadt |
2000-06-18 | match 82559ER | Theo de Raadt |
2000-06-18 | new type of fxp | Theo de Raadt |
2000-06-18 | permit compilation of non-V6 kernels | Theo de Raadt |
2000-06-18 | Fix a printf-style format error | brian |
2000-06-18 | Improve RIP support; PR#1266, James Ponder <james@oaktree.co.uk> | Jakob Schlyter |
2000-06-18 | Register software Rijndael. | Angelos D. Keromytis |
2000-06-18 | Add Rijndael (128-bit blocksize) in the software crypto driver. | Angelos D. Keromytis |
2000-06-18 | Use M_NOWAIT instead of M_DONTWAIT in MALLOC() (even though they're | Angelos D. Keromytis |
2000-06-18 | OpenBSD tag | Jason Wright |
2000-06-18 | add pppoe | Jason Wright |
2000-06-18 | sanity check: panic if AF_INET6 inpcb is passed to ip_output | Jun-ichiro itojun Hagino |
2000-06-18 | import my pppoe code | Jason Wright |
2000-06-18 | remove obsolete IP_DF handling from KAME tree (#if 0'ed all the time) | Jun-ichiro itojun Hagino |
2000-06-18 | for mcdonald-simple-ipsec-api get/setsockopt, variable size was mixed up. | Jun-ichiro itojun Hagino |
2000-06-18 | fix inspired by pr 744 from karls@inet.no | Todd T. Fries |
2000-06-18 | try to avoid useless m_pullup2 | Jun-ichiro itojun Hagino |
2000-06-18 | fix off by one error in loop, prevent that odd lengths get passed to | Niels Provos |
2000-06-18 | move m_pullup2() equivalent for KAME requirement into ip6_input(). | Jun-ichiro itojun Hagino |
2000-06-18 | IPv6 AH/ESP support, inbound side only. tested with KAME. | Jun-ichiro itojun Hagino |
2000-06-18 | Print++ | Angelos D. Keromytis |
2000-06-18 | don't panic even if in6p == NULL. | Jun-ichiro itojun Hagino |
2000-06-18 | add ipv6 support | Bob Beck |
2000-06-18 | typo | Markus Friedl |
2000-06-18 | support ipv6 for tcp_ident | Bob Beck |
2000-06-18 | less mbuf alignment change in extension header processing. | Jun-ichiro itojun Hagino |
2000-06-18 | split auth-rsa option parsing into auth-options | Markus Friedl |
2000-06-18 | indent | Aaron Campbell |