Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-26 | initialize sw and fix the the mb length | Michael Shalayeff | |
2001-06-26 | a few style changes from niklas and fill the mb for ofifo_init proper | Michael Shalayeff | |
2001-06-26 | make the scratch mem global, convert reset, status_get, and ofifo_init, the ↵ | Michael Shalayeff | |
last on also lostthe msg_map | |||
2001-06-26 | Comment about the bus_space_alloc calls and their problems | Niklas Hallqvist | |
2001-06-26 | type in usage: Surpress -> Suppress | jasoni | |
2001-06-26 | supply a size argument to the _post and _msg_post. | Michael Shalayeff | |
byteswap the status word in reset. | |||
2001-06-26 | Create a scratch dma map | Niklas Hallqvist | |
2001-06-26 | remove ksyms before recreating it. | Dale Rahn | |
2001-06-26 | no // comments | Markus Friedl | |
2001-06-26 | Appease gcc by not using void pointers in arithmetic operations. | Aaron Campbell | |
2001-06-26 | Restore inclusion of <sys/systm.h>. | Aaron Campbell | |
2001-06-26 | update this man page for the new netcat | Eric Jackson | |
2001-06-26 | speling, from jsyn@nthought.com | Dug Song | |
2001-06-26 | jack up the rng clock prescalar a bit | Jason Wright | |
define the rng address space | |||
2001-06-26 | prototype pedant. not very creative... | Jun-ichiro itojun Hagino | |
- () -> (void) - no variable names | |||
2001-06-26 | Appease gcc by not using void pointers in arithmetic operations; art@ ok | Aaron Campbell | |
2001-06-26 | KNF | Angelos D. Keromytis | |
2001-06-26 | KNF | Angelos D. Keromytis | |
2001-06-26 | remove statics | Niklas Hallqvist | |
2001-06-26 | Updates about BSD Auth section. | Hans Insulander | |
2001-06-26 | Fix args to pciide_machdep_compat_intr_disestablish | Constantine Sapuntzakis | |
2001-06-26 | unbreak | Markus Friedl | |
2001-06-26 | cleaning and adding a bit of debugging code... next step: bignums from ↵ | Jason Wright | |
userland =) | |||
2001-06-26 | new interface for secure_filename() | Markus Friedl | |
2001-06-26 | remove unnecessary .Pp between .It; | Mike Pechkin | |
millert@ ok | |||
2001-06-26 | clock multiplier bits | Jason Wright | |
2001-06-26 | we sort SEE ALSO by alpha && section. | Mike Pechkin | |
millert@ ok. | |||
2001-06-26 | man page for fledgling driver. | Jason Wright | |
2001-06-26 | more smartcard support. | Markus Friedl | |
2001-06-26 | Remove left-over code from cleaning that was causing servers to fail to respond | Constantine Sapuntzakis | |
2001-06-26 | stub bus_space_{alloc,free} | Michael Shalayeff | |
2001-06-26 | add support for hardware rng using default scalar (can generate up to a | Jason Wright | |
3Mbit/s stream, but we're not using that... yet). | |||
2001-06-26 | update usage | Markus Friedl | |
2001-06-26 | avoid useless m_copyback | Jun-ichiro itojun Hagino | |
2001-06-26 | Cleanup and unify login_passwd, login_krb4, login_krb4-or-pwd, login_krb5 and | Hans Insulander | |
login_krb5-or-pwd. | |||
2001-06-26 | fix big oops in bus access macros and buffer for rng | Jason Wright | |
2001-06-26 | use m_copydata for 1st ip header too. | Jun-ichiro itojun Hagino | |
2001-06-26 | initial support for smartcards in the agent | Markus Friedl | |
2001-06-26 | -Wall -Werror cleanup | Hans Insulander | |
2001-06-26 | avoid m_pulldown (and mbuf alloc/free). | Jun-ichiro itojun Hagino | |
- copy the data content of mbuf to local data structure by m_copydata. - if we did any NAT operation, copy the updated content back by m_copyback. XXX PFLOG_PACKET will now log the original packet, before the NAT. is it correct? XXX does not do m_copyback on PF_DROP case. is it okay? | |||
2001-06-26 | typo | Chris Cappuccio | |
2001-06-26 | More KNF | Angelos D. Keromytis | |
2001-06-26 | pass ip header offset to child functions. a preparation for | Jun-ichiro itojun Hagino | |
m_pulldown -> m_copydata transition. | |||
2001-06-26 | KNF | Angelos D. Keromytis | |
2001-06-26 | Replicated TCP sequence tracking code in PF from Guido's IPF paper. | Mike Frantzen | |
2001-06-26 | add debug flag | Markus Friedl | |
2001-06-26 | sigh | Niels Provos | |
2001-06-26 | pflog_packet fails on NULL mbuf | Niels Provos | |
2001-06-26 | this is not a bus master | Jason Wright | |
2001-06-26 | KNF | Angelos D. Keromytis | |