summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-07-23Do not reset the fragment timeout each time a fragment arrives.Alexander Bluhm
2013-07-21regenMartin Reindl
2013-07-21add another ATI RS690 PCIE bridgeMartin Reindl
2013-07-21Belkin N300 XR; Daryl TurnerTheo de Raadt
2013-07-19Don't use uninitialized variable when a simple 0 will do.Kenneth R Westerback
2013-07-17Use `long' instead of `int' in structure layouts which may get assigned fromMiod Vallat
2013-07-17Fix setregs() to match prototype. Exposed by recent _types.h change, found theMiod Vallat
2013-07-17don't forget to insert the io to the list on the JensenMartin Reindl
2013-07-17no longer beta; get moving towards releaseTheo de Raadt
2013-07-16Enable jfb-style acceleration on XVR-600.Miod Vallat
2013-07-16Add support for BUS_INTR_ESTABLISH_MPSAFE. This makes the previous commitMark Kettenis
2013-07-16The interrupt handler for vcons(4) is defenitely safe to run without holdingMark Kettenis
2013-07-16Add support for BUS_INTR_ESTABLISH_MPSAFE.Mark Kettenis
2013-07-16no longer needed, we use uenv.txtFlorian Obser
2013-07-16Correctly initialized the width value to 0 instead of passing garbageMartin Pieuchot
2013-07-16Don't use a non initialized variable and fix RCS Ids while here.Martin Pieuchot
2013-07-15Use getpropstringA(), not getpropstring(), to get the card's name. This ensuresMiod Vallat
2013-07-15Use bus_space_set_region_4 instead of looping over bus_space_write_4,Raphael Graf
2013-07-15When a ucom(4) device is detached do not only abort its pipes but alsoMartin Pieuchot
2013-07-15Remove a comment which is no longer true.Martin Pieuchot
2013-07-14To prevent lock ordering problems with the kernel lock, we need to make sureMark Kettenis
2013-07-14IPL_VM is "mpsafe" now as well.Mark Kettenis
2013-07-14The "probe" interrupt handler is mpsafe; mark it as such.Mark Kettenis
2013-07-13unify register_t to long on all platformsTheo de Raadt
2013-07-13Rework multiline string literal to appease gcc3.Miod Vallat
2013-07-12Expunge debug code that uses an uninitialized variable. Without theKenneth R Westerback
2013-07-12Actually assign return value to the variable that's used to check it.Mark Kettenis
2013-07-12replace fls functions with calls to the libkern versionsJonathan Gray
2013-07-11Enable bus_space_set_region_4 for armv7.Raphael Graf
2013-07-11Fix a panic on multiple fuse device access.syl
2013-07-11use fls as initially intendedMike Belopuhov
2013-07-11disable POOL_DEBUG for releaseJonathan Gray
2013-07-11add fls/flsl functions to find the last bit set in a valueJonathan Gray
2013-07-10To prevent lock ordering problems with the kernel lock, we need to make sureMark Kettenis
2013-07-10Change the structure used in the SPPPIOSDEFS and SPPPIOGDEFS ioctlsMartin Pieuchot
2013-07-10Keep this copy of the ICMP checksum code in sync with recent changes.Martin Pieuchot
2013-07-10Remove unsigned comparison < 0.Brad Smith
2013-07-10Remove unsigned comparison < 0.Brad Smith
2013-07-10struct bintime is only used inside the kernel, while struct clockinfo isPhilip Guenther
2013-07-10match linux and call i915_gem_object_wait_rendering__nonblockingJonathan Gray
2013-07-09pay attention to the #ifdefTheo de Raadt
2013-07-09back out the cache flipper temporarily to work out of tree.Bob Beck
2013-07-09move AHCI_DEBUG stuff into ahci.c so we can build with it enabled againJonathan Matthew
2013-07-09Add basic support for digitisers with pens in uhts(4).Edd Barrett
2013-07-09Fix a pair of aesthetic nits in dev/rnd.c:Bret Lambert
2013-07-08make use of udelay to reduce the diff to linuxJonathan Gray
2013-07-08add inline versions of udelay/mdelayJonathan Gray
2013-07-08add DRM_IOCTL_MODE_CURSOR2 definition from libdrm 2.4.46Jonathan Gray
2013-07-07Fix pmap_extract() to actually only return TRUE for mappings which have theMiod Vallat
2013-07-07move to 5.4-betaTheo de Raadt