summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-10- eliminate re-initialization's when adding IP addresses.Brad Smith
2006-08-10match the Coastal ChipWorks TNC-X (yet another uftdi)Jason Wright
2006-08-10yet another uftdi: Coastal ChipWorks TNC-XJason Wright
2006-08-10sync usage();Jason McIntyre
2006-08-10- ANSI functionsBrad Smith
2006-08-10- better .NdJason McIntyre
2006-08-10text improvements;Jason McIntyre
2006-08-10kill some .Tn;Jason McIntyre
2006-08-10kill a truckload of useless macros;Jason McIntyre
2006-08-10- move the promiscuous mode handling code to xl_setpromisc() and simplifyBrad Smith
2006-08-10sync usage();Jason McIntyre
2006-08-10comment out -R:Jason McIntyre
2006-08-10oops, put -m in the right place;Jason McIntyre
2006-08-10document -m;Jason McIntyre
2006-08-10sort options;Jason McIntyre
2006-08-10move the promiscuous mode handling code to sis_setpromisc() and simplifyBrad Smith
2006-08-10- xge_mcast_filter() -> xge_setmulti().Brad Smith
2006-08-10Fix a panic when more than the default number of sempahores areTodd C. Miller
2006-08-10missing full stop; from matt jibsonJason McIntyre
2006-08-10Fix a couple of typos: devices are declared with "device", not "define".Tom Cosgrove
2006-08-10- Use BUS_DMA_NOWAIT flag with bus_dmamap_create() in xge_attach() for theBrad Smith
2006-08-10bad comma;Jason McIntyre
2006-08-10fix a use-after-free (read) of a mbuf in wpi_tx_intr().Damien Bergamini
2006-08-10failing qt4 test case.Marc Espie
2006-08-10tell if chipset supports MIMO in dmesg output.Damien Bergamini
2006-08-10s/Airlink/Airlink101/Damien Bergamini
2006-08-10There are also dual-band RT2501 adapters.Damien Bergamini
2006-08-10mention that rum(4) should also work with RT2671 (MIMO XR) chipsets.Damien Bergamini
2006-08-10- use .ExJason McIntyre
2006-08-10better explanation of second synopsis form; add a caveat alsoJason McIntyre
2006-08-10use .Sq for single letters;Jason McIntyre
2006-08-10unmap memory address space in bnx_release_resources().Brad Smith
2006-08-10cosmetic tweaking.Brad Smith
2006-08-10remove typedef's.Brad Smith
2006-08-10mention the 82562V chipset.Brad Smith
2006-08-10Hookup hw.vendor and hw.product sysctls on sparc64.Gordon Willem Klok
2006-08-10just use BYTE_ORDER directly instead of setting the drivers endian flags.Brad Smith
2006-08-10fix an obvious typo. found by Quentin Garnier.David Gwynne
2006-08-09Add -a option as per single unix. Rewrote the code to generateTodd C. Miller
2006-08-09Fix a reliability issue in dhcpd where a DHCPDISCOVER packet with a 32-byteChad Loder
2006-08-09Document error return when namelen is 0. OK jmc@Todd C. Miller
2006-08-09Use the blitter again for the cursor on non-mono frame buffers.Miod Vallat
2006-08-09cosmetic tweaks.Brad Smith
2006-08-09handle SIGQUIT instead of SIGSTOP, from Stefan KrahDaniel Hartmeier
2006-08-09add sys/timeout.hBrad Smith
2006-08-09Change #if __LP64__ to #ifdef __LP64__ as requested by bradMarco Peereboom
2006-08-09Reorder dmamap & dmamem to match man page.Marco Peereboom
2006-08-09sets change for libc bumpBob Beck
2006-08-09- indicate that -b, -l, and -p are mutually exclusiveJason McIntyre
2006-08-09Propagate error on getnewbuf(), effectively allowing callers to bePedro Martelletto