Age | Commit message (Expand) | Author |
2008-10-19 | Mention the specific southbridges that are supported. | Brad Smith |
2008-10-19 | Mention that the auich(4) driver is an AC'97 audio device and that the | Brad Smith |
2008-10-18 | Add ICH10. | Brad Smith |
2008-10-18 | Prevent the user to assign reserved labels to mpe(4) interfaces. | Michele Marchetto |
2008-10-18 | Revert the change to use pools for <= PAGE_SIZE allocations. It | Mark Kettenis |
2008-10-17 | reorder mbuf flags so they are in numerical order again. brad@ concurs | Claudio Jeker |
2008-10-17 | init bufdata to NULL for when compiled without KVM support | Theo de Raadt |
2008-10-17 | correct and clarify VisualHostKey; ok jmc@ | Kevin Steves |
2008-10-17 | Remove clauses 3 and 4 from NetBSD license. | Okan Demirmen |
2008-10-17 | findeol() fix from pfctl | Henning Brauer |
2008-10-17 | bring in findeol() fix from pfctl | Henning Brauer |
2008-10-17 | Handle pool allocation failures slightly better. ok kettenis@ | Dale Rahn |
2008-10-17 | bring in the findeol() fix from pfctl. list of affected parsers by sthen | Henning Brauer |
2008-10-17 | in findeol(), do not skip the pushback buffer. fixes PR 5952 by sthen@ and | Henning Brauer |
2008-10-17 | Permit tail -f to follow multiple files, useful when you want to monitor | Landry Breuil |
2008-10-17 | Fix permissions on the DRM_I915_HWS_ADDR ioctl, should be master only. | Owain Ainsworth |
2008-10-17 | adjust asm to be pic compatible. okay kettenis@ | Kurt Miller |
2008-10-16 | - resume http transfers [-C], if local file does not exist | Martynas Venckus |
2008-10-16 | two globals not needed in NOZ mode | Theo de Raadt |
2008-10-16 | use O_CREAT in -C mode too, for in case it is not there the first time | Theo de Raadt |
2008-10-16 | Fix ovious uninitialized variable. | Tobias Weingartner |
2008-10-16 | Switch the existing TX VLAN hardware support over to having the | Christian Weisgerber |
2008-10-16 | Add S/PDIF support. From NetBSD. | Jacob Meuser |
2008-10-16 | Convert RX tag stripping to storing the tag in the mbuf header and | Christian Weisgerber |
2008-10-16 | * Allow ether_input() and vlan_input() to handle incoming packets | Christian Weisgerber |
2008-10-16 | make -a the default when no other options besides the required | Jacob Meuser |
2008-10-16 | Kill M_HASFCS, it is not used in OpenBSD. If a ethernet chip returns the | Claudio Jeker |
2008-10-16 | Move memory allocation closer to where it is needed. Also make | Todd C. Miller |
2008-10-16 | sub-system -> subsystem, for consistency withour other pages; | Jason McIntyre |
2008-10-16 | sync with previous, which made -a optional: update synopsis/usage() | Jason McIntyre |
2008-10-16 | Drop promiscuously received packets if the vlan interface is not in | Christian Weisgerber |
2008-10-16 | Add support for IEEE "slow protocols" LACP, MARKER as per 802.3ad. | Marco Pfatschbacher |
2008-10-16 | Make the session id unique per receiving interface so that pppoe | Can Erkin Acar |
2008-10-16 | Don't hide the fact that NFS uses vop_generic_* functions behind | Bret Lambert |
2008-10-16 | Add ICH10. | Brad Smith |
2008-10-16 | make -a the default, for consistency with other *ctl programs ... | Jacob Meuser |
2008-10-16 | Some pins are not connected and dead-end. This diff removes such pins | Jacob Meuser |
2008-10-16 | regen | Brad Smith |
2008-10-16 | Correct the existing Intel E4500 entries so they're properly named E5400 | Brad Smith |
2008-10-16 | Clarify and modernize some language about disk layout and the interactive | Kenneth R Westerback |
2008-10-15 | make random(9) return per-cpu values (by saving the seed in the cpuinfo), | Theo de Raadt |
2008-10-15 | Fix list_for_each_safe compat marco. It currently skips the last entry. | Owain Ainsworth |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-10-15 | inteldrm and radeondrm are pretty stable by this point, so enable them on amd64 | Owain Ainsworth |
2008-10-15 | - no need to separate list items with .Pp | Jason McIntyre |
2008-10-15 | sync | Theo de Raadt |
2008-10-15 | kernel/5592: yield() between copying out large chunks of random data to | Damien Miller |
2008-10-14 | Sh capitalization | Theo de Raadt |
2008-10-14 | Add the list directive and an example configuration to the manpage. | aschrijver |
2008-10-14 | enable ypldap. serious development needs it to be enabled. | Theo de Raadt |