Age | Commit message (Expand) | Author |
2011-07-04 | Make sure that passive interfaces (like carp) are added to the | Claudio Jeker |
2011-07-04 | redo the timeout and input handling. unify them and fix some bugs. | Ted Unangst |
2011-07-04 | bye bye require-order. | Henning Brauer |
2011-07-04 | make it look like other softraid code | Ted Unangst |
2011-07-04 | whack the collider stuff for now | Ted Unangst |
2011-07-04 | there's no way we can use just a single workq task here. one task for all pa... | Ted Unangst |
2011-07-04 | Don't make copy multicast packets for carp interfaces | Marco Pfatschbacher |
2011-07-04 | sync | Theo de Raadt |
2011-07-04 | include sys/timeout.h with it's define/undef _KERNEL dance before | Alexander Hall |
2011-07-04 | rip out more effectively dead code, ryan ok | Henning Brauer |
2011-07-04 | Let custom nlist.c check ELF, but use the i386 values EM_I386 and | Kenneth R Westerback |
2011-07-04 | Allow advbase to be set to zero, which makes it possible to run | Marco Pfatschbacher |
2011-07-04 | Implement an idle timeout for the socket splicing. A new `sp_idle' | Mike Belopuhov |
2011-07-04 | Implement an idle timeout for the socket splicing. A new `sp_idle' | Mike Belopuhov |
2011-07-04 | Change the list-keys format so that it shows the keys using actual tmux | Nicholas Marriott |
2011-07-04 | Replace inadvertantly removed line. | Owain Ainsworth |
2011-07-03 | g/c RIO traces (aka clean up after tedu :)) | Henning Brauer |
2011-07-03 | g/c code to read/write the dscp field. with pf as classifier altq has no | Henning Brauer |
2011-07-03 | g/c ALTQT_ defines for disciplines we don't have | Henning Brauer |
2011-07-03 | *_CLEARDSCP could never possibly have been set, no point in being able to | Henning Brauer |
2011-07-03 | bring in least-states load balancing algorithm | Joerg Zinke |
2011-07-03 | In pf_setup_pdesc() the code for analysing TCP and UDP headers was | Alexander Bluhm |
2011-07-03 | IFQ_CLASSIFY is also just schrapnel | Henning Brauer |
2011-07-03 | no traces of ALTQ_DECL to be found anywhere, thus kill the #defines | Henning Brauer |
2011-07-03 | remove mention of altq_rio | Ted Unangst |
2011-07-03 | cdnr and rio disciplines are not being used or supported, clear a path | Ted Unangst |
2011-07-03 | Add Romanian UTF-8 support. | Paul Irofti |
2011-07-03 | Tweak the dmesg output a bit. From brad@ | YASUOKA Masahiko |
2011-07-03 | Enable nvt(4). | Mark Kettenis |
2011-07-03 | Bring in millert@ thinko fix for '_' handling from r1.47 of | Kenneth R Westerback |
2011-07-03 | man page for nvt(4) | Mark Kettenis |
2011-07-03 | avoid void * pointer arithmetic. | David Hill |
2011-07-03 | Enter nvt(4), a driver for the W83795G and W83795ADG hardware monitor. | Mark Kettenis |
2011-07-03 | change void * to a caddr_t | David Hill |
2011-07-03 | a_sym is an integer not a pointer so check == 0, not == NULL. Some | Kenneth R Westerback |
2011-07-03 | Add blank line to keep consistent spacing. From brad@ | YASUOKA Masahiko |
2011-07-03 | Rewrite the multicast handling for OpenBSD. From brad@ | YASUOKA Masahiko |
2011-07-03 | - add missing #include "bpfilter.h" on if_cnmac. | YASUOKA Masahiko |
2011-07-03 | Fix boot dump on bigmem machines. | Owain Ainsworth |
2011-07-03 | in the ironlake interrupt handler, do not do unneccesary register | Theo de Raadt |
2011-07-03 | iked requires the same dh diff as isakmpd: | Mike Belopuhov |
2011-07-03 | ANSI-fy, de-register as was done in lib/gen/nlist.c years ago. Reduces delta to | Kenneth R Westerback |
2011-07-03 | Add more useful $OpenBSD$ tag. | Kenneth R Westerback |
2011-07-03 | Add missing $OpenBSD $ tag. | Kenneth R Westerback |
2011-07-03 | "it's" -> "its" in a couple of comments. | Kenneth R Westerback |
2011-07-03 | ucom(4) did not understand the last-close semantics. repair that, and | Theo de Raadt |
2011-07-03 | Change name of pointer to partition from pl to pp, as is used everywhere else... | Kenneth R Westerback |
2011-07-03 | Add an option to trigger the terminal bell when there is an alert, from | Nicholas Marriott |
2011-07-03 | reduce kernel compile time dramatically | Henning Brauer |
2011-07-03 | As pointed out by Richard Guenther our definition | Jonathan Gray |