Age | Commit message (Expand) | Author |
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 |
2014-11-18 | Nuke some obvious #include duplications. | Kenneth R Westerback |
2014-11-18 | drop "pl" from the pool name and use pool_setlowat | Mike Belopuhov |
2014-11-18 | rename ld.script to same name as other architectures | Theo de Raadt |
2014-11-17 | Pull in the .openbsd.randomdata sections, assigned to both the data and | Philip Guenther |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-11-16 | Add cas(4). | Brad Smith |
2014-11-14 | enable trunk. | Henning Brauer |
2014-11-11 | Local APIC page doesn't need X permissions. | Mike Larkin |
2014-11-08 | No need to keep the temporary mappings for the MMU pages for the resume | Mike Larkin |
2014-11-08 | Kill #if 0'ed code for boot args that we don't care about on amd64. | Philip Guenther |
2014-11-07 | Wrong comment - NX is handled later (for now), not in locore. No functional | Mike Larkin |
2014-11-07 | Enable xhci(4). Most of the features are here, USB 1.x devices only work | Martin Pieuchot |
2014-11-07 | Map .rodata and the KVA range corresponding to the ISA hole as NX on amd64 | Mike Larkin |
2014-11-05 | Map .rodata RO after boot on amd64. Makefile.amd64 changes from deraadt. | Mike Larkin |
2014-10-31 | Fix a missing include in amd64 pmap.c that resulted in an erroneous memory | Mike Larkin |
2014-10-25 | uvm_km_valloc -> km_alloc | Mark Kettenis |
2014-10-18 | Make sure the direct map isn't executable on hardware that allows us to do so. | Mark Kettenis |
2014-10-17 | Also remove trailing spaces from the CPU brand string. | Mark Kettenis |
2014-10-16 | Use an instruction encoding for the return-to-realmode code that works on | Mike Larkin |
2014-10-15 | Sprinkle CPU_BUSY_CYCLE() in a few places. | Masao Uebayashi |
2014-10-15 | Revert previous (wrong commit message). | Masao Uebayashi |
2014-10-15 | pppx(4): Correct pppx_dev_lookup() and pppx_dev2pxd() local declarations | Masao Uebayashi |
2014-10-10 | Significant unification of RAMDISK* config files, making them diffable. | Theo de Raadt |
2014-10-09 | no need for lkm_map now | Ted Unangst |
2014-10-09 | mechanical translation of dev_lkm_dummy() to dev_notdef() | Ted Unangst |
2014-10-09 | remove LKM devices | Ted Unangst |
2014-10-08 | Add virtio_membar_* macros | Stefan Fritsch |
2014-10-06 | Make amd64 pmap more efficient on multi-processor | Stefan Fritsch |
2014-10-04 | Switch the kernel configs over to using -Wframe-larger-than= instead of | Brad Smith |