summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-19correct name for the source file with timecounter implementation; ok jmc@Aleksander Piotrowski
2007-03-18/dev/rcd0d -> /dev/rcd0c; from AndrAcsJason McIntyre
2007-03-18Manpage bits for IP load balancing.Marco Pfatschbacher
2007-03-18Add IP load balancing support for carp(4).Marco Pfatschbacher
2007-03-18tweaks; ok tomJason McIntyre
2007-03-18put support for alphaservers 1200 and 4100 on ramdisk kernelsMartin Reindl
2007-03-18Fix usage of predefined lifetimes. "Default-phase-[12]-lifetime"Hans-Joerg Hoexer
2007-03-18Define MMC_STOP_TRANSMISSION command (CMD12)Uwe Stuehler
2007-03-18typoTheo de Raadt
2007-03-18move Sierra Wireless AirCard 875 to known to work as I've been usingKevin Steves
2007-03-18DHC automatically sends a CMD12 after multiple-block transfers, but otherUwe Stuehler
2007-03-18Enable pxammc and sdmmc in RAMDISK, too.Uwe Stuehler
2007-03-18there's no way we're going to be able to handle illegal block orOtto Moerbeek
2007-03-18improve -p for C++ code: classes definition often haveMarc Espie
2007-03-18Support the PXA27x SD/SDIO/MMC controller on ZaurusUwe Stuehler
2007-03-18Add an interface to scoop(4) to control CF and SD card powerUwe Stuehler
2007-03-18Backout pascoe@'s last USB change because it page faults at attachmentMarcus Glocker
2007-03-18It's not smart to use a space as a field separator when a space canOtto Moerbeek
2007-03-18Check for zero divisor _before_ dividing; do not use floatingOtto Moerbeek
2007-03-18Disable stack frame checking in the prologue under OpenBSD, unless you compileMiod Vallat
2007-03-18handle more errors during package creation.Marc Espie
2007-03-18Be sure to exit if the db_open of the second db for conversion fails.Bob Beck
2007-03-18Add pci(4) to SEE ALSO, as other PCI crypto accelerators already do.Tom Cosgrove
2007-03-18do not use section names for locating a string tab; miod@ okMichael Shalayeff
2007-03-18use strtonum() to avoid out of range values, way simpler than theTheo de Raadt
2007-03-18allow this to build w/ cross-tools thru providing proper hostcflags; found by...Michael Shalayeff
2007-03-18OX16PCI954K is a puc@cardbus (missed in the previous puc@cardbus commits)Michael Shalayeff
2007-03-18add OX16PCI954K puc idMichael Shalayeff
2007-03-18document show buf|vnode|mountMichael Shalayeff
2007-03-18unwrap EILSEQMarc Espie
2007-03-18get rid of noop vop_reallocblks; pedro@ miod@ okMichael Shalayeff
2007-03-18Comment routine which does the chip access validation.Marcus Glocker
2007-03-18o Add bcw_80211_core_init() according toMarcus Glocker
2007-03-18do not steal page table pages on page allocation failure -- it can be dealt w...Michael Shalayeff
2007-03-18first dieselMichael Shalayeff
2007-03-18one more mine mutter told meMichael Shalayeff
2007-03-18Add glxsb(4) under "Cryptography accelerators".Tom Cosgrove
2007-03-18glxsb(4) has had AES enabled for a while, but I forgot to update theTom Cosgrove
2007-03-18remove some unnecessary sanity checks. /var/db/pkg is supposed to containMarc Espie
2007-03-18Don't restart thrsleep after a signal. After a signal happened and weArtur Grabowski
2007-03-18sync for UP2000Martin Reindl
2007-03-18Perform legacy emulation handover for USB1 companion controllers immediatelyChristopher Pascoe
2007-03-18Wait the stable power delay on a USB hub only once per hub (not per port),Christopher Pascoe
2007-03-18Save SOF (frame timing adjustment) before the very first host controllerChristopher Pascoe
2007-03-18syncReyk Floeter
2007-03-18add device IDs of the new VIA CX700 chipsetReyk Floeter
2007-03-17For arm pre-v6 (ie all supported machines) it is necessary to disableDale Rahn
2007-03-17remove a debug messageReyk Floeter
2007-03-17fix a bug in the initial setup of the pfe2relay communication socketsReyk Floeter
2007-03-17Exchange a strlcpy() with a strncpy(). A similar change was done in parse.yClaudio Jeker