Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-23 | Sync with NetBSD 19990911 (just before PMAP_NEW was required) | smart | |
- thread_sleep_msg() -> uvm_sleep() - initialize reference count lock in uvm_anon_{init,add}() - add uao_flush() - replace boolean 'islocked' with 'lockflags' - in uvm_fault() change FALSE to TRUE to in 'wide' fault handling - get rid of uvm_km_get() - various bug fixes | |||
2001-06-23 | pidfile/sigterm race; bbraun@synack.net | Markus Friedl | |
2001-06-23 | Add comment on why checksum deferral is not useful in tcp_respond() | Angelos D. Keromytis | |
2001-06-23 | Clear the checksum flags after verification. Also, don't count | Angelos D. Keromytis | |
checksum errors as hardware checksum packets as well. | |||
2001-06-23 | Count input packets hardware-checksummed. | Angelos D. Keromytis | |
2001-06-23 | duh | Theo de Raadt | |
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 | |