summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-03regenMiod Vallat
2010-08-03Create two more usb device nodes by default, as modern Apple hardwareMiod Vallat
2010-08-03Don't attempt to set the read or write caches on usb disks. ItKenneth R Westerback
2010-08-03fix linecount bug with comments spanning multiple linesHenning Brauer
2010-08-03Bring the suspend/resume code of all the Intel wireless drivers in line withMark Kettenis
2010-08-03missed one if (continued) test, so simplify logic: test continue beforehand.Marc Espie
2010-08-03Add busy flag so that we don't act on a SCI until a command in progressMarco Peereboom
2010-08-03Add support for 82576 fiber adapters based on Intel code in FreeBSD.Jonathan Gray
2010-08-03Use the proper flag for re-enabling certain hardware events (power btn,Mike Larkin
2010-08-03Disable hardware VLAN stripping/insertion on 8257[56] for now. WhileJonathan Gray
2010-08-03Correct use of logical and where binary and was intended.Jonathan Gray
2010-08-03shrink! :)Marc Espie
2010-08-03sort journal messsages in a better way, put - before +, so that one canMarc Espie
2010-08-03bug-fix: during updates, only set oldfound after we found a matching pkgpath.Marc Espie
2010-08-03use proper log idiom (blanket okay from theo for pkg_add careful changes forMarc Espie
2010-08-03Save/restore BLC_HIST_CTL as well at suspend/resume time; which allowsTheo de Raadt
2010-08-03When the target pointer 'pwcs' passed to mbsrtowcs() is NULL, mbsrtowcs()Stefan Sperling
2010-08-03Fix a usage of logical and where binary and was intended.Jonathan Gray
2010-08-03Fix a leak in ypldap. Found (and correct diff) fromPierre-Yves Ritschard
2010-08-03matthew did not commit the diff he passed around for us to inspect...Theo de Raadt
2010-08-03If an asynchronous request invalidates a buf, then we might remove itMatthew Dempsky
2010-08-03Group string comparisons and supply more helpful comments. AddKenneth R Westerback
2010-08-03Start with the default label when RESTORE'ing a saved ascii label.Kenneth R Westerback
2010-08-03tweaks from jmc@:Ingo Schwarze
2010-08-02Handle USB_GET_REPORT, USB_GET_REPORT_DESC, USB_GET_REPORT_ID andMiod Vallat
2010-08-02Don't refer to xs->cmd, even via a pointer to xs->cmd, after xs hasKenneth R Westerback
2010-08-02Make MHZ_TO_PLL safer to use by adding parenthesis. Fixes a potential issueMark Kettenis
2010-08-02Fix knote handling for exiting processes: when triggering a NOTE_EXITPhilip Guenthe
2010-08-02There is no reason to call the start function upon resume; the network stackMark Kettenis
2010-08-02There is no reason to call the start function upon resume; the network stackMark Kettenis
2010-08-02The EC GPE is always edge. edge interrupts have their STS bit resetTheo de Raadt
2010-08-02Add System Enclosure or Chassis structure.Marco Peereboom
2010-08-02syncTheo de Raadt
2010-08-02enable owctrTheo de Raadt
2010-08-02Quirk for USB_PRODUCT_MICROSOFT_WLINTELLIMOUSE turns out not to beMiod Vallat
2010-08-02Only open with O_RDWR if we are actually chaging a report descriptor, otherMiod Vallat
2010-08-02jmicron code was writing to the wrong register; ok jsgTheo de Raadt
2010-08-02Ignore SIGPIPE, the delivery of which prevented /usr/sbin/sendmail fromJacek Masiulaniec
2010-08-02Suppress MAKEDEV warnings about 'unknown device' that can appearKenneth R Westerback
2010-08-02Prevent illegal struct casting by moving AF_INET/AF_INET6 addressMatthew Dempsky
2010-08-02Show PCIe link speed/width, earlier version ok miod@/kettenis@ thenJonathan Gray
2010-08-02Fix use of logical and where binary and was intended.Jonathan Gray
2010-08-02Save/restore more registers at suspend/resume for those chips which lookTheo de Raadt
2010-08-02correct header file stuff; pointed out by teduTheo de Raadt
2010-08-02needs explicit proc.h; Nathanael RensenTheo de Raadt
2010-08-02spellinTheo de Raadt
2010-08-02Fix readlink(2) on FFS and ext2 filesystems to consistently returnMatthew Dempsky
2010-08-01Change COM_IBUFSIZE 8K to 16K because 8K is not enough for CDMA1X cardYASUOKA Masahiko
2010-08-01note specifically that pkg_add -u parameters are *installed* package names,Marc Espie
2010-08-01Allow fallback tables for relays, not just redirections.Stuart Henderson