summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-04Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6.Claudio Jeker
2011-07-04Big restructuring of the main switch making it much more readable.Otto Moerbeek
2011-07-04Fix typo; ok ariane@Philip Guenthe
2011-07-04jmc found a few more mentions of RIO hereTed Unangst
2011-07-04enter ia64 for objTheo de Raadt
2011-07-04tweak previous;Jason McIntyre
2011-07-04tweak previous;Jason McIntyre
2011-07-04Add ia64 target.Paul Irofti
2011-07-04Let ia64 gcc compile.Paul Irofti
2011-07-04Add new socket splicing tests for the idle timeout feature. NoteAlexander Bluhm
2011-07-04Add csu ia64 support.Paul Irofti
2011-07-04Convert to ANSI.Matthew Dempsky
2011-07-04Add ld.so ia64 support.Paul Irofti
2011-07-04fix a double space;Jason McIntyre
2011-07-04Add ia64 libc support.Paul Irofti
2011-07-04add nvt(4);Jason McIntyre
2011-07-04use stronum, removing an atoi from the tree. ok deraadt matthewTed Unangst
2011-07-04assemble is a more appropriate place for the setup code than allocate.Ted Unangst
2011-07-04remove unneeded cast.David Hill
2011-07-04Add wcsdup(), from NetBSD.Nicholas Marriott
2011-07-04LINK_STATE_IS_UP() cleanup userland part. There is no need to specialClaudio Jeker
2011-07-04bread does nothing with its ucred argument. remove it. ok matthewTed Unangst
2011-07-04LINK_STATE cleanup. It is no longer needed to special case carp(4).Claudio Jeker
2011-07-04bread() takes daddr64_t block address, not int32_t, so use correct cast. brea...Kenneth R Westerback
2011-07-04Make sure that passive interfaces (like carp) are added to theClaudio Jeker
2011-07-04redo the timeout and input handling. unify them and fix some bugs.Ted Unangst
2011-07-04bye bye require-order.Henning Brauer
2011-07-04make it look like other softraid codeTed Unangst
2011-07-04whack the collider stuff for nowTed Unangst
2011-07-04there's no way we can use just a single workq task here. one task for all pa...Ted Unangst
2011-07-04Don't make copy multicast packets for carp interfacesMarco Pfatschbacher
2011-07-04syncTheo de Raadt
2011-07-04include sys/timeout.h with it's define/undef _KERNEL dance beforeAlexander Hall
2011-07-04rip out more effectively dead code, ryan okHenning Brauer
2011-07-04Let custom nlist.c check ELF, but use the i386 values EM_I386 andKenneth R Westerback
2011-07-04Allow advbase to be set to zero, which makes it possible to runMarco Pfatschbacher
2011-07-04Implement an idle timeout for the socket splicing. A new `sp_idle'Mike Belopuhov
2011-07-04Implement an idle timeout for the socket splicing. A new `sp_idle'Mike Belopuhov
2011-07-04Change the list-keys format so that it shows the keys using actual tmuxNicholas Marriott
2011-07-04Replace inadvertantly removed line.Owain Ainsworth
2011-07-03g/c RIO traces (aka clean up after tedu :))Henning Brauer
2011-07-03g/c code to read/write the dscp field. with pf as classifier altq has noHenning Brauer
2011-07-03g/c ALTQT_ defines for disciplines we don't haveHenning Brauer
2011-07-03*_CLEARDSCP could never possibly have been set, no point in being able toHenning Brauer
2011-07-03bring in least-states load balancing algorithmJoerg Zinke
2011-07-03In pf_setup_pdesc() the code for analysing TCP and UDP headers wasAlexander Bluhm
2011-07-03IFQ_CLASSIFY is also just schrapnelHenning Brauer
2011-07-03no traces of ALTQ_DECL to be found anywhere, thus kill the #definesHenning Brauer
2011-07-03remove mention of altq_rioTed Unangst
2011-07-03cdnr and rio disciplines are not being used or supported, clear a pathTed Unangst