Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-08 | sync | Theo de Raadt | |
2008-11-08 | Get rid of va-ppc.h. | Mark Kettenis | |
ok miod@ | |||
2008-11-08 | when defragmenting an mbuf chain, do not call M_DUP_PKTHDR. | Damien Bergamini | |
this is an overkill in this case as it duplicates mbuf tags etc... following a discussion with kettenis@ a few months ago about gem(4) did some cleanup while i was there. | |||
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 | |
ok deraadt@ otto@ | |||
2008-11-08 | do not call if_start() from tx_done() unless there is a reason to do so | Damien Bergamini | |
(IFF_OACTIVE was set.) | |||
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 | |
Reported by chl@, ok joris@ | |||
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 | |
wpi(4) and iwn(4) used to be in sync but with the latest iwn(4) changes, this was no longer the case. that commit repair this. it brings HW CCMP encryption/decryption among other things. requires an update of the wpi-firmware package. please report any regression you might see. | |||
2008-11-08 | major wpi(4) overhaul. | Damien Bergamini | |
wpi(4) and iwn(4) used to be in sync but with the latest iwn(4) changes, this was no longer the case. that commit repair this. it brings HW CCMP encryption/decryption among other things. requires an update of the wpi-firmware package. please report any regression you might see. | |||
2008-11-08 | set the default device to /dev/audio for legacy mode. | Alexandre Ratchov | |
From Thomas Pfaff <tpfaff _at_ agderlink.no> and tweaks from me | |||
2008-11-08 | when dev_attach()ing play-only or record-only streams, don't | Alexandre Ratchov | |
use both play and record parameters (one of them might be NULL, causing aucat to segfault). | |||
2008-11-08 | from reed@netbsd: | Jason McIntyre | |
Be consistent: document the birthtime field of struct stat for the "B" field specifier. | |||
2008-11-08 | brad, noone said you could go making changes like that (doubling the | Theo de Raadt | |
amount of memory and interrupt time each bge uses) without discussing it with other people. lots of people are complaining about the lack of communication in your process, and you are going to have to change that. | |||
2008-11-08 | When initializing the standard RX ring, do not allocate mbufs clusters for the | Theo de Raadt | |
whole ring. | |||
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 | |
whole ring. | |||
2008-11-08 | sync | Theo de Raadt | |
2008-11-08 | Reduce the delay's a bit in the miibus read/write routines. | Brad Smith | |
Based on the Linux r8169 driver. Tested on PCI/CardBus and PCIe adapters. | |||
2008-11-08 | Add malloc and buckets views that display kernel malloc statistics similar | Can Erkin Acar | |
to vmstat -m | |||
2008-11-08 | Reduce the number of TX descriptors to 512, such a large number is not | Brad Smith | |
necessary without TSO. | |||
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 | |
Based on info from the Linux tg3 driver. | |||
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 | |
I expected. They object if there are no bits set in the option value. So just use DHO_PAD in the reserved space unless at least one of the bits is set. Various versions tested by Tobias Ulmer on OpenSolaris, matthieu@ on busybox's DHCP client, and Uwe Dippel on Solaris. All of which failed before. | |||
2008-11-08 | remove dead stores and newly created unused variables. | Charles Longeau | |
Found by LLVM/Clang Static Analyzer. ok krw@ | |||
2008-11-08 | fix format string | Charles Longeau | |
ok otto@ | |||
2008-11-08 | fix potential null dereference. | Charles Longeau | |
Found by LLVM/Clang Static Analyzer. ok krw@ pedro@ | |||
2008-11-08 | Document the ddb.trigger sysctl. | Chris Kuethe | |
feedback and ok mpf@, deraadt@ | |||
2008-11-08 | Add a new sysctl ``ddb.trigger'' | Marco Pfatschbacher | |
Writing to it, will bring the system into the kernel debugger. ddb.console=1 is required and the sysctl command has to be executed from the actual console tty. If the securelevel is < 1, the tty check is ignored. Feedback and OK ckuethe@, deraadt@. | |||
2008-11-08 | Take into account that our ether_input() already strips the | Marco Pfatschbacher | |
ethernet header. This lets us actually process the incoming LACP-Packets. It should now work with a lot more switches. At least a Catalyst 3500 seems happy. OK brad@ | |||
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 | |
chipsets. From the Linux tg3 driver via FreeBSD. Tested by Jordi Creix <jbcreix dot mail at gmail dot com> | |||
2008-11-07 | When initializing the MAC put the PHY into ready state for BCM5906 | Brad Smith | |
chipsets. From the Linux tg3 driver via FreeBSD. Tested by Jordi Creix <jbcreix dot mail at gmail dot com> | |||
2008-11-07 | - Set default RX coal packets to 64, so RX coal timeout takes control during | Brad Smith | |
bulk data operations. This greately reduces the interrupt rate while keeps bulk data performance. - Set default TX coal packets to 64 and TX coal timeout to 65535us (maximum allowable value). This greately reduce the interrupt rate while greately increases (almost doubles) small packet TX performance. From DragonFly | |||
2008-11-07 | expose the block size in the sndio API by making par->round writable | Alexandre Ratchov | |
and thus remove the ugly rate <-> block-size table from sio_setpar(3). Handle the block size negociation in aucat(1), since it has few constrains the code is overally simpler. ok jakemsr@, major crank suggested by deraadt@ | |||
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 | |
adding grouping parentheses, compiling whatever's compilable with /o, restricting words with word boundaries. /b okay grunk@, jmc@ (with help from jmc@) #10000 ! Oddly fitting, as my first commit was concerned with manpages as well... | |||
2008-11-07 | different fix for pr5883 than proposed by the submitter, found when glancing | Todd T. Fries | |
at apple code go ahead drahn@ | |||
2008-11-07 | use do { } while (/* CONSTCOND */ 0) construct for all multi-line functional ↵ | Theo de Raadt | |
macros; ok otto | |||
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 | |
interrupts. There seems to be a race between turning on TX/RX interrupt and asserting TX/RX interrupt by the hardware. From Sephe@DragonFly | |||
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 | |
disabled code that used to use this was removed 7 years ago. | |||
2008-11-07 | Add more initialisation steps (read reset register; pause; set burst size | Brad Smith | |
in config register). From NetBSD |