Age | Commit message (Expand) | Author |
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 |
2014-10-01 | Move some hibernate #defines to pte.h and eliminate some duplicate defines | Mike Larkin |
2014-09-27 | retire Accoom Networks Artery T1/E1 drive; ok claudio | Theo de Raadt |
2014-09-27 | Removed an ununsed macro | Mike Larkin |
2014-09-27 | typo in a printf | Mike Larkin |
2014-09-23 | Fix constraint. | Brad Smith |
2014-09-21 | Don't check LAPIC_DLSTAT_BUSY again after an IPI | Stefan Fritsch |
2014-09-20 | On i386, agp_map_subregion might sleep, which is not allowed in some of | Mark Kettenis |
2014-09-19 | Use config_suspend_all(9). | Mark Kettenis |