Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-05 | updated firmware from 3com (Thanks!); contains support for 3cr990B cards. | Jason Wright | |
2001-06-05 | Make our pfkeyv2.h more RFC2367 compliant. Also fix some backwards | Niklas Hallqvist | |
compatibility problems in isakmpd, at least 2.8 stable can compile current isakmpd now. angelos@ ok | |||
2001-06-04 | if_up() requires splnet(). sync with kame | Jun-ichiro itojun Hagino | |
2001-06-04 | adjust routing socket message (kernel -> user) to the right size. | Jun-ichiro itojun Hagino | |
with old code we may see junk at the end. sync with kame, 4.4BSD bug. | |||
2001-06-04 | sync | Michael Shalayeff | |
2001-06-04 | export these from libc | Michael Shalayeff | |
2001-06-04 | fix debugging printf, cpu_hpa is not pointer anymore | Michael Shalayeff | |
2001-06-04 | use faster arc4random() for small amounts fo data, some spaces; niels ok | Michael Shalayeff | |
2001-06-04 | use a faster arc4random() for random spi generation; angelos@ ok | Michael Shalayeff | |
2001-06-04 | use faster arc4random() in tcp_rndiss_next; niels ok | Michael Shalayeff | |
2001-06-04 | make kqueue behave like select when testing for write instead of bailing | Niels Provos | |
out. | |||
2001-06-04 | Some further work. No crypto yet. | Hakan Olsson | |
2001-06-04 | Don't print these messages unless debugging. mickey@ ok | Hakan Olsson | |
2001-06-04 | Linksys PCM100 support; from Matt Behrens <matt@zigg.com>. | Federico G. Schwindt | |
2001-06-03 | e_wmesg was not initialized in all cases; kirk.russell@acm.org | Theo de Raadt | |
2001-06-03 | ICS_1892 support; Henning Brauer | Theo de Raadt | |
2001-06-03 | WALTSIG is a valid option for sys_wait4(). | Angelos D. Keromytis | |
2001-06-03 | Export nprocs. | Angelos D. Keromytis | |
2001-06-03 | KERN_NPROCS | Angelos D. Keromytis | |
2001-06-03 | KERN_FSCALE and KERN_CCPU | Angelos D. Keromytis | |
2001-06-03 | Add KERN_FSCALE and KERN_CCPU. | Angelos D. Keromytis | |
2001-06-03 | Pass struct diskstats through sysctl, deraadt@ ok | Angelos D. Keromytis | |
2001-06-03 | Add struct diskstats, for use by sysctl. | Angelos D. Keromytis | |
2001-06-02 | Support writing to the hardware clock for powerpc apple systems. | Dale Rahn | |
Note this writes the clock in UTC time, not localtime in the default kernel. MacOS/OS X expect the hardware clock to be in local time. If the system is to be dual booted, the time offset can be adjusted using "config -e" and setting the timezone of the kernel. | |||
2001-06-02 | On Cuda systems (imac Rev C at least), it seems that the adb data | Dale Rahn | |
is not ready when the flag is set. This seems to be a bug in the adb handling. This is a workaround, not a correct fix. | |||
2001-06-01 | CRIOGET is a _IOWR ioctl | Theo de Raadt | |
2001-06-01 | support BCM5221 | Theo de Raadt | |
2001-06-01 | use pool allocation for ip fragement queue, from netbsd, | Niels Provos | |
okay angelos@, itojun@ | |||
2001-06-01 | sync | Theo de Raadt | |
2001-06-01 | BCM5221 | Theo de Raadt | |
2001-06-01 | Merge two m_copydata() calls into one, and (hopefully) correct the | Angelos D. Keromytis | |
self-describing padding verification. | |||
2001-06-01 | ipsp_parse_headers() goes down a list of IPv4/IPv6/AH/ESP headers and | Angelos D. Keromytis | |
creates a tag for each of the ESP/AH headers. This will be used by IPsec-aware NIC device drivers that need to notify IPsec that crypto processing has already been done. There is an excessive amount of m_copydata() calls used by this routine, but there's no way around it that I can think of. | |||
2001-06-01 | use default hoplimit when incoming interface is not known to icmp6_error. | Jun-ichiro itojun Hagino | |
sync with kame | |||
2001-06-01 | Don't let packets that need IPsec crypto processing at the NIC be | Angelos D. Keromytis | |
bridge-broadcast; rather, turn off offloading for now. The IPsec stack will do its own crypto for subsequent packets, which will be broadcast. Once the bridge knows which interface to send packets for that MAC to, if that interface supports IPsec offloading it'll turn it back on. | |||
2001-06-01 | What was cri_insert used for anyway ? | Angelos D. Keromytis | |
2001-06-01 | The IPsec-aware NIC cards don't pass the ICV for later verification | Angelos D. Keromytis | |
by the stack; that means, if we have a tag it means the ICV was successfully verified and we don't need to do anything else. As well, we don't need any other status information from the NIC. | |||
2001-05-31 | Structure for NIC IPsec processing status reports. | Angelos D. Keromytis | |
2001-05-31 | Add another tag for IPsec signalling. | Angelos D. Keromytis | |
2001-05-31 | Typos. | Miod Vallat | |
2001-05-31 | Match IPSEC output prototypes. | Angelos D. Keromytis | |
2001-05-31 | Two fixes from Stevens via davidg@freebsd, bug report by | Niels Provos | |
armin@wolfermann.org - set the persist timer so that connections in CLOSING state timeout - honor keep-alive timer in CLOSING state. Fixes the problem in simulaneous close situation where connections would never leave the CLOSING state and stay arround indefinitly. | |||
2001-05-31 | Relocation types on alpha. | Artur Grabowski | |
2001-05-31 | Initialize b_dep if we malloc our own struct buf. | Artur Grabowski | |
2001-05-31 | Initialize bp->b_dep if we malloc our own struct buf. | Artur Grabowski | |
2001-05-30 | sync | Theo de Raadt | |
2001-05-30 | ICS1892; Henning Brauer, hostmaster@bsws.de | Theo de Raadt | |
2001-05-30 | seeq 84220 support; Henning Brauer, hostmaster@bsws.de | Theo de Raadt | |
2001-05-30 | Preliminary UVM support. UVM kernels don't work for the moment, though. | Miod Vallat | |
2001-05-30 | Bring the root device selection code up-to-date with modern standards | Miod Vallat | |
(and other ports). | |||
2001-05-30 | Oops | Miod Vallat | |