Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-23 | merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts ↵ | Theo de Raadt | |
inside OpenSSL codebase | |||
2001-06-23 | kill whitespace at EOL. | Jun-ichiro itojun Hagino | |
2001-06-23 | ooops. remove unfinished work in progress. | Artur Grabowski | |
2001-06-23 | turn off -Wstrict-prototypes (for atomicio.h) | Markus Friedl | |
2001-06-23 | fix import for (broken?) ssh.com/f-secure private keys | Markus Friedl | |
(i tested > 1000 RSA keys) | |||
2001-06-23 | sync | Theo de Raadt | |
2001-06-23 | reflect reality. | Artur Grabowski | |
Parts from NetBSD | |||
2001-06-23 | Remove unneeded ip_id convertions. | Federico G. Schwindt | |
Instead of using HTONS macro in some places, use htons directly in the struct member and save us a few bytes. Fix comment. | |||
2001-06-23 | Bring in a bunch of improvements from NetBSD. | Artur Grabowski | |
- pool_cache similar to the slab allocator in Solaris. - clean up locking a bit. - Don't pass __LINE__ and __FILE__ to pool_get and pool_put unless POOL_DIAGNOSTIC is defined. | |||
2001-06-23 | document USER_PCICONF in options(4) and xref it in pci(4) | Matthieu Herrb | |
2001-06-23 | use strlcpy vs strncpy+a[len-1]='\0' | lebel | |
2001-06-23 | convert to use pool_init. | Artur Grabowski | |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino | |
TODO; cleanup headers | |||
2001-06-23 | document ll, depreciate q | Niels Provos | |
2001-06-23 | Remove .cat* files from repository. | Hans Insulander | |
2001-06-23 | more .%A handling; bk@rt.fm | Theo de Raadt | |
2001-06-23 | document the pci ioctl. | Matthieu Herrb | |
2001-06-23 | fix obj building | Theo de Raadt | |
2001-06-23 | sync. -moj | Mats O Jansson | |
2001-06-23 | Added Apple Pangea. -moj | Mats O Jansson | |
2001-06-23 | Reorder libraries. | Hans Insulander | |
2001-06-23 | More files from libroken needed by telnetd. | Hans Insulander | |
2001-06-23 | More spelling fixes from jsyn@nthought.com, and some formatting fixes | Paul Janzen | |
2001-06-23 | bye bye | Theo de Raadt | |
2001-06-23 | bye bye | Theo de Raadt | |
2001-06-23 | Remove loop detection bug, even though we may not be quite finished | Angelos D. Keromytis | |
with it yet. We should be done in the next few days. | |||
2001-06-23 | Checksum offloading doesn't work when in bridge mode. | Angelos D. Keromytis | |
2001-06-23 | bye bye | Theo de Raadt | |
2001-06-23 | Likewise, only use outgoing TCP/UDP hardware checksumming if the | Angelos D. Keromytis | |
interface is not in bridge mode. | |||
2001-06-23 | Only use IP checksumming if the output interface is not in bridge | Angelos D. Keromytis | |
mode. We can't deal with that well. | |||
2001-06-23 | UDP/IP/TCP packets that hit a bridge and need hardware checksumming | Angelos D. Keromytis | |
are simply dropped. | |||
2001-06-23 | spelling fixes and minor repairs almost entirely from jsyn@nthought.com | Paul Janzen | |
2001-06-23 | bye bye | Theo de Raadt | |
2001-06-23 | m_copyback(), not m_copydata() | Angelos D. Keromytis | |
2001-06-23 | half go bye bye | Theo de Raadt | |
2001-06-23 | Software-compute TCP/UDP checksum if we are going to do IPsec or if the | Angelos D. Keromytis | |
output interface does not support hardware checksumming. | |||
2001-06-23 | try to decode ssh-3.0.0 private rsa keys | Markus Friedl | |
(allow migration to openssh, not vice versa), #910 | |||
2001-06-23 | Typo. | Angelos D. Keromytis | |
2001-06-23 | Prototype for in4_cksum() | Angelos D. Keromytis | |
2001-06-23 | Add in4_cksum.c | Angelos D. Keromytis | |
2001-06-23 | pool_init, not pool_create | Artur Grabowski | |
2001-06-23 | Remember to compute IP/TCP/UDP checksum if we're going to broadcast on | Angelos D. Keromytis | |
bridge. | |||
2001-06-23 | Reflect current reality: | Jason Wright | |
rx ip, udp, tcp checksum offload works tx ip checksum offload works | |||
2001-06-23 | Check for bridge loops. | Angelos D. Keromytis | |
2001-06-23 | Placeholder, reminder to fix TCP/UDP checksumming right before doing IPsec. | Angelos D. Keromytis | |
2001-06-23 | pipe_stat isn't referenced from outside sys_pipe.c anymore | Artur Grabowski | |
2001-06-23 | Print hardware checksumming statistics. | Angelos D. Keromytis | |
2001-06-23 | Add pipe_init, call it from main, move the pool initialization into it. | Artur Grabowski | |
2001-06-23 | Keep stats on TCP/UDP hardware checksumming. | Angelos D. Keromytis | |
2001-06-23 | ok, tmac is now fixed | Theo de Raadt | |