Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-22 | Fix a typo. | Brad Smith | |
2008-10-21 | more style nits. | Brad Smith | |
2008-10-21 | style nits. | Brad Smith | |
2008-10-21 | ouch, this one requires local for now | Marc Espie | |
(as found out by Chris Cappuccio) | |||
2008-10-21 | Code cleanup. No functional change. | Michele Marchetto | |
OK norby@ | |||
2008-10-21 | Make sure to read the last byte of EEPROM descriptor. Previously | Brad Smith | |
the last byte of the Ethernet address was not read which in turn resulted in getting 5 out of the 6 bytes of Ethernet address and always returning ENOENT. From FreeBSD ok jsg@ | |||
2008-10-21 | Don't bounce transmitted packets up to the BPF listeners twice. | Brad Smith | |
ok jsg@ | |||
2008-10-21 | add rcs id | Martynas Venckus | |
2008-10-21 | build w/ USE_LOCALE. ok millert@ | Martynas Venckus | |
2008-10-21 | use decimal point from locale. ok millert@ | Martynas Venckus | |
2008-10-21 | do not listen on tentative (during DAD), duplicated (after DAD) or | Markus Friedl | |
detached addresses. bind(2) will not allow this. ok hshoexer, fries | |||
2008-10-21 | Oops, freed to much memory. | aschrijver | |
2008-10-21 | add bpf/tcpdump support to pflow(4) | Joerg Goltermann | |
ok canacar@ henning@ | |||
2008-10-21 | various doc fixes related to how mv handles symlinks | Jason McIntyre | |
and file system traversal; this is work from Ingo Schwarze, tweaked a little by myself, and we borrowed half a sentence from the netbsd man page too; ok sobrado | |||
2008-10-21 | Wow we had this structure forever wrong. Didn't break because it was | Marco Peereboom | |
bigger than intended. | |||
2008-10-21 | remove unused variable 'v', unbreaks the tree | Felix Kronlage | |
asked by jsg@ | |||
2008-10-21 | Stray space | Marco Peereboom | |
2008-10-21 | Re-add support for RX VLAN tag stripping. | Brad Smith | |
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 | |
cache entries which are freed (and potentially reused), but which are currently in use by another kernel thread which was sleeping in vput() or vget(). This causes the crash in PR 5960, but potentially a bunch of other side effects. figured out with pedro. ok kettenis | |||
2008-10-20 | - Remove sys/cdefs.h header. | Brad Smith | |
- Make use of pci_matchbyid(). - Replace magic number with PCI_MAPREG_START for the PCI BAR. - Remove redundant code to enable PCI bus mastering which is already dealt with by pci_mapreg_map(). ok mikeb@ | |||
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 | |
VLAN tag insertion. ok jsg@ | |||
2008-10-20 | Remove ioctl handlers for MTU changing and multicast, they're already | Brad Smith | |
handled by ether_ioctl() and simplify the interface flags handler. ok jsg@ | |||
2008-10-20 | Do not stop connecting after the first connect fails. | aschrijver | |
OK mikeb@ | |||
2008-10-20 | Add 2 missing directives and remove duplicate configuration entry. | aschrijver | |
Thanks to: uw at o3si dot de | |||
2008-10-20 | Be pedantically correct in freeing allocated mbufs, even upon clearing | Bret Lambert | |
the server cache on shutdown. ok thib@ | |||
2008-10-20 | Say goodbye to local $_ | Marc Espie | |
lexical scoping is so much neater (courtesy of perl 5.10) | |||
2008-10-20 | add an example of how to scan for wireless networks, since it is not | Jason McIntyre | |
immediately obvious from reading the main text or the wireless pages; i killed the "ifconfig gif1 destroy" example to do this, since i want to keep EXAMPLES relatively short, and we already provide an example of how to create an interface; | |||
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 | |
Ok flag into the header field, like every other driver. - Move the sanity checks in the packet encapsulation routines up above the for loop since the number of DMA segments is already known and there is no need to count the iterations through the loop. - If the encapsulation routine fails after calling bus_dmamap_load_mbuf() then make sure to unload the DMA map. | |||
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 | |
the CPU roles to compile on !MULTIPROCESSOR kernels and make the top part of cpu_attach() which deals with processor setup depending on the CPU role look much closer to the equivalent code for amd64. ok kettenis@ | |||
2008-10-19 | Re-add support TX VLAN tag insertion and RX VLAN tag stripping. | Brad Smith | |
Tested by naddy@ | |||
2008-10-19 | The optional table counters added a field to the verbose | Marco Pfatschbacher | |
table output. Adopt. | |||
2008-10-19 | vmstat(8) now reports "InUse" instead of "Releases". | Marco Pfatschbacher | |
Adopt for ktable/kentry usage/leakage tests. Also run vmstat verbose, to avoid matching failures if the pools haven't been used yet. | |||
2008-10-19 | chuck berry was born in st. louis, not san jose, apparently; | Jason McIntyre | |
from comet--berkeley, freebsd pr 128215; | |||
2008-10-19 | document fts_open error handling; from Tim van der Molen | Jason McIntyre | |
ok millert | |||
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 | |
Based on a diff from Mark Bucc. OK jmc@ | |||
2008-10-19 | Re-add support for RX VLAN tag stripping. | Brad Smith | |
Tested by naddy@ | |||
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 | |
mixerctl.conf in mixerctl(1)); | |||
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 | |
other chipsets supported by auich(4) are ICH compatible. ok jakob@ |