summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-05-02Change BLKDEV_IOSIZE to PAGE_SIZETheo de Raadt
2014-05-02Make acpiprt(4) handle interrupts with non-standard polarity and trigger modeMark Kettenis
2014-05-02Make acpi_mutex_acquire/release actually grab the global lock if it should.Mark Kettenis
2014-05-02Kill annoying and useless emacs local variable. ok mikeb@Jeremie Courreges-Anglas
2014-05-01move pointer use to after a NULL pointer checkJonathan Gray
2014-05-01with some random chance, swizzle the current page for the pool to avoidTed Unangst
2014-05-01fixed some debug messagessasano
2014-04-30Make sure we flush discarded pages even if the number of hash buckets doesn'tMark Kettenis
2014-04-30Assigning list pointers doesn't really work with doubly linked lists. UseMark Kettenis
2014-04-30Remove carp_seroute() it no longer does anything useful but mess withMartin Pieuchot
2014-04-30format string fixes for (u)int64 varsStefan Fritsch
2014-04-30Enforce proper alignment of stack variables which may get accessed withMiod Vallat
2014-04-29Get rid of the per-softc freelist of transfer descriptors and use aMartin Pieuchot
2014-04-29Finally plug the public xfer leak #1 in our USB stack.Martin Pieuchot
2014-04-29regenRyan Thomas McBride
2014-04-29Add Microsoft Wireless Mobile Mouse 3500 and Wireless Arc Mouse.Ryan Thomas McBride
2014-04-29Make sure to call uhidev_close() upon detach, plug another xfer leak.Martin Pieuchot
2014-04-29Plug an xfer leak.Martin Pieuchot
2014-04-29Get rid of the per-softc freelist of transfer descriptors and use aMartin Pieuchot
2014-04-29If you plan to write an obfuscated-by-design kernel / userlandMartin Pieuchot
2014-04-29Replace 1 << PAGE_SHIFT with PAGE_SIZE.Mark Kettenis
2014-04-29Fix typo: d_addrt -> daddr_tDavid Coppa
2014-04-29Remove device white-listing as matching method, relies on on usage idAndre de Oliveira
2014-04-28Remove bogus semicolon.Brad Smith
2014-04-28sync bzero => memset that was done for ip_divert.c before.Reyk Floeter
2014-04-28Move an opening brace so a loop that delays while waitingJonathan Gray
2014-04-27Add PME_STATUS and PME_EN bitmasks for the PCI PMCSR register.Stefan Sperling
2014-04-27Start de-obfuscating the HC drivers.Martin Pieuchot
2014-04-27Do not let the bluetooth HID device, present in Apple machines with USB,Martin Pieuchot
2014-04-27transplant hotplug code over from qle(4)Jonathan Matthew
2014-04-27When the firmware has already allocated the handle we want to use to log inJonathan Matthew
2014-04-26Get rid of duplication of the global lock code. Allow recursion in allMark Kettenis
2014-04-26Do not pass a NULL argument to OF_getprop(), even if it's fine for theMartin Pieuchot
2014-04-26Allow to compile with DEBUG_PMAP defined.Martin Pieuchot
2014-04-26remove a duplicate break statementJonathan Gray
2014-04-26Perform MAXPHYS-sized reads for the chunktable instead of PAGE_SIZE-sizedMike Larkin
2014-04-25Defer the free of the hibernate structures until later, when it is safe toMike Larkin
2014-04-25regenMartin Pieuchot
2014-04-25Add a bunch of GeForce GT{,X} chips listed in nvidia's 334.21 driver.Martin Pieuchot
2014-04-25Remove rti_ifp from rt_addrinfo, one less ifp pointer, say yay!Martin Pieuchot
2014-04-25Do no reprobe for a supported protocol when enabling a pointingMartin Pieuchot
2014-04-25test dt_min for invalid minute values instead of testing dt_sec twiceJonathan Gray
2014-04-25Kill in_localaddr(), one less usage of the global list of IPv4 addresses.Martin Pieuchot
2014-04-25don't access a pointer till after the null checkJonathan Gray
2014-04-24no need to check for default_chip_map twice in one if statementJonathan Gray
2014-04-24ewps... repair qid assignmentHenning Brauer
2014-04-24Change the usbd_*_report() family of functions to take a usbd_deviceMartin Pieuchot
2014-04-24match some more intel sata devices in ide modeJonathan Gray
2014-04-24regenJonathan Gray
2014-04-24add some more intel sata devices in ide modeJonathan Gray