Age | Commit message (Expand) | Author |
2008-10-21 | Re-add support TX VLAN tag insertion and RX VLAN tag stripping. | Brad Smith |
2008-10-20 | The optimization done in 1.19 (and repaired in 1.20) results in | Theo de Raadt |
2008-10-20 | - Remove sys/cdefs.h header. | Brad Smith |
2008-10-20 | oops, testing printf shouldn't have been commited. | Brad Smith |
2008-10-20 | Enable support for RX checksum offload, RX VLAN tag stripping and TX | Brad Smith |
2008-10-20 | Remove ioctl handlers for MTU changing and multicast, they're already | Brad Smith |
2008-10-20 | Do not stop connecting after the first connect fails. | aschrijver |
2008-10-20 | Add 2 missing directives and remove duplicate configuration entry. | aschrijver |
2008-10-20 | Be pedantically correct in freeing allocated mbufs, even upon clearing | Bret Lambert |
2008-10-20 | Say goodbye to local $_ | Marc Espie |
2008-10-20 | add an example of how to scan for wireless networks, since it is not | Jason McIntyre |
2008-10-20 | oops, assign errno the right way. caught by david running regress tests | Otto Moerbeek |
2008-10-20 | typo, regisrers -> registers | Brad Smith |
2008-10-20 | - Remove tmp variable sumflags in ti_rxeof() and just stick the csum | Brad Smith |
2008-10-20 | Enable the Gig master mode status display. | Brad Smith |
2008-10-19 | Re-add support for RX VLAN tag stripping. | Brad Smith |
2008-10-19 | Re-add support for RX VLAN tag stripping. | Brad Smith |
2008-10-19 | Shuffle MULTIPROCESSOR ifdef's around to allow code that deals with | Brad Smith |
2008-10-19 | Re-add support TX VLAN tag insertion and RX VLAN tag stripping. | Brad Smith |
2008-10-19 | The optional table counters added a field to the verbose | Marco Pfatschbacher |
2008-10-19 | vmstat(8) now reports "InUse" instead of "Releases". | Marco Pfatschbacher |
2008-10-19 | chuck berry was born in st. louis, not san jose, apparently; | Jason McIntyre |
2008-10-19 | document fts_open error handling; from Tim van der Molen | Jason McIntyre |
2008-10-19 | Do the DNS resolution before the chroot and disable LDAP referrals for now. | aschrijver |
2008-10-19 | Document that strptime doesn't set the dst flag. | Todd C. Miller |
2008-10-19 | Re-add support for RX VLAN tag stripping. | Brad Smith |
2008-10-19 | over-rule -> overrule; from Thomas Pfaff | Jason McIntyre |
2008-10-19 | some minor cleanup, including a fix from Thomas Pfaff (mention | Jason McIntyre |
2008-10-19 | Finally S/PDIF support and make the chipset listing look a little nicer. | Brad Smith |
2008-10-19 | Add a BUGS section to mention the status of S/PDIF support. | Brad Smith |
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 |