Age | Commit message (Expand) | Author |
2005-05-27 | Back out last commit, it was correct as is. | Todd C. Miller |
2005-05-27 | Update, also mention pfsync integration | Hakan Olsson |
2005-05-27 | add missing prototypes | Uwe Stuehler |
2005-05-27 | Make monitor.c use unsigned lengths in messages. Makes this compile | Chad Loder |
2005-05-27 | Keep sockaddr in syncpeer struct. | Hakan Olsson |
2005-05-27 | - add missing options | Xavier Santolaria |
2005-05-27 | add a __mp_lock_try implementation. ok art@ | Niklas Hallqvist |
2005-05-27 | If _POSIX_SOURCE is defined but _POSIX_C_SOURCE is not just | Todd C. Miller |
2005-05-27 | step 1 in fixing bioctl commands intermixed with regular io. | Marco Peereboom |
2005-05-27 | allow reception of Jumbo frames by default without having to bump | Brad Smith |
2005-05-27 | filtering on ruleset name is already implemented, document it. | Daniel Hartmeier |
2005-05-27 | Dale's lost diff for IRQ sharing, turned on by default. | Uwe Stuehler |
2005-05-27 | remove references of VOP_WHITEOUT from the kernel, okay millert@ | Pedro Martelletto |
2005-05-27 | document new fields | Daniel Hartmeier |
2005-05-27 | pass UID_MAX/NO_PID when the socket lookup failed, so tcpdump can | Daniel Hartmeier |
2005-05-27 | typo in comment | Uwe Stuehler |
2005-05-27 | typo in comment | Uwe Stuehler |
2005-05-27 | do not allow nul in the control connection. | Camiel Dobbelaar |
2005-05-27 | bah, more kaesefondue (debugging cruft left in) | Henning Brauer |
2005-05-27 | don't need to fetch the kernel routing twice, once for v4 and once for v6, | Henning Brauer |
2005-05-27 | show flow type (require, use, etc.) | Hans-Joerg Hoexer |
2005-05-27 | long overdue snprintf cleanup in kernfs related code | Hans-Joerg Hoexer |
2005-05-27 | Stop pretending that amd64 is i386. We're insulting the cpu by not even | Artur Grabowski |
2005-05-27 | wrap some comments | Hans-Joerg Hoexer |
2005-05-27 | Additional paranoia. OK hshoexer | Chad Loder |
2005-05-27 | -in our current model, a kif has either a pointer to an interface (ifnet) or | Henning Brauer |
2005-05-27 | Use SADB_SATYPE_* instead of IPPROTO_* | Hans-Joerg Hoexer |
2005-05-27 | The forgotten part of the merge of pxacom back into com. | Uwe Stuehler |
2005-05-27 | csh preferes a newline at the end. | Marco Pfatschbacher |
2005-05-27 | s/log-all/log (all)/ | Daniel Hartmeier |
2005-05-27 | make sure to enable socket on resume. | Robert Nagy |
2005-05-27 | remove dup include of "log.h" | Xavier Santolaria |
2005-05-27 | add back ACCEPT_GLAGS and active flag check, pointed out by cedric | Henning Brauer |
2005-05-27 | get rid of 'log-all'. now that we have 'log (options)', make 'all' an | Daniel Hartmeier |
2005-05-27 | - Merge changes from pxacom back into the common com driver. | Uwe Stuehler |
2005-05-27 | get rid of shift/reduce conflicts, don't support empty logopts | Daniel Hartmeier |
2005-05-27 | use a fixed address for the base dva, also don't forget to setup the | Jason Wright |
2005-05-27 | comment out unused PACKET_TAG_IPSEC_IN_CRYPTO_DONE code; ok hshoexer | Markus Friedl |
2005-05-27 | Implement SPD (IPsec flow) snapshots. | Hakan Olsson |
2005-05-27 | will throw claudio in a big pot of kaesefondue for repeated whitespace fuckups | Henning Brauer |
2005-05-27 | Convert IPSP_IPSEC_x to SADB_X_FLOW_TYPE_x. hshoexer@ ok. | Hakan Olsson |
2005-05-27 | Must convert back from IPPROTO_x to SADB_SATYPE_x. hshoexer@ ok | Hakan Olsson |
2005-05-27 | nat pass log tests here as well. | Marco Pfatschbacher |
2005-05-27 | more ncr(4) pruning | Martin Reindl |
2005-05-27 | kroute6 support, at least partially. Get it in so that Henning can clean it | Claudio Jeker |
2005-05-27 | mktemp(3) et al. go in stdlib.h, not unistd.h. While there be more | Todd C. Miller |
2005-05-27 | cvs_noexec check; ok jfbeers | Xavier Santolaria |
2005-05-27 | prepare the removal of sys_undelete(), make it a stub, okay millert@ | Pedro Martelletto |
2005-05-27 | log two pairs of uid/pid through pflog: the uid/pid of the process that | Daniel Hartmeier |
2005-05-27 | Add rtm_fmask define to make the (ab)use of rtm_use more obvious. | Ryan Thomas McBride |