Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-10 | No need for needs-flag for hil and hilms. | Miod Vallat | |
2006-08-10 | Check for int oflow w/ -b option and unit suffixes, make usage() __dead, | Todd C. Miller | |
use ssize_t not long for read/write length. OK beck@ | |||
2006-08-10 | sync usage(); | Jason McIntyre | |
2006-08-10 | various fixes; | Jason McIntyre | |
2006-08-10 | add 2 new IBM adapters and a new Neterion adapter. | Brad Smith | |
2006-08-10 | fixes up; | Jason McIntyre | |
2006-08-10 | add Coastal/TNC-X | Jason Wright | |
2006-08-10 | - eliminate re-initialization's when adding IP addresses. | Brad Smith | |
- simplify ioctl handler. | |||
2006-08-10 | match the Coastal ChipWorks TNC-X (yet another uftdi) | Jason Wright | |
2006-08-10 | yet another uftdi: Coastal ChipWorks TNC-X | Jason Wright | |
2006-08-10 | sync usage(); | Jason McIntyre | |
2006-08-10 | - ANSI functions | Brad Smith | |
- de-register - remove return at the end of void functions - some cosmetic tweaking | |||
2006-08-10 | - better .Nd | Jason McIntyre | |
- remove some unneccessary .Bk/.Ek - provide a DESCRIPTION (albeit brief) - text improvements - use .Ex - update SEE ALSO | |||
2006-08-10 | text improvements; | Jason McIntyre | |
2006-08-10 | kill some .Tn; | Jason McIntyre | |
2006-08-10 | kill a truckload of useless macros; | Jason McIntyre | |
2006-08-10 | - move the promiscuous mode handling code to xl_setpromisc() and simplify | Brad Smith | |
the ioctl handler. - eliminate re-initialization's when adding IP addresses. | |||
2006-08-10 | sync usage(); | Jason McIntyre | |
2006-08-10 | comment out -R: | Jason McIntyre | |
ping6: -R is not supported in this configuration | |||
2006-08-10 | oops, put -m in the right place; | Jason McIntyre | |
2006-08-10 | document -m; | Jason McIntyre | |
2006-08-10 | sort options; | Jason McIntyre | |
2006-08-10 | move the promiscuous mode handling code to sis_setpromisc() and simplify | Brad Smith | |
the ioctl handler. | |||
2006-08-10 | - xge_mcast_filter() -> xge_setmulti(). | Brad Smith | |
- move the promiscuous mode handling code to xge_setpromisc() and simplify the ioctl handler. | |||
2006-08-10 | Fix a panic when more than the default number of sempahores are | Todd C. Miller | |
allocated. Problem debugged by thib@ | |||
2006-08-10 | missing full stop; from matt jibson | Jason McIntyre | |
2006-08-10 | Fix a couple of typos: devices are declared with "device", not "define". | Tom Cosgrove | |
ok miod@ | |||
2006-08-10 | - Use BUS_DMA_NOWAIT flag with bus_dmamap_create() in xge_attach() for the | Brad Smith | |
creation of transmit and receive DMA maps. - Fix typos in xge_alloc_rxmem(), make sure to destroy and unmap the RX descriptor map instead of the TX descriptor map when encountering an error. From Gireesh Nagabhushana @ Neterion | |||
2006-08-10 | bad comma; | Jason McIntyre | |
2006-08-10 | fix a use-after-free (read) of a mbuf in wpi_tx_intr(). | Damien Bergamini | |
2006-08-10 | failing qt4 test case. | Marc Espie | |
2006-08-10 | tell if chipset supports MIMO in dmesg output. | Damien Bergamini | |
2006-08-10 | s/Airlink/Airlink101/ | Damien Bergamini | |
2006-08-10 | There are also dual-band RT2501 adapters. | Damien Bergamini | |
Sync wording w/ rum(4) while I'm here. | |||
2006-08-10 | mention that rum(4) should also work with RT2671 (MIMO XR) chipsets. | Damien Bergamini | |
add two products to the list of adapters that should work (pointed out by jsg@). | |||
2006-08-10 | - use .Ex | Jason McIntyre | |
- bump .St - standard EXAMPLES - macro cleanup | |||
2006-08-10 | better explanation of second synopsis form; add a caveat also | Jason McIntyre | |
started by freebsd pr #101330, from peter gildea diff from otto and myself | |||
2006-08-10 | use .Sq for single letters; | Jason McIntyre | |
2006-08-10 | unmap memory address space in bnx_release_resources(). | Brad Smith | |
2006-08-10 | cosmetic tweaking. | Brad Smith | |
2006-08-10 | remove typedef's. | Brad Smith | |
2006-08-10 | mention the 82562V chipset. | Brad Smith | |
2006-08-10 | Hookup hw.vendor and hw.product sysctls on sparc64. | Gordon Willem Klok | |
ok dlg@, "looks good" miod@ | |||
2006-08-10 | just use BYTE_ORDER directly instead of setting the drivers endian flags. | Brad Smith | |
2006-08-10 | fix an obvious typo. found by Quentin Garnier. | David Gwynne | |
2006-08-09 | Add -a option as per single unix. Rewrote the code to generate | Todd C. Miller | |
file names to be less blecherous, though it is still not pretty. OK beck@, with man page help from jmc@ | |||
2006-08-09 | Fix a reliability issue in dhcpd where a DHCPDISCOVER packet with a 32-byte | Chad Loder | |
client identifier would cause dhcpd to mistakenly exit. From Debian bug 380273, affecting ISC dhcpd 2.x, upon which our dhcpd is based. OK beck@ | |||
2006-08-09 | Document error return when namelen is 0. OK jmc@ | Todd C. Miller | |
2006-08-09 | Use the blitter again for the cursor on non-mono frame buffers. | Miod Vallat | |
2006-08-09 | cosmetic tweaks. | Brad Smith | |