Age | Commit message (Expand) | Author |
2016-10-08 | Various printf claim to report the PID, so actually report that and not the TID | Philip Guenther |
2016-10-08 | Various printf claim to report the PID, so actually report that and not the TID | Philip Guenther |
2016-10-08 | p_wchan and p_pid aren't used from asm (anymore?) | Philip Guenther |
2016-10-08 | Only set the highspeed bit in bus_clock if highspeed is supported | Jonathan Gray |
2016-10-08 | Instead of setting errno and then doing a goto do a m_freem() and return error. | Claudio Jeker |
2016-10-08 | Add ktracing of the fds returned by pipe() and socketpair() | Philip Guenther |
2016-10-07 | Using '4' as the max # of ccb's in a work unit doesn't work so well | Kenneth R Westerback |
2016-10-07 | Implement a driver for Marvell Armada's clock gates. This basically | Patrick Wildt |
2016-10-07 | introduce a sysctl to hijack dns sockets. when set to a port number, | Ted Unangst |
2016-10-07 | Fixup comment by removing a word. | Patrick Wildt |
2016-10-07 | another unused variable bites the dust. spotted by deraadt | Ted Unangst |
2016-10-07 | the old time delta code is no longer used. nothing reads these values. | Ted Unangst |
2016-10-07 | Support the Marvell Armada's System Controller to be able to reset | Patrick Wildt |
2016-10-07 | Use detach hook to notify switch(4) about interface removals instead of | Rafael Zalamena |
2016-10-07 | Extra parentheses in conditional; no binary change. | Martin Natano |
2016-10-07 | Don't forget to add the CVS Id tag. | Patrick Wildt |
2016-10-07 | Add a driver for the Marvell Armada 380 core clock. This driver | Patrick Wildt |
2016-10-07 | Fix vxlan_lookup() to comply the assumption of ether_input(). Put the | YASUOKA Masahiko |
2016-10-07 | Add an initial framebuffer driver for the RS780E chipset on loongson, | Visa Hankala |
2016-10-06 | On noperm mount points honor the permissions of the root directory, so | Martin Natano |
2016-10-06 | Remove redundant comments that say a function must be called at | Alexander Bluhm |
2016-10-06 | Update the list of vmm ioctls that are allowed by pledge. | Reyk Floeter |
2016-10-06 | Remove board IDs for the i.MX platform. The kernel doesn't need them anymore. | Mark Kettenis |
2016-10-06 | Fold the bus_dmamap_destroy into the loop above | Mike Belopuhov |
2016-10-06 | Separate splsoftnet() from variable initialization. | Alexander Bluhm |
2016-10-06 | Remove _ds_boundary abuse (again) | Mike Belopuhov |
2016-10-06 | Enable hardware VLAN tagging | Mike Belopuhov |
2016-10-06 | Disable RTS for long frames in ral(4) for rt2560 chips. | Stefan Sperling |
2016-10-06 | turn off vmm(4) debug mode | Mike Larkin |
2016-10-06 | add a debug function that was useful in finding the previous | Mike Larkin |
2016-10-06 | Remove reference to non existing font. | Frederic Cambus |
2016-10-06 | Fix the condition used to decide whether to automatically start the | Alexandre Ratchov |
2016-10-06 | In pledge_namei_wlpath() if resolvpath() errors out early it will not | Jonathan Gray |
2016-10-05 | Make imxdog(4) set cpuresetfn, and remove all the imx platform that is no | Mark Kettenis |
2016-10-05 | Hide wpi(4) fatal firmware error details inside #ifdef WPI_DEBUG. | Stefan Sperling |
2016-10-05 | Set the USE_RTS flag in the right place. Error introduced in if_iwm.c r1.139. | Stefan Sperling |
2016-10-05 | Make the sgi boot blocks read the real OpenBSD disklabel instead of | Visa Hankala |
2016-10-05 | rt_timer_timer() needs a process context because it messes with the | Martin Pieuchot |
2016-10-05 | Add a missing flush; this appears to fix the broadwell/skylake "failed to | Mike Larkin |
2016-10-05 | Some device trees use 64-bit intermediate virtual addresses. This | Patrick Wildt |
2016-10-05 | Introduce a global function pointer to reset the CPU akin to amd64 and | Patrick Wildt |
2016-10-05 | Display the process's PID with p->p_p->ps_pid, not p->p_pid. | Philip Guenther |
2016-10-05 | Display/test/use the process PID, not the thread's TID, in a few places. | Philip Guenther |
2016-10-04 | At acpithinkpad attach time determine the value of the mute, and defer | Theo de Raadt |
2016-10-04 | Don't use padding for ofp_action_header when building the table property | Rafael Zalamena |
2016-10-04 | Let the stack perform DMA synchronization instead of doing it (partially) | Martin Pieuchot |
2016-10-04 | Correct the flag checks inside rt_ifa_addlocal(9) and rt_ifa_dellocal(9). | Martin Pieuchot |
2016-10-04 | One more timeout_set_proc(9) conversion. | Martin Pieuchot |
2016-10-04 | Convert timeouts that need a process context to timeout_set_proc(9). | Martin Pieuchot |
2016-10-04 | Use "%s" in vm_rpc_send_rpci_tx() call. Avoids a "format string is not a | Mark Kettenis |