Age | Commit message (Expand) | Author |
2001-06-23 | this is not i386-only | Michael Shalayeff |
2001-06-23 | more 7951 specific bits and definitions | Jason Wright |
2001-06-23 | no more kernfs | Theo de Raadt |
2001-06-23 | argh. stop using kernfs, using dmesg using sysctl. encode ARCH into | Theo de Raadt |
2001-06-23 | Replace our telnetd with the one from heimdal-0.3f, with the following changes: | Hans Insulander |
2001-06-23 | Move to 24 bit minor numbers in a backwards compatible manner. | Todd C. Miller |
2001-06-23 | Use pool_cache for l1 ptes. | Artur Grabowski |
2001-06-23 | Sync with NetBSD 19990911 (just before PMAP_NEW was required) | smart |
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 |
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 in... | Theo de Raadt |
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 |
2001-06-23 | sync | Theo de Raadt |
2001-06-23 | reflect reality. | Artur Grabowski |
2001-06-23 | Remove unneeded ip_id convertions. | Federico G. Schwindt |
2001-06-23 | Bring in a bunch of improvements from NetBSD. | Artur Grabowski |
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 |
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 |
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 |
2001-06-23 | Only use IP checksumming if the output interface is not in bridge | Angelos D. Keromytis |
2001-06-23 | UDP/IP/TCP packets that hit a bridge and need hardware checksumming | Angelos D. Keromytis |
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 |
2001-06-23 | try to decode ssh-3.0.0 private rsa keys | Markus Friedl |