Age | Commit message (Expand) | Author |
2001-06-25 | Remove unnecessary temporary variable. | Angelos D. Keromytis |
2001-06-25 | Always defer output TCP checksumming until ip_output() (or hardware, | Angelos D. Keromytis |
2001-06-25 | remove inlines they are plain wrong | Michael Shalayeff |
2001-06-25 | Move common post M_COPY_HDR manipulation to the macro itself; angelos@ ok. | Federico G. Schwindt |
2001-06-25 | put pf before ipsec processing. return error code and free mbuf chain | Niels Provos |
2001-06-25 | partial endianess fixes | Michael Shalayeff |
2001-06-25 | do not drop unsupported protocol. default to pass. needs to be configurable | Niels Provos |
2001-06-25 | remove dependency on pmax tree. cleanup a little while here | Eric Jackson |
2001-06-25 | cold is in systm now | Michael Shalayeff |
2001-06-25 | Some KNF, do not have a char fiel between pointers, it creates | Niklas Hallqvist |
2001-06-25 | Use in_cksum_phdr() rather than in_cksum() -- from NetBSD | Angelos D. Keromytis |
2001-06-25 | config interfaces defines. | Dale Rahn |
2001-06-25 | use only ioctl return values found in errno.h | Daniel Hartmeier |
2001-06-24 | do not refer uninitialized var | Jun-ichiro itojun Hagino |
2001-06-24 | printf string fix | Jun-ichiro itojun Hagino |
2001-06-24 | bye bye, with prejudice | Theo de Raadt |
2001-06-24 | remove assumption that protocol header follows the ip header. | Jun-ichiro itojun Hagino |
2001-06-24 | More descriptive panic messages, sync with NetBSD | Angelos D. Keromytis |
2001-06-24 | rename ioctlbuffer to pfioc. | Artur Grabowski |
2001-06-24 | make it compile w/o pf | Michael Shalayeff |
2001-06-24 | Import in_cksum_phdr() and in_cksum_addword() from NetBSD. | Angelos D. Keromytis |
2001-06-24 | Sync in4_cksum() with NetBSD, and change its use in in_delayed_cksum. | Angelos D. Keromytis |
2001-06-24 | Import in_delayed_cksum() and convert to using it; also, don't do | Angelos D. Keromytis |
2001-06-24 | add i2o stubs | Michael Shalayeff |
2001-06-24 | -Warn cleanups for powerpc, still not done. | Dale Rahn |
2001-06-24 | u_long/u_short and memcpy/memset changes | Daniel Hartmeier |
2001-06-24 | Add prototypes for softnet, ofrootfound. | Dale Rahn |
2001-06-24 | fix error returns from open and close | Artur Grabowski |
2001-06-24 | add akbd_cnattach() prototype. | Dale Rahn |
2001-06-24 | print mtu of tdb if discovered | Niels Provos |
2001-06-24 | Allow mmap to map the vga memory/register at the physical address, | Dale Rahn |
2001-06-24 | more attempts at cleanup | Theo de Raadt |
2001-06-24 | Remove printfs, fix comment typos. | Angelos D. Keromytis |
2001-06-24 | - vlan_input_tag() takes 2 args now. | Federico G. Schwindt |
2001-06-24 | - redefine vlan_input_tag to take mbuf * and tag only | Jason Wright |
2001-06-24 | Save tdb_remote_auth on the PCB on latching; also save information on | Angelos D. Keromytis |
2001-06-24 | Use pool for state, tree, nat, rdr, etc. | Artur Grabowski |
2001-06-24 | Program the address filter in vr_init(). Apparently the rhine cards are smart | Aaron Campbell |
2001-06-24 | Spelling ifdef correctly is not enough, you have to spell the conditionnal | Miod Vallat |
2001-06-24 | Use ETHER_IS_MULTICAST macro; jason@ ok. | Federico G. Schwindt |
2001-06-24 | Also reset input cached TDB. | Angelos D. Keromytis |
2001-06-24 | Reset | Angelos D. Keromytis |
2001-06-24 | more cleaning | Theo de Raadt |
2001-06-24 | Fix RSA structure. | Angelos D. Keromytis |
2001-06-24 | Changes in ddb, mostly from NetBSD, to support ddb continue. | Dale Rahn |
2001-06-24 | Remove an over-optimization from the polling loop of siop_scsicmd(), | Kenneth R Westerback |
2001-06-24 | use new timeouts for spd expirations (hmm cvs did not pick up the file); ho@ ok | Michael Shalayeff |
2001-06-24 | use new timeouts for spd expirations; ho@ ok | Michael Shalayeff |
2001-06-24 | pack structures better; dhartmei ok | Theo de Raadt |
2001-06-24 | REGENTS? ;) | Daniel Hartmeier |