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