summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-06-23Sync 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-23pidfile/sigterm race; bbraun@synack.netMarkus Friedl
2001-06-23Add comment on why checksum deferral is not useful in tcp_respond()Angelos D. Keromytis
2001-06-23Clear the checksum flags after verification. Also, don't countAngelos D. Keromytis
checksum errors as hardware checksum packets as well.
2001-06-23Count input packets hardware-checksummed.Angelos D. Keromytis
2001-06-23duhTheo de Raadt
2001-06-23merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts ↵Theo de Raadt
inside OpenSSL codebase
2001-06-23kill whitespace at EOL.Jun-ichiro itojun Hagino
2001-06-23ooops. remove unfinished work in progress.Artur Grabowski
2001-06-23turn off -Wstrict-prototypes (for atomicio.h)Markus Friedl
2001-06-23fix import for (broken?) ssh.com/f-secure private keysMarkus Friedl
(i tested > 1000 RSA keys)
2001-06-23syncTheo de Raadt
2001-06-23reflect reality.Artur Grabowski
Parts from NetBSD
2001-06-23Remove 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-23Bring 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-23document USER_PCICONF in options(4) and xref it in pci(4)Matthieu Herrb
2001-06-23use strlcpy vs strncpy+a[len-1]='\0'lebel
2001-06-23convert to use pool_init.Artur Grabowski
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
TODO; cleanup headers
2001-06-23document ll, depreciate qNiels Provos
2001-06-23Remove .cat* files from repository.Hans Insulander
2001-06-23more .%A handling; bk@rt.fmTheo de Raadt
2001-06-23document the pci ioctl.Matthieu Herrb
2001-06-23fix obj buildingTheo de Raadt
2001-06-23sync. -mojMats O Jansson
2001-06-23Added Apple Pangea. -mojMats O Jansson
2001-06-23Reorder libraries.Hans Insulander
2001-06-23More files from libroken needed by telnetd.Hans Insulander
2001-06-23More spelling fixes from jsyn@nthought.com, and some formatting fixesPaul Janzen
2001-06-23bye byeTheo de Raadt
2001-06-23bye byeTheo de Raadt
2001-06-23Remove loop detection bug, even though we may not be quite finishedAngelos D. Keromytis
with it yet. We should be done in the next few days.
2001-06-23Checksum offloading doesn't work when in bridge mode.Angelos D. Keromytis
2001-06-23bye byeTheo de Raadt
2001-06-23Likewise, only use outgoing TCP/UDP hardware checksumming if theAngelos D. Keromytis
interface is not in bridge mode.
2001-06-23Only use IP checksumming if the output interface is not in bridgeAngelos D. Keromytis
mode. We can't deal with that well.
2001-06-23UDP/IP/TCP packets that hit a bridge and need hardware checksummingAngelos D. Keromytis
are simply dropped.
2001-06-23spelling fixes and minor repairs almost entirely from jsyn@nthought.comPaul Janzen
2001-06-23bye byeTheo de Raadt
2001-06-23m_copyback(), not m_copydata()Angelos D. Keromytis
2001-06-23half go bye byeTheo de Raadt
2001-06-23Software-compute TCP/UDP checksum if we are going to do IPsec or if theAngelos D. Keromytis
output interface does not support hardware checksumming.
2001-06-23try to decode ssh-3.0.0 private rsa keysMarkus Friedl
(allow migration to openssh, not vice versa), #910
2001-06-23Typo.Angelos D. Keromytis
2001-06-23Prototype for in4_cksum()Angelos D. Keromytis
2001-06-23Add in4_cksum.cAngelos D. Keromytis
2001-06-23pool_init, not pool_createArtur Grabowski
2001-06-23Remember to compute IP/TCP/UDP checksum if we're going to broadcast onAngelos D. Keromytis
bridge.
2001-06-23Reflect current reality:Jason Wright
rx ip, udp, tcp checksum offload works tx ip checksum offload works
2001-06-23Check for bridge loops.Angelos D. Keromytis