summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-22Fix a typo.Brad Smith
2008-10-21more style nits.Brad Smith
2008-10-21style nits.Brad Smith
2008-10-21ouch, this one requires local for nowMarc Espie
(as found out by Chris Cappuccio)
2008-10-21Code cleanup. No functional change.Michele Marchetto
OK norby@
2008-10-21Make sure to read the last byte of EEPROM descriptor. PreviouslyBrad 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-21Don't bounce transmitted packets up to the BPF listeners twice.Brad Smith
ok jsg@
2008-10-21add rcs idMartynas Venckus
2008-10-21build w/ USE_LOCALE. ok millert@Martynas Venckus
2008-10-21use decimal point from locale. ok millert@Martynas Venckus
2008-10-21do not listen on tentative (during DAD), duplicated (after DAD) orMarkus Friedl
detached addresses. bind(2) will not allow this. ok hshoexer, fries
2008-10-21Oops, freed to much memory.aschrijver
2008-10-21add bpf/tcpdump support to pflow(4)Joerg Goltermann
ok canacar@ henning@
2008-10-21various doc fixes related to how mv handles symlinksJason 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-21Wow we had this structure forever wrong. Didn't break because it wasMarco Peereboom
bigger than intended.
2008-10-21remove unused variable 'v', unbreaks the treeFelix Kronlage
asked by jsg@
2008-10-21Stray spaceMarco Peereboom
2008-10-21Re-add support for RX VLAN tag stripping.Brad Smith
2008-10-21Re-add support TX VLAN tag insertion and RX VLAN tag stripping.Brad Smith
2008-10-20The optimization done in 1.19 (and repaired in 1.20) results inTheo 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-20oops, testing printf shouldn't have been commited.Brad Smith
2008-10-20Enable support for RX checksum offload, RX VLAN tag stripping and TXBrad Smith
VLAN tag insertion. ok jsg@
2008-10-20Remove ioctl handlers for MTU changing and multicast, they're alreadyBrad Smith
handled by ether_ioctl() and simplify the interface flags handler. ok jsg@
2008-10-20Do not stop connecting after the first connect fails.aschrijver
OK mikeb@
2008-10-20Add 2 missing directives and remove duplicate configuration entry.aschrijver
Thanks to: uw at o3si dot de
2008-10-20Be pedantically correct in freeing allocated mbufs, even upon clearingBret Lambert
the server cache on shutdown. ok thib@
2008-10-20Say goodbye to local $_Marc Espie
lexical scoping is so much neater (courtesy of perl 5.10)
2008-10-20add an example of how to scan for wireless networks, since it is notJason 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-20oops, assign errno the right way. caught by david running regress testsOtto Moerbeek
2008-10-20typo, regisrers -> registersBrad Smith
2008-10-20- Remove tmp variable sumflags in ti_rxeof() and just stick the csumBrad 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-20Enable the Gig master mode status display.Brad Smith
2008-10-19Re-add support for RX VLAN tag stripping.Brad Smith
2008-10-19Re-add support for RX VLAN tag stripping.Brad Smith
2008-10-19Shuffle MULTIPROCESSOR ifdef's around to allow code that deals withBrad 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-19Re-add support TX VLAN tag insertion and RX VLAN tag stripping.Brad Smith
Tested by naddy@
2008-10-19The optional table counters added a field to the verboseMarco Pfatschbacher
table output. Adopt.
2008-10-19vmstat(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-19chuck berry was born in st. louis, not san jose, apparently;Jason McIntyre
from comet--berkeley, freebsd pr 128215;
2008-10-19document fts_open error handling; from Tim van der MolenJason McIntyre
ok millert
2008-10-19Do the DNS resolution before the chroot and disable LDAP referrals for now.aschrijver
2008-10-19Document that strptime doesn't set the dst flag.Todd C. Miller
Based on a diff from Mark Bucc. OK jmc@
2008-10-19Re-add support for RX VLAN tag stripping.Brad Smith
Tested by naddy@
2008-10-19over-rule -> overrule; from Thomas PfaffJason McIntyre
2008-10-19some minor cleanup, including a fix from Thomas Pfaff (mentionJason McIntyre
mixerctl.conf in mixerctl(1));
2008-10-19Finally S/PDIF support and make the chipset listing look a little nicer.Brad Smith
2008-10-19Add a BUGS section to mention the status of S/PDIF support.Brad Smith
2008-10-19Mention the specific southbridges that are supported.Brad Smith
2008-10-19Mention that the auich(4) driver is an AC'97 audio device and that theBrad Smith
other chipsets supported by auich(4) are ICH compatible. ok jakob@