Age | Commit message (Expand) | Author |
2001-06-24 | include header for prototypes, prototype functions, assignment in | Dale Rahn |
2001-06-24 | Add back stuff I removed in previous commit with a minor change. | Federico G. Schwindt |
2001-06-24 | Add systm.h for prototypes. | Dale Rahn |
2001-06-24 | include prototype for calc_delayconst() | Dale Rahn |
2001-06-24 | Unused variable, poof. | Dale Rahn |
2001-06-24 | properly prototype diskconf() | Dale Rahn |
2001-06-24 | damn, correctly spell ifdef. | Federico G. Schwindt |
2001-06-24 | include systm.h for proper prototypes. | Dale Rahn |
2001-06-24 | More inlined function cleanup for -W strictness. | Dale Rahn |
2001-06-24 | More inline function clean for -W flags strictness. | Dale Rahn |
2001-06-24 | More inline function cleanup for stricter -W flags. | Dale Rahn |
2001-06-24 | inlined function definition clean, in preparation of more strict -W warning | Dale Rahn |
2001-06-24 | OpenBSD tag. | Federico G. Schwindt |
2001-06-24 | better. | Federico G. Schwindt |
2001-06-24 | oops. another one. | Artur Grabowski |
2001-06-24 | allow ioctl(..., PCIOCREAD, ...) if the device was opened O_READONLY | Matthieu Herrb |
2001-06-23 | use ether_input_mbuf | Michael Shalayeff |
2001-06-23 | Add some dma register #defines | Hakan Olsson |
2001-06-23 | ether_input_mbuf(). | Federico G. Schwindt |
2001-06-23 | do not do sync if too cold; niklas@ arrived | Michael Shalayeff |
2001-06-23 | make use of ether_input_mbuf, easy | Michael Shalayeff |
2001-06-23 | Ok, when cards with vlan hw tagging are used in bridged configurations | Jason Wright |
2001-06-23 | copydata, not copyback | Angelos D. Keromytis |
2001-06-23 | Adjust length. | Angelos D. Keromytis |
2001-06-23 | ether_input_mbuf(). | Federico G. Schwindt |
2001-06-23 | ether_input_mbuf() | Jason Wright |
2001-06-23 | Use ether_input_mbuf instead. | Federico G. Schwindt |
2001-06-23 | Add ether_input_mbuf to help us remove the ether_header from | Federico G. Schwindt |
2001-06-23 | Use C-style comments... | Angelos D. Keromytis |
2001-06-23 | Initialize crd_skip | Angelos D. Keromytis |
2001-06-23 | More constants cleaning. | Federico G. Schwindt |
2001-06-23 | Correctly handle the IV_PRESENT flag. | Angelos D. Keromytis |
2001-06-23 | Remove unneeded crp_iv field, set the right flags for IV handling in | Angelos D. Keromytis |
2001-06-23 | Remove repeated ethernet constants; use if_ether.h for it instead. | Federico G. Schwindt |
2001-06-23 | be sure to clear (by writing 1) the public done by in the status register | Jason Wright |
2001-06-23 | remove debug printf | Michael Shalayeff |
2001-06-23 | oops. unbreak after the last change. | Artur Grabowski |
2001-06-23 | Put some constants together and calculate max/min mtu based on those; | Federico G. Schwindt |
2001-06-23 | under some circumstances, such as on ppc, signature does not read all 32 bits... | Michael Shalayeff |
2001-06-23 | remove some debugging prints. | Dale Rahn |
2001-06-23 | Conform to new crypto_register() prototype | Angelos D. Keromytis |
2001-06-23 | New prototype for crypto_register(), to take into account maximum key | Angelos D. Keromytis |
2001-06-23 | Conform to new prototype for crypto_register() | Angelos D. Keromytis |
2001-06-23 | Go ahead and add the output checksum handling for tcp/udp (commented out) | Jason Wright |
2001-06-23 | add some infrastructure for the public engine | Jason Wright |
2001-06-23 | more 7951 specific bits and definitions | Jason Wright |
2001-06-23 | no more kernfs | Theo de Raadt |
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 |