Age | Commit message (Expand) | Author |
2008-11-09 | Introduce bpf_mtap_ether(), which for the benefit of bpf listeners | Christian Weisgerber |
2008-11-09 | typo fixed (overriden -> overridden) | Tobias Stoeckmann |
2008-11-09 | sio_revents() should return 0 poll events if the device isn't started | Alexandre Ratchov |
2008-11-09 | rework the rate coding code to get rid of the ugly {wpi,iwn}_plcp_signal() | Damien Bergamini |
2008-11-09 | uninitialized value, caused by a typo. | Charles Longeau |
2008-11-09 | tweak previous; | Jason McIntyre |
2008-11-09 | Removed unneeded conversion from RCSNUM to string in rcs_rev_setlog. | Tobias Stoeckmann |
2008-11-09 | remove reference to POOL_DIAGNOSTIC which hasn't existed for nearly a year. | Chris Kuethe |
2008-11-09 | systrace activation happens in the middle of a rather sensitive piece of | Theo de Raadt |
2008-11-08 | Use atop() and ptoa() in buf_free_pages() to make it consistent with | Pedro Martelletto |
2008-11-08 | sync | Theo de Raadt |
2008-11-08 | Get rid of va-ppc.h. | Mark Kettenis |
2008-11-08 | when defragmenting an mbuf chain, do not call M_DUP_PKTHDR. | Damien Bergamini |
2008-11-08 | remove two printfs that slipped through my last commit. | Damien Bergamini |
2008-11-08 | sort; | Jason McIntyre |
2008-11-08 | initialize k to NULL in wpi_tx_data() | Damien Bergamini |
2008-11-08 | fix macros up so they use the do { } while (/* CONSTCOND */ 0) idiom | David Gwynne |
2008-11-08 | do not call if_start() from tx_done() unless there is a reason to do so | Damien Bergamini |
2008-11-08 | do not allocate cmd memory for rings 5 and 6 (HCCA) which are unused. | Damien Bergamini |
2008-11-08 | Support for retrieving revisions from branches in branches was missing. | Tobias Stoeckmann |
2008-11-08 | rework iwn_start(). | Damien Bergamini |
2008-11-08 | new firmware & HW CCMP crypto | Damien Bergamini |
2008-11-08 | major wpi(4) overhaul. | Damien Bergamini |
2008-11-08 | major wpi(4) overhaul. | Damien Bergamini |
2008-11-08 | set the default device to /dev/audio for legacy mode. | Alexandre Ratchov |
2008-11-08 | when dev_attach()ing play-only or record-only streams, don't | Alexandre Ratchov |
2008-11-08 | from reed@netbsd: | Jason McIntyre |
2008-11-08 | brad, noone said you could go making changes like that (doubling the | Theo de Raadt |
2008-11-08 | When initializing the standard RX ring, do not allocate mbufs clusters for the | Theo de Raadt |
2008-11-08 | Clean up some of the comments. | Brad Smith |
2008-11-08 | When initializing the standard RX ring, allocate mbufs clusters for the | Brad Smith |
2008-11-08 | sync | Theo de Raadt |
2008-11-08 | Reduce the delay's a bit in the miibus read/write routines. | Brad Smith |
2008-11-08 | Add malloc and buckets views that display kernel malloc statistics similar | Can Erkin Acar |
2008-11-08 | Reduce the number of TX descriptors to 512, such a large number is not | Brad Smith |
2008-11-08 | Add a softc field mii_oui to store the OUI. | Brad Smith |
2008-11-08 | Add additional link status checking for for the BCM5906 PHY. | Brad Smith |
2008-11-08 | Only read the Gig status register if Gig media status is detected. | Brad Smith |
2008-11-08 | Some clients don't parse a DHO_DHCP_OPTION_OVERLOAD option the way | Kenneth R Westerback |
2008-11-08 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-11-08 | fix format string | Charles Longeau |
2008-11-08 | fix potential null dereference. | Charles Longeau |
2008-11-08 | Document the ddb.trigger sysctl. | Chris Kuethe |
2008-11-08 | Add a new sysctl ``ddb.trigger'' | Marco Pfatschbacher |
2008-11-08 | Take into account that our ether_input() already strips the | Marco Pfatschbacher |
2008-11-07 | Move JPAKE define to make life easier for portable. ok djm@ | Darren Tucker |
2008-11-07 | When initializing the MAC put the PHY into ready state for BCM5906 | Brad Smith |
2008-11-07 | When initializing the MAC put the PHY into ready state for BCM5906 | Brad Smith |
2008-11-07 | - Set default RX coal packets to 64, so RX coal timeout takes control during | Brad Smith |
2008-11-07 | expose the block size in the sndio API by making par->round writable | Alexandre Ratchov |