Age | Commit message (Expand) | Author |
2011-07-04 | Fix debugging prints in softraid(4) so that it can compile with | Matthew Dempsky |
2011-07-04 | remove compat_svr4 support. ok deraadt | Ted Unangst |
2011-07-04 | Use the SDEV_2NDBUS flag like isp(4) instead of the current | Matthew Dempsky |
2011-07-04 | Intel AHCIs don't support port multipliers so far, yet some (mostly ICH9 and ... | Jonathan Matthew |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-07-04 | Disable NNPFS; | Thordur I. Bjornsson |
2011-07-04 | No need to check proto == IPPROTO_ETHERIP | David Hill |
2011-07-04 | use mtod. | David Hill |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-07-04 | make sure RTM_IFINFO is sent when lo(4) handles SIOCSIFADDR; without this | Stuart Henderson |
2011-07-04 | Rename the pf_pdesc field rh_cnt to badopts as it is also used for | Alexander Bluhm |
2011-07-04 | Fix to be able to bind a raw socket to 0.0.0.0. It had been broken after | YASUOKA Masahiko |
2011-07-04 | Finish ansification. | Mark Kettenis |
2011-07-04 | Fix another kqfilter return value. | Nicholas Marriott |
2011-07-04 | Give each pmap its own space ID. The current algorithm is silly, as we'll wrap | Mark Kettenis |
2011-07-04 | Nuke the useless D_KQFILTER flag and just check that d_kqfilter is | Nicholas Marriott |
2011-07-04 | IPv4 packets with IP options get dropped and no state is created. | Alexander Bluhm |
2011-07-04 | Nuke a dangling bit left over from the now gone PRU_PEEREID | Philip Guenthe |
2011-07-04 | Force the sigreturn syscall to return to userspace via iretq by setting | Philip Guenthe |
2011-07-04 | Remove orphaned splbios that have no matching splx, | Jonathan Gray |
2011-07-04 | Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6. | Claudio Jeker |
2011-07-04 | Fix typo; ok ariane@ | Philip Guenthe |
2011-07-04 | Convert to ANSI. | Matthew Dempsky |
2011-07-04 | assemble is a more appropriate place for the setup code than allocate. | Ted Unangst |
2011-07-04 | remove unneeded cast. | David Hill |
2011-07-04 | bread does nothing with its ucred argument. remove it. ok matthew | Ted Unangst |
2011-07-04 | LINK_STATE cleanup. It is no longer needed to special case carp(4). | Claudio Jeker |
2011-07-04 | bread() takes daddr64_t block address, not int32_t, so use correct cast. brea... | Kenneth R Westerback |
2011-07-04 | redo the timeout and input handling. unify them and fix some bugs. | Ted Unangst |
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 | 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 | 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 | 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 | cdnr and rio disciplines are not being used or supported, clear a path | Ted Unangst |
2011-07-03 | Tweak the dmesg output a bit. From brad@ | YASUOKA Masahiko |
2011-07-03 | Enable nvt(4). | Mark Kettenis |