summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-07-03Add Romanian UTF-8 support.Paul Irofti
2011-07-03Tweak the dmesg output a bit. From brad@YASUOKA Masahiko
2011-07-03Enable nvt(4).Mark Kettenis
2011-07-03Bring in millert@ thinko fix for '_' handling from r1.47 ofKenneth R Westerback
2011-07-03man page for nvt(4)Mark Kettenis
2011-07-03avoid void * pointer arithmetic.David Hill
2011-07-03Enter nvt(4), a driver for the W83795G and W83795ADG hardware monitor.Mark Kettenis
2011-07-03change void * to a caddr_tDavid Hill
2011-07-03a_sym is an integer not a pointer so check == 0, not == NULL. SomeKenneth R Westerback
2011-07-03Add blank line to keep consistent spacing. From brad@YASUOKA Masahiko
2011-07-03Rewrite the multicast handling for OpenBSD. From brad@YASUOKA Masahiko
2011-07-03- add missing #include "bpfilter.h" on if_cnmac.YASUOKA Masahiko
2011-07-03Fix boot dump on bigmem machines.Owain Ainsworth
2011-07-03in the ironlake interrupt handler, do not do unneccesary registerTheo de Raadt
2011-07-03iked requires the same dh diff as isakmpd:Mike Belopuhov
2011-07-03ANSI-fy, de-register as was done in lib/gen/nlist.c years ago. Reduces delta toKenneth R Westerback
2011-07-03Add more useful $OpenBSD$ tag.Kenneth R Westerback
2011-07-03Add missing $OpenBSD $ tag.Kenneth R Westerback
2011-07-03"it's" -> "its" in a couple of comments.Kenneth R Westerback
2011-07-03ucom(4) did not understand the last-close semantics. repair that, andTheo de Raadt
2011-07-03Change name of pointer to partition from pl to pp, as is used everywhere else...Kenneth R Westerback
2011-07-03Add an option to trigger the terminal bell when there is an alert, fromNicholas Marriott
2011-07-03reduce kernel compile time dramaticallyHenning Brauer
2011-07-03As pointed out by Richard Guenther our definitionJonathan Gray