Age | Commit message (Expand) | Author |
2001-06-23 | sync | Theo de Raadt |
2001-06-23 | TCP/UDP hardware checksumming. Untested, since txp dies when it tries | Angelos D. Keromytis |
2001-06-23 | handle sigature of size 0 (some broken clients send this). | Markus Friedl |
2001-06-23 | Document LIST_REPLACE() | Angelos D. Keromytis |
2001-06-23 | IPv4 transmit checksum offload handling | Jason Wright |
2001-06-23 | Having to update queue(3) for DLIST_* is a major PITA; thus, just use | Angelos D. Keromytis |
2001-06-23 | print names in reference (.%A) as below | Jun-ichiro itojun Hagino |
2001-06-23 | I could search... but I'm a lazy bum;-) | Michael Shalayeff |
2001-06-23 | sprinkle some const on theo | Michael Shalayeff |
2001-06-23 | slacker slacker lazy bum bum bum slacker! | Todd C. Miller |
2001-06-23 | Add more partition types - ref. NetBSD | Kjell Wooding |
2001-06-23 | Remove DLIST_INSERT_BEFORE -- unnecessary complication. | Angelos D. Keromytis |
2001-06-23 | Add "M-x theo". Just like "M-x doctor" in emacs... Well, almost. | Artur Grabowski |
2001-06-23 | - Add IPv4, UDP, and TCP RX checksum offloading support | Jason Wright |
2001-06-23 | UDP and TCP bits are reversed with respect to documentation | Jason Wright |
2001-06-23 | Fix missing .Nd. | Hans Insulander |
2001-06-23 | Use DLIST for tags. | Angelos D. Keromytis |
2001-06-23 | Use standard defined macros to access inner ifnet data structure members. | Aaron Campbell |
2001-06-23 | Use DLIST for tags. | Angelos D. Keromytis |
2001-06-23 | Use DLIST for tags | Angelos D. Keromytis |
2001-06-23 | Likewise, use m_tag_init() | Angelos D. Keromytis |
2001-06-23 | One of these days, I'll learn to type. | Angelos D. Keromytis |
2001-06-23 | Actually, should just use m_tag_init() | Angelos D. Keromytis |
2001-06-23 | Typo. | Angelos D. Keromytis |
2001-06-23 | DLIST_* type/operations. | Angelos D. Keromytis |
2001-06-23 | fix comment | Michael Shalayeff |
2001-06-23 | Initialize only if no hardware checksumming. | Angelos D. Keromytis |
2001-06-23 | Clear IPv4 input checksum OK flag after verification. | Angelos D. Keromytis |
2001-06-23 | add /dev/pci | Matthieu Herrb |
2001-06-23 | PCI bus configuration userland access from FreeBSD. | Matthieu Herrb |
2001-06-23 | fix up mtu for routes and ongoing tcp connection when if mtu changes | Niels Provos |
2001-06-23 | restore correct ignore_user_known_hosts logic. | Markus Friedl |
2001-06-23 | draft-ietf-secsh-dh-group-exchange-01.txt | Markus Friedl |
2001-06-23 | add changelist | Niels Provos |
2001-06-23 | Update for heimdal-0.3f | Hans Insulander |
2001-06-23 | get rid of known_hosts2, use it for hostkey lookup, but do not modify. | Markus Friedl |
2001-06-23 | join .%A entries; most by bk@rt.fm | Theo de Raadt |
2001-06-23 | With the addition of kernel in bootloader, ksyms now work. | Dale Rahn |
2001-06-23 | TCP, UDP, IPv4 input hardware checksumming processing; also IPv4 | Angelos D. Keromytis |
2001-06-23 | Bye-bye to UFS-specific and unused functions | Constantine Sapuntzakis |
2001-06-23 | Drop the "v4" for TCP/UDP checksums. | Angelos D. Keromytis |
2001-06-23 | Get rid of UFS-specific and unused functions in the VFS interface | Constantine Sapuntzakis |
2001-06-23 | Get rid of several vnode operations | Constantine Sapuntzakis |
2001-06-23 | Get rid of several unused vnode operations | Constantine Sapuntzakis |
2001-06-23 | Update for heimdal-0.3f | Hans Insulander |
2001-06-23 | LIST_INIT, not TAILQ_INIT. | Angelos D. Keromytis |
2001-06-23 | Privatize several vnode operations that are not used by the generic code. | Constantine Sapuntzakis |
2001-06-23 | Add csum field for hardware checksumming. Based on NetBSD's approach. | Angelos D. Keromytis |
2001-06-23 | Header file changes to support symbol loading just added. | Dale Rahn |
2001-06-23 | Perform symbol lookup on ddb trace command. | Dale Rahn |