Age | Commit message (Expand) | Author |
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 |
2016-10-18 | split pf_send_tcp() into the part that builds the mbuf and the actual | Henning Brauer |
2016-10-18 | The variable dlen is always positive and d may be negative. So | Alexander Bluhm |
2016-10-18 | The checksum of a ICMP "need to frag" packet for TCP was wrong when | Alexander Bluhm |
2016-10-18 | Place splsoftnet() in route_input() to shut up splassert warnings | Alexander Bluhm |
2016-10-18 | Delete remnants of "traptrace" support | Philip Guenther |
2016-10-17 | "send/received" -> "sent/received" | Lawrence Teo |
2016-10-16 | m_resethdr() clears information attached to a mbuf that has been | Alexander Bluhm |
2016-10-16 | Fix bpf_catchpacket comment. | Jeremie Courreges-Anglas |
2016-10-16 | Strip trailing obj/ from kernel build directories, so kernels | Theo Buehler |
2016-10-15 | cleandir: target for kernel compile directories | Theo de Raadt |
2016-10-15 | Process groups can't be removed if a zombie process is in them, so | Philip Guenther |
2016-10-14 | backout small error | Theo de Raadt |
2016-10-14 | Kernel builds now happen in compile/CONFIG/obj@ -> /usr/obj/... [or ./obj/, | Theo de Raadt |
2016-10-14 | The trailing producer index must point to the beginning of the message | Mike Belopuhov |
2016-10-14 | Implement an operation to dequeue packets from the completion queue | Mike Belopuhov |
2016-10-14 | Fulfil our contractual obligations with ether_input | Mike Belopuhov |
2016-10-14 | cache some more cpuid info. the cached data is presently unused, but will | Mike Larkin |
2016-10-13 | Add an extra debug line when virtualization is disabled in the firmware. | Martijn van Duren |
2016-10-13 | Fix another memory leak on error path in ldc.c | Tom Cosgrove |
2016-10-13 | Fix memory leaks on error paths spotted by coypu (at) SDF (dot) ORG - thanks | Tom Cosgrove |
2016-10-13 | cache another feature bit for something I'm working on | Mike Larkin |
2016-10-12 | Rename CDCE_ZAURUS option to CDCE_CRC32 for clarity. | Frederic Cambus |
2016-10-12 | Get rid of the ch_buf member that is not part of the channel API | Mike Belopuhov |
2016-10-12 | When sending a action_output for a table-miss to the controller the | Rafael Zalamena |
2016-10-12 | enable vmm | Mike Larkin |
2016-10-12 | Allow 4 vio(4) interfaces in each VM. Also fix a bad interrupt assignment that | Mike Larkin |
2016-10-11 | Rename 'i' to 'hlen' for greater readability; ok millert, naddy | Mike Belopuhov |
2016-10-11 | Small code improvements: | Rafael Zalamena |
2016-10-11 | Move Hyper-V integration components into a separate source file | Mike Belopuhov |
2016-10-11 | Strengthen Ethernet packet length checks on input; ok dlg | Mike Belopuhov |
2016-10-10 | Reshuffle GUID device ID table and add $ tags to headers | Mike Belopuhov |