Age | Commit message (Expand) | Author |
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 |
2014-11-30 | Unbreak zzz/ZZZ resume - ensure NX is re-enabled on resume (if enabled). | Mike Larkin |
2014-11-30 | Mask out EFER_LMA when restoring saved EFER on zzz/ZZZ resume as it's a | Mike Larkin |
2014-11-27 | Missing comparison caused NX to always be enabled during boot, even on CPUs | Mike Larkin |
2014-11-24 | use the correct capitalization for Realtek. | Brad Smith |
2014-11-23 | enable xhci(4) in ramdisks | Jonathan Gray |
2014-11-23 | Make sure the direction bit is cleared on entry to the kernel by syscall | Philip Guenther |
2014-11-22 | Previous diff changed the location of the ACPI S3/S4 trampoline, which has | Mike Larkin |
2014-11-22 | { on seperate line at start of function or I go crazy | Theo de Raadt |
2014-11-22 | Split the MP trampoline into two pages, one for code and one for data/stack | Mike Larkin |
2014-11-21 | remove unused #defines and labels. | Mike Larkin |
2014-11-21 | Since we enable NX in locore now, no need to do it again later in the | Mike Larkin |
2014-11-21 | Add NX (if available) to the mid-level page tables (PDE, etc). | Mike Larkin |
2014-11-20 | When removing the identity mapping in low memory used during bootstrap, | Mike Larkin |
2014-11-20 | Move previous PTE permission fixup code into locore, and fixup some more | Mike Larkin |
2014-11-20 | Revert the previous changes that enabled various PTE permissions fixups | Mike Larkin |
2014-11-19 | Only keep {recv,send}udp() in the pxe-specific code, the remainder of what | Miod Vallat |