Age | Commit message (Expand) | Author |
2016-10-24 | adapt to recent wsmouse changes by bru (oct23) | Theo de Raadt |
2016-10-24 | Backout last 2 revisions. Requested by deraadt. | YASUOKA Masahiko |
2016-10-24 | move the mbstat structure to percpu counters | David Gwynne |
2016-10-24 | Make mfii(4) bio(4) capable. | YASUOKA Masahiko |
2016-10-24 | non-MP vs MP codepaths were confusingly split between the .c and .h file. | Theo de Raadt |
2016-10-24 | Add scsi ioctl hook to do a special treatment for DIOC{G,S}CACHE which | YASUOKA Masahiko |
2016-10-24 | augment the scsi_probe handler so it tries to query the sas dev pg 0 | David Gwynne |
2016-10-23 | Improved parameter handling in wsmouse and new ioctls for reading and | Ulf Brosziewski |
2016-10-23 | Remove sunxi board IDs. | Mark Kettenis |
2016-10-23 | De-platformize sunxi. This removes the board initialization code that sets up | Mark Kettenis |
2016-10-23 | unbreak by fixing obvious pastos | Christian Weisgerber |
2016-10-23 | Only attach on sun4i and sun5i. The timer implemented on later SoCs lacks | Mark Kettenis |
2016-10-23 | Don't free mbuf on error during swofp_flow_entry_put_instructions() parse, | Rafael Zalamena |
2016-10-23 | stop disabling the external pl310 l2 cache on pandaboard | Jonathan Gray |
2016-10-23 | handle non-INET6 kernels in some way | Theo de Raadt |
2016-10-23 | dns hijacking must be af specific. move it into the port check function, | Ted Unangst |
2016-10-22 | If an Access Flag fault happens while we were running the kernel and | Patrick Wildt |
2016-10-22 | Attach sxitimer(4) using the fdt. | Mark Kettenis |
2016-10-22 | Stop setting MIIF_AUTOTSLEEP in sxie(4) | Jonathan Gray |
2016-10-22 | Factor out pr->ps_vmspace into a local variable for fill_kproc() | Philip Guenther |
2016-10-22 | Adjust allocpid() to take into account lastpid | Philip Guenther |
2016-10-22 | Delete dead copy of pr->ps_vmspace; uvmspace_exec() can change it anyway | Philip Guenther |
2016-10-21 | Stop setting MIIF_AUTOTSLEEP in fec(4) | Jonathan Gray |
2016-10-21 | tag large constants as ULL to fix the build of switch(4) on ILP32 archs | Jonathan Gray |
2016-10-21 | Add support for the ACPI timer opcode. | Joris Vink |
2016-10-21 | Implement a driver for Marvell's Mbus bridge. This is the component | Patrick Wildt |
2016-10-21 | Outsource simplebus softc definition so that it can be used by | Patrick Wildt |
2016-10-21 | Run timers from the 24MHz; it seems the A10s doesn't have a reliable 32kHz | Mark Kettenis |
2016-10-21 | Fix MP builds including vmm | Theo de Raadt |
2016-10-21 | Check if memory allocation failed. | Visa Hankala |
2016-10-21 | Fix grammar, and simplify a little. | Visa Hankala |
2016-10-21 | Revert previous commit. | Paul Irofti |
2016-10-21 | Fix build: declare the pcie read/write routines before using them. | Paul Irofti |
2016-10-21 | pledge changes needed to support pledging vmd(8) on i386, forthcoming. | Mike Larkin |
2016-10-21 | consistently zero the allocated memory in both the MP and UP cases. | David Gwynne |
2016-10-21 | add generalised access to per cpu data structures and counters. | David Gwynne |
2016-10-21 | vmm(4) for i386. Userland changes forthcoming. Note that for the time being, | Mike Larkin |
2016-10-21 | mitigate against mpii device attachment racing with mountroot | David Gwynne |
2016-10-20 | - PF should send a challenge ACK as response to SYN, which matches existing | Alexandr Nedvedicky |
2016-10-19 | Only force iwm's firmware to use RTS for all frames if the AP requires it. | Stefan Sperling |
2016-10-19 | Lets just be safe and check M_PREPEND return values for functions that | Rafael Zalamena |
2016-10-19 | Change process_{domem,auxv_offset}() to take a process instead of a proc. | Philip Guenther |
2016-10-19 | Change pmap_proc_iflush() to take a process instead of a proc | Philip Guenther |
2016-10-19 | The first argument to process_domem() and its uio_procp should be curproc | Philip Guenther |
2016-10-19 | Remove the if_input task from the correct taskq. | YASUOKA Masahiko |
2016-10-19 | struct process has a pointer to the vmspace now, so simplify the ASID search | Philip Guenther |
2016-10-18 | Add the examine /m format, "display in unsigned hex with character | Christian Weisgerber |
2016-10-18 | put .openbsd.randomdata into rodata, since i386 can handle it | Theo de Raadt |
2016-10-18 | SVM on AMD CPUs is not supported yet, so don't attach there; ok mlarkin@ | Christian Weisgerber |
2016-10-18 | when openbsd.randomdata was made readonly, the proto seed copy got done | Theo de Raadt |