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