summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-10-06turn off vmm(4) debug modeMike Larkin
2016-10-06add a debug function that was useful in finding the previousMike Larkin
2016-10-06Remove reference to non existing font.Frederic Cambus
2016-10-06Fix the condition used to decide whether to automatically start theAlexandre Ratchov
2016-10-06In pledge_namei_wlpath() if resolvpath() errors out early it will notJonathan Gray
2016-10-05Make imxdog(4) set cpuresetfn, and remove all the imx platform that is noMark Kettenis
2016-10-05Hide wpi(4) fatal firmware error details inside #ifdef WPI_DEBUG.Stefan Sperling
2016-10-05Set the USE_RTS flag in the right place. Error introduced in if_iwm.c r1.139.Stefan Sperling
2016-10-05Make the sgi boot blocks read the real OpenBSD disklabel instead ofVisa Hankala
2016-10-05rt_timer_timer() needs a process context because it messes with theMartin Pieuchot
2016-10-05Add a missing flush; this appears to fix the broadwell/skylake "failed toMike Larkin
2016-10-05Some device trees use 64-bit intermediate virtual addresses. ThisPatrick Wildt
2016-10-05Introduce a global function pointer to reset the CPU akin to amd64 andPatrick Wildt
2016-10-05Display the process's PID with p->p_p->ps_pid, not p->p_pid.Philip Guenther
2016-10-05Display/test/use the process PID, not the thread's TID, in a few places.Philip Guenther
2016-10-04At acpithinkpad attach time determine the value of the mute, and deferTheo de Raadt
2016-10-04Don't use padding for ofp_action_header when building the table propertyRafael Zalamena
2016-10-04Let the stack perform DMA synchronization instead of doing it (partially)Martin Pieuchot
2016-10-04Correct the flag checks inside rt_ifa_addlocal(9) and rt_ifa_dellocal(9).Martin Pieuchot
2016-10-04One more timeout_set_proc(9) conversion.Martin Pieuchot
2016-10-04Convert timeouts that need a process context to timeout_set_proc(9).Martin Pieuchot
2016-10-04Use "%s" in vm_rpc_send_rpci_tx() call. Avoids a "format string is not aMark Kettenis
2016-10-04Check the actual pointer returned by km_alloc(9) instead of the array. TheMark Kettenis
2016-10-04The new thread's userspace v0, a3, and a4 registers are updated inPhilip Guenther
2016-10-03Use detach hook to notify bridge(4) about span port removals.Rafael Zalamena
2016-10-03Fix some bus_dmamap_sync(9) calls.Martin Pieuchot
2016-10-03Convert some of the remaining usages of time_second to time_uptime.Martin Pieuchot
2016-10-03Use detach hook to notify bridge of interface removal instead of addingRafael Zalamena
2016-10-03avoid holding timeout_mutex while interacting with the scheduler.David Gwynne
2016-10-03disable PAT and MTRR in guest VMsMike Larkin
2016-10-03Disable sitaracm and add a new ompinmux driver for omap pin muxing/padJonathan Gray
2016-10-02Set IFCAP_VLAN_MTU capability in cpsw(4). AvoidsJonathan Gray
2016-10-02Add va_nlink information to struct kinfo_file (so bump the shlib minor)Philip Guenther
2016-10-02The userspace TCB_GET() shouldn't take an argumentPhilip Guenther
2016-10-02Some HABs reset parts of AHCI_PREG_CMD when AHCI_PREG_SCTL_DET_INITPatrick Wildt
2016-10-02Some HBAs report NCQ capability despite only supporting one commandPatrick Wildt
2016-10-02Given that ahci_port_alloc() grabs one CCB for use during NCQ errorPatrick Wildt
2016-10-02Contrary to e. g. the xHCI specification, the AHCI rev. 1.3 specPatrick Wildt
2016-10-02add integer and float encoding macrosJasper Lievisse Adriaanse
2016-10-02Save and restore the (non-standard) USBMODE register around a reset of theMark Kettenis
2016-09-30sync ofp.h from switchd, add missing commentsReyk Floeter
2016-09-30Add a WSKBDIO_GETENCODINGS ioctl that returns the supported keyboardMark Kettenis
2016-09-30Drop a now unneeded variable initialization; spotted by bluhm@Jeremie Courreges-Anglas
2016-09-30Make read(2) return EISDIR on directories.Jeremie Courreges-Anglas
2016-09-30Accept a packet smaller than ETHERMIN.YASUOKA Masahiko
2016-09-30Compute CR3 target count. Needed for upcoming debugging diff.Mike Larkin
2016-09-30Revert sending router solicitations when a prefix expires and go backFlorian Obser
2016-09-29typo: send ofp messages instead of massages.Reyk Floeter
2016-09-29Make set-field action about tunneling work with bridge_tunneltag.YASUOKA Masahiko
2016-09-29Rename brtag_src/brtag_dst to brtag_peer/brtag_local to avoidReyk Floeter