summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-12-16Remove the solbourne entries now that all its code is gone.mmcc
2015-12-16in pledged process, setuid/setgid/sticky bits should be ignored.Sebastien Marie
2015-12-16Don't attempt to get the ThinkLight state if neither the KLCG nor the MLCGMark Kettenis
2015-12-16Refactor umass_detach() in order to pass a size to free(9).Martin Pieuchot
2015-12-16Avoid grabbing the kernel lock in uvm_unmap() if we have an interrupt-safeMark Kettenis
2015-12-16Merge rtable_mpath_select() into rtable_match().Martin Pieuchot
2015-12-16Don't forget about monitor mode while building the ifmedia listStefan Sperling
2015-12-16in pledged process, setuid/setgid/sticky bits should be ignored.Sebastien Marie
2015-12-15ignore unlikely temperature values like -127 degCJoerg Jung
2015-12-15add 2 more temperature keys found in macbook pro (10,2)Joerg Jung
2015-12-15add more temperature keys found in newer macbook airs (6,1 and 7,2)Joerg Jung
2015-12-15make sure the read fan description is always nul terminatedJoerg Jung
2015-12-15Revert the previous commit; the licencing needs to be checked very carefully.Ingo Feinerer
2015-12-15Sync V4L2 header files with recent Linux kernel.Ingo Feinerer
2015-12-15Do not panic when trying to delete an non-existing route with ART.Martin Pieuchot
2015-12-15remove some not interesting debug printfsMike Larkin
2015-12-15support reset vcpu by triple fault (kernel part, userland fix will comeMike Larkin
2015-12-14Handle the keyboard backlight found on newer Thinkpads. Doesn't handle theMark Kettenis
2015-12-14In AMRR debug printfs, show ni_txmcs instead of ni_txrate for HT nodes.Stefan Sperling
2015-12-14Add initial 802.11n support to the iwm(4) driver.Stefan Sperling
2015-12-14Support only one vcpu for now, until we implement SMP support.Mike Larkin
2015-12-14track used memory in each VM. This is passed back to vmctl status.Mike Larkin
2015-12-14s/begining/beginning/gmmcc
2015-12-14"harware" -> "hardware"mmcc
2015-12-13Hook up the ThinkLight to the keyboard backlight support code.Mark Kettenis
2015-12-13Sort button defines.Mark Kettenis
2015-12-12Add OpenBSD Id.Reyk Floeter
2015-12-12Add OpenBSD CVS/RCS Ids.Reyk Floeter
2015-12-12comment typommcc
2015-12-12Adjust IPI numbers to get the interrupts working. Bits 5 and 6 do notVisa Hankala
2015-12-12In the A-MSDU receive code path, add an upper bounds check on A-MSDUStefan Sperling
2015-12-12x2APIC is currently enabled on HV guests only, not on bare metal, toReyk Floeter
2015-12-12enable keyboard backlight support via wskbd(4) hooksJoerg Jung
2015-12-12Identify hypervisors before configuring other children of the mainbusReyk Floeter
2015-12-12add new ioctls to control keyboard backlightsJoerg Jung
2015-12-12Flag AP as QoS capable when EDCA or WME information elements occur in beaconsStefan Sperling
2015-12-1211n/HT negotiation fixes:Stefan Sperling
2015-12-12Finish support for receiving 11n A-MPDUs.Stefan Sperling
2015-12-11fix nde structure initialization, noticed in netbsd pr 50381 by mmcc@Bob Beck
2015-12-11remove wrapper function and call LKSB key write directlyJoerg Jung
2015-12-11comment typommcc
2015-12-11remove no longer needed prototypeJoerg Jung
2015-12-11instead of checking the status everywhere do it directly after (trying) theJoerg Jung
2015-12-11Replace mountroothook_establish(9) by config_mountroot(9) a narrower APIMartin Pieuchot
2015-12-11Remove xs_resume for now; pointed out by mlarkin@Mike Belopuhov
2015-12-11Let xs_getprop decide itself whether it's OK to sleep or notMike Belopuhov
2015-12-11Work around Nvidia EHCI controllers bugs.Martin Pieuchot
2015-12-11implement kqfilter. copied from tmpfs (which I copied from ufs).Ted Unangst
2015-12-11Do not pass a NULL ifp pointer to rtdeletemsg().Martin Pieuchot
2015-12-10Remove plain DES from the kernel crypto framework, including the cryptoChristian Weisgerber