summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-09-06Instead of printing on spurious interrupts, use an event counter to showPatrick Wildt
2013-09-06Support for FreeScale's i.MX6 SoC.Patrick Wildt
2013-09-06need sys/device.hTheo de Raadt
2013-09-06In one core dump the pointers to socket, inpcb, tcpcb on the stackAlexander Bluhm
2013-09-06Make use of IFP_TO_IA() instead of rolling our own copy.Martin Pieuchot
2013-09-06Fix build with USB_DEBUG defined, pipes don't have refcounters anymore.Martin Pieuchot
2013-09-06Missing semicolons.Martin Pieuchot
2013-09-05Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-09-05Service the 88100 floating-point exceptions through trap(), keeping theMiod Vallat
2013-09-05ugold(4) is a driver for PCsensor's USB gold TEMPer temperaturesasano
2013-09-05Split the files file into a generic one for armv7, and soc-specific ones.Patrick Wildt
2013-09-04Beagle has been replaced by armv7.Patrick Wildt
2013-09-04Convert vgafb to use a proper softc.Martin Pieuchot
2013-09-04Ignore OMAP's kernel directories. Found by maja@.Patrick Wildt
2013-09-04Beagle has been replaced by armv7.Patrick Wildt
2013-09-04In the future, we shouldn't have one port port ARM SoC, that's justPatrick Wildt
2013-09-03When a partition is changing to UNUSED, we try to save kernel-setKenneth R Westerback
2013-09-03Rewrite the ARMv7 cache discovery, as some assumptions in the previous onePatrick Wildt
2013-09-03Use satosin() rather than the local SIN macro, no functional change.Martin Pieuchot
2013-09-03When /dev/wsmouse is opened right after resume, some synaptics touchpadsStefan Sperling
2013-09-03Only free the per-protocol descriptor if a touchpad cannot be correctlyMartin Pieuchot
2013-09-03DELL MD3060e worksDavid Gwynne
2013-09-02fb refcount must be initialised to 1 not 0 to match the behaviourJonathan Gray
2013-09-02use DRM_MEMORYBARRIER() for smp_mb__*Jonathan Gray
2013-09-02add static back to functions that originally had itJonathan Gray
2013-09-01Update to match VOP_READDIR() changes: no more cookies, but d_off instead.Philip Guenther
2013-09-01drm/radeon: update line buffer allocation for dce6Jonathan Gray
2013-09-01drm/radeon: update line buffer allocation for dce4.1/5Jonathan Gray
2013-08-30Missing splx on return path.Christiano F. Haesbaert
2013-08-30Lock the audio mutex before invoking the audio(4) call-back, fixesAlexandre Ratchov
2013-08-30Due to our current version of binutils not knowing newer ARMv7 instructionsPatrick Wildt
2013-08-30Turn on msi for mfii(4).Christiano F. Haesbaert
2013-08-30Fix handling of getdents() against UDF filesystems: d_off must be thePhilip Guenther
2013-08-29Add support for advanced btcoex. This commit is not really neededSylvestre Gallon
2013-08-29Iterate over the interface's address list instead of the global list.Martin Pieuchot
2013-08-29Ditch useless variable during attach.Paul Irofti
2013-08-29Fix attach messages format for the pcibus.Paul Irofti
2013-08-29rename scsi_sem_{enter,leave} to scsi_pending_{start,finish}. these areDavid Gwynne
2013-08-28Replace hand-crafted for loop over in_ifaddr with FOREACH macro.Alexander Bluhm
2013-08-28Move the early framebuffer initialization code outside of vgafb(4)Martin Pieuchot
2013-08-28vmx(4) uses 4 different types of 128bit descriptors in little-endianReyk Floeter
2013-08-28When we attach an interface, do not try to reuse the last index to limitMartin Pieuchot
2013-08-28If have an interface pointer, look for an address on its list ratherMartin Pieuchot
2013-08-28Fix build, reported by jsg@Martin Pieuchot
2013-08-28Remove unused argument from *rtrequest()Martin Pieuchot
2013-08-27Remove definitions of nonexistent consdevs.Martin Pieuchot
2013-08-27Since we are no longer attaching radeondrm(4) to this driver there isMartin Pieuchot
2013-08-27Sync comment with reality, the draft is now an RFC and OpenBSD followsMartin Pieuchot
2013-08-27Give RS400/RS480/RS690 another chance. These were previously disabledJonathan Gray
2013-08-27Manipulate timevals seperately, not inside a mbuf. Alignment constraintsTheo de Raadt