Age | Commit message (Expand) | Author |
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 |
2008-11-07 | more models, muhahahaha | Theo de Raadt |
2008-11-07 | same umass dance required for Huawei E169g/E618; Stefan Sperling; ok jsg | Theo de Raadt |
2008-11-07 | clean-up regexps, replacing some . (any char) with \. (actual dot), | Marc Espie |
2008-11-07 | different fix for pr5883 than proposed by the submitter, found when glancing | Todd T. Fries |
2008-11-07 | use do { } while (/* CONSTCOND */ 0) construct for all multi-line functional ... | Theo de Raadt |
2008-11-07 | add space to some log/debug messages for readability; ok djm@ markus@ | Kevin Steves |
2008-11-07 | Try recollecting RX/TX descriptors if we are going to switch back to TX/RX | Brad Smith |
2008-11-07 | Simplify the interface flag handling in the ioctl handler. | Brad Smith |
2008-11-07 | Remove storing the Ethernet header in the receve interrupt handler, the | Brad Smith |
2008-11-07 | Add more initialisation steps (read reset register; pause; set burst size | Brad Smith |
2008-11-07 | - According to the Apple GMAC driver, the GEM ASIC specification and | Brad Smith |
2008-11-07 | use do { } while (/* CONSTCOND */ 0) loops for all multi-line macros | Theo de Raadt |
2008-11-07 | give this some /* CONSTCOND */ love | Theo de Raadt |
2008-11-07 | wrap do/while construct around the function macro DISPATCH(); ok dlg | Theo de Raadt |
2008-11-07 | wrap do/while construct around the function macro SESSRELE(); ok dlg | Theo de Raadt |
2008-11-07 | Replace the number of bits to shift with EVL_PRIO_BITS in the | Brad Smith |
2008-11-07 | spelling/typo in comment | Kevin Steves |
2008-11-07 | when attaching a new stream, don't overwrite it's parameters | Alexandre Ratchov |
2008-11-06 | Collapse all sanity checks of hids into one function. | Marco Peereboom |
2008-11-06 | Some paranoia and deconfusion. | Artur Grabowski |
2008-11-06 | remove a really stupid comment. Duh, of course it can block | Theo de Raadt |
2008-11-06 | Mixed up characters found by Gleydson Soares. | Claudio Jeker |
2008-11-06 | Fix a small bug which made it impossible to use more than one | Marcus Glocker |
2008-11-06 | Introduced IPv6 support of uniform model for TTL handling. | Michele Marchetto |
2008-11-06 | oops | Theo de Raadt |
2008-11-06 | Fix cvs id tag. | Michele Marchetto |
2008-11-06 | panic if cpu_switchto() returns from a dead process | Theo de Raadt |
2008-11-06 | correct comment | Theo de Raadt |