Age | Commit message (Expand) | Author |
2015-02-07 | Tedu the old idle page zeroing code. | Mark Kettenis |
2015-02-07 | Delete non-ELF support, in particular .align 12 (always a bit jarring) | Theo de Raadt |
2015-02-06 | Enable iwm(4) on amd64. | Stefan Sperling |
2015-02-06 | Handle hibernate button in the same way as suspend does: send an | David Coppa |
2015-02-05 | Expand STACKGAP_RANDOM to 2MB on machines with large user VA | Theo de Raadt |
2015-02-02 | Remove some pmap locks that were #defined to be nothing (empty). Discussed | Mike Larkin |
2015-01-31 | xhci fits | Theo de Raadt |
2015-01-28 | Remove an unused macro and a stale comment. No functional change. | Mike Larkin |
2015-01-27 | tedu x86_self_ipi()/i386_self_ipi() | Stefan Fritsch |
2015-01-27 | this code doesnt need to know about interrupts, so i can trim some | David Gwynne |
2015-01-27 | Remove an odd comment in the first line of the file | Mike Larkin |
2015-01-24 | correct the syntax description of the boot command; ok jmc@ | Christian Weisgerber |
2015-01-24 | Add bus_dmamem_alloc_range(9) to allow drivers to allocate DMA'able memory | Mark Kettenis |
2015-01-19 | Make use of an msr available on recent Intel processors to obtain the | Jonathan Gray |
2015-01-16 | Binary code patching on amd64 | Stefan Fritsch |
2015-01-15 | Don't include i82489 headers in cpu.h | Stefan Fritsch |
2015-01-13 | for the install: target, use cmp as a rough attempt for avoiding repeated | Theo de Raadt |
2015-01-12 | Enable lid suspends by default in the kernel, and remove the question from | Theo de Raadt |
2015-01-11 | switch prototype warnings to implicit-declaration warnings. | Ted Unangst |
2015-01-06 | when we're entering an interrupt handler, record its ipl so splassert | David Gwynne |
2015-01-06 | implement atomic_swap_{uint,ulong,ptr) and some md variants. use these | David Gwynne |
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa |
2014-12-23 | change pmap pools from nointr to waitok. pvpool left alone for now. | Ted Unangst |
2014-12-22 | Clean up some weird spacing. No functional change. | Mike Larkin |
2014-12-22 | bcopy -> memcpy; ok tedu | Theo de Raadt |
2014-12-21 | Prevent writing to the kernel area via the direct map. We do this by padding | Mike Larkin |
2014-12-19 | remove ipw. it wasn't included in generic, but nobody complained, | Ted Unangst |
2014-12-18 | If support is present, use rdrand() at resume time. Make the rdrand() | Theo de Raadt |
2014-12-18 | Unmap the MP hatch and ACPI resume trampolines when not in active use. | Mike Larkin |
2014-12-16 | Temporarily expand the pci memory range to suit Dell 13G servers. | Jonathan Matthew |
2014-12-16 | these headers do not need to (and should not) include lock.h poisoning | Ted Unangst |
2014-12-16 | Define and print HV cpuid flag. | Stefan Fritsch |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-12-15 | fully parenthesize the PMAP_DIRECT_* macros | Philip Guenther |
2014-12-15 | move needed macros to pmap.c and delete stale ones. ok guenther | Ted Unangst |
2014-12-15 | change bcopy to memcpy. ok deraadt | Ted Unangst |
2014-12-14 | Disable MWAIT again, this time on both i386 and amd64. Too many systems | Philip Guenther |
2014-12-12 | oops, i was not supposed to disable mwait. found by stsp | Ted Unangst |
2014-12-11 | dragonflybsd has added a urio driver. conservation of urios requires | Ted Unangst |
2014-12-10 | retire shutdown hooks; ok deraadt, krw | Mike Belopuhov |
2014-12-10 | enable skgpio(4) | Jonathan Gray |
2014-12-10 | Add skgpio(4) a driver for the Soekris net6501 GPIO and LEDs | Jonathan Gray |
2014-12-09 | Replace some malloc(n*size,...) calls with mallocarray(). | Doug Hogan |
2014-12-08 | Move the data part of the mp trampoline to .rodata (initially). The kernel | Mike Larkin |
2014-12-08 | Split the ACPI resume trampoline into code and data, move the data page to | Mike Larkin |
2014-12-04 | as promised 18 years ago, consolidate isa floppy disks in files.isa | Ted Unangst |
2014-12-04 | Enable umcs(4) where moscom(4) is present. | Martin Pieuchot |
2014-12-02 | delete all the simplelocks. ok deraadt | Ted Unangst |
2014-12-01 | Remove an unused gdt structure definition. | Mike Larkin |
2014-12-01 | Remove an old and superfluous comment, and fix some KNF style issues in | Mike Larkin |