Age | Commit message (Expand) | Author |
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 | 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 | sanity check: panic if AF_INET6 inpcb is passed to ip_output | Jun-ichiro itojun Hagino |
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 | 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 | 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 | indent | Aaron Campbell |
2000-06-18 | Thou shalt not bequeath to mere mortals the ability to change the configuration | Aaron Campbell |
2000-06-18 | Use the same field data types as the reference code and adjust offsets | Jason Wright |
2000-06-18 | Fix an off-by-one error that caused uvm_fault() whenever changing any an(4) | Aaron Campbell |
2000-06-18 | Move prototype to include file. | Angelos D. Keromytis |
2000-06-18 | Process ID 5 is now the crypto kernel thread. | Angelos D. Keromytis |
2000-06-18 | The callbacks need to set the appropriate spl level now. | Angelos D. Keromytis |
2000-06-18 | Crypto kernel thread interface; requests are enqueued and processed by | Angelos D. Keromytis |
2000-06-18 | for setsockopt/getsockopt, don't assume non-PF_INET6 address family as | Jun-ichiro itojun Hagino |
2000-06-18 | correct indentation for IPV6_PORTRANGE | Jun-ichiro itojun Hagino |
2000-06-18 | Remove outdated comment. | Angelos D. Keromytis |
2000-06-18 | increase my commit count by 1, because after telling niels three times that h... | Theo de Raadt |
2000-06-17 | Change processing sequence: | Angelos D. Keromytis |
2000-06-17 | cbc mode | Niels Provos |
2000-06-17 | fix comments | Niels Provos |
2000-06-17 | knf | Jason Wright |
2000-06-17 | on ifconfig down ignore all routes pointing to the downed interface. | Niels Provos |
2000-06-17 | some KNF | Niels Provos |
2000-06-17 | Add support for AMD 53c974. | Federico G. Schwindt |
2000-06-17 | Do not disable the com port as sson as it is attached. Make compile again. | Niklas Hallqvist |
2000-06-17 | BSD copyright + tags | Niels Provos |
2000-06-17 | initial import of tcfs. | Niels Provos |
2000-06-16 | take MIN/MAX from param.h, okay theo@ | Niels Provos |
2000-06-16 | use memcmp() instead of bcmp(), memcmp is <,=,> but bcmp is =,!= | Theo de Raadt |
2000-06-16 | Pull memcmp() into libkern. | Todd C. Miller |
2000-06-16 | Pull memcmp() into libkern. Also, use asm version of memset() on m68k. | Todd C. Miller |
2000-06-16 | undo latest problem. breaks the sparc. diff is too large, we are not debuggi... | Theo de Raadt |
2000-06-16 | Cannot emulate memcmp() with bcmp() due to different return values; | Todd C. Miller |
2000-06-15 | i840 chipset also has the true RNG (i82802 FWH). mickey@ ok. | Hakan Olsson |
2000-06-15 | sync | Hakan Olsson |
2000-06-15 | Nvidia GeForce256 DDR | Hakan Olsson |
2000-06-15 | add MD_CACHE* defines | Michael Shalayeff |
2000-06-15 | add BUS_DMA_COHERENT, fix BUS_DMAMEM_NOSYNC | Michael Shalayeff |