summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-10-08Various printf claim to report the PID, so actually report that and not the TIDPhilip Guenther
2016-10-08Various printf claim to report the PID, so actually report that and not the TIDPhilip Guenther
2016-10-08p_wchan and p_pid aren't used from asm (anymore?)Philip Guenther
2016-10-08Only set the highspeed bit in bus_clock if highspeed is supportedJonathan Gray
2016-10-08Instead of setting errno and then doing a goto do a m_freem() and return error.Claudio Jeker
2016-10-08Add ktracing of the fds returned by pipe() and socketpair()Philip Guenther
2016-10-07Using '4' as the max # of ccb's in a work unit doesn't work so wellKenneth R Westerback
2016-10-07Implement a driver for Marvell Armada's clock gates. This basicallyPatrick Wildt
2016-10-07introduce a sysctl to hijack dns sockets. when set to a port number,Ted Unangst
2016-10-07Fixup comment by removing a word.Patrick Wildt
2016-10-07another unused variable bites the dust. spotted by deraadtTed Unangst
2016-10-07the old time delta code is no longer used. nothing reads these values.Ted Unangst
2016-10-07Support the Marvell Armada's System Controller to be able to resetPatrick Wildt
2016-10-07Use detach hook to notify switch(4) about interface removals instead ofRafael Zalamena
2016-10-07Extra parentheses in conditional; no binary change.Martin Natano
2016-10-07Don't forget to add the CVS Id tag.Patrick Wildt
2016-10-07Add a driver for the Marvell Armada 380 core clock. This driverPatrick Wildt
2016-10-07Fix vxlan_lookup() to comply the assumption of ether_input(). Put theYASUOKA Masahiko
2016-10-07Add an initial framebuffer driver for the RS780E chipset on loongson,Visa Hankala
2016-10-06On noperm mount points honor the permissions of the root directory, soMartin Natano
2016-10-06Remove redundant comments that say a function must be called atAlexander Bluhm
2016-10-06Update the list of vmm ioctls that are allowed by pledge.Reyk Floeter
2016-10-06Remove board IDs for the i.MX platform. The kernel doesn't need them anymore.Mark Kettenis
2016-10-06Fold the bus_dmamap_destroy into the loop aboveMike Belopuhov
2016-10-06Separate splsoftnet() from variable initialization.Alexander Bluhm
2016-10-06Remove _ds_boundary abuse (again)Mike Belopuhov
2016-10-06Enable hardware VLAN taggingMike Belopuhov
2016-10-06Disable RTS for long frames in ral(4) for rt2560 chips.Stefan Sperling
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