Age | Commit message (Expand) | Author |
2015-08-28 | The PDE covering the APTE space should not confer exec permissions. | Mike Larkin |
2015-08-28 | fairly simple sizes for free(); ok tedu | Theo de Raadt |
2015-08-27 | Access the image of the floating point registers via p_md.md_regs, instead of | Miod Vallat |
2015-08-26 | Kill code that tries to handle 32-bit code that we're never going to use. | Mark Kettenis |
2015-08-26 | MBR must have priority over GPT. | Kenneth R Westerback |
2015-08-25 | typo in comment | Mike Larkin |
2015-08-25 | Put the device name into the timeout message. OK jsg@ | Brandon Mercer |
2015-08-25 | Enforce kernel w^x policy by properly setting NX (as needed) for | Mike Larkin |
2015-08-25 | Re-enabling GPT on amd64 and i386. Discussed with and OK krw@ | Brandon Mercer |
2015-08-24 | Workaround for slow bm(4) from NetBSD PR 33667 via Donovan Watteau on | Martin Pieuchot |
2015-08-23 | Add support for the Secure-PLT ABI variant. This will give us better W^X | Mark Kettenis |
2015-08-22 | catch up to macppc genassym.cf; regarding C mutexes | Theo de Raadt |
2015-08-22 | delete a wrong comment | Mike Larkin |
2015-08-22 | delete some wrong comments | Mike Larkin |
2015-08-21 | use vaddr_t for kernel va range calculation instead of paddr_t. No binary | Mike Larkin |
2015-08-20 | Use the IPD Clock Count register as a timecounter, making the clock | Visa Hankala |
2015-08-20 | remove unused vesafb code, had been commented out and not compiled in for | Mike Larkin |
2015-08-20 | Remove an unused #include file from i386 and amd64 pmap.h | Mike Larkin |
2015-08-19 | Prevent mips64 FPU emulation from corrupting the page queues | Visa Hankala |
2015-08-19 | Halt extra cores on SP kernel, to avoid trashing the system if there | Visa Hankala |
2015-08-18 | Fix inconsistent spelling of `inconsistent' | Miod Vallat |
2015-08-18 | Unbreak Octeon kernel config after r1.25 of files.mips64. | Visa Hankala |
2015-08-15 | Some bits for Loongson 3A support. | Miod Vallat |
2015-08-15 | typo | Miod Vallat |
2015-08-15 | Remove orphaned debug code. | Miod Vallat |
2015-08-15 | If the SRM has explicitely set up some ISA interrupts level-triggered, | Miod Vallat |
2015-08-15 | Store the {e,}isa_chipset_t in the softc, rather than on sio_bridge_callback()'s | Miod Vallat |
2015-08-15 | No need to cargo-cult include <alpha/pci/sioreg.h> here. | Miod Vallat |
2015-08-15 | Fix isa_chipset_t ic_intr_{alloc,check} prototype: these take an | Miod Vallat |
2015-08-15 | Enable AlphaBook 1 support in bsd.rd too | Miod Vallat |
2015-08-15 | When resetting the hwrpb after a succesfull secondary processor spinup, | Miod Vallat |
2015-08-15 | Increase the size of the masks used in i386 ldscript to account for larger | Mike Larkin |
2015-08-14 | replace the asm mutexes with a c implementation. | David Gwynne |
2015-08-12 | Use a linker script when building i386 kernels to allow section padding on | Mike Larkin |
2015-08-12 | Fix a free of an uninitialized variable in an error path. | Mike Larkin |
2015-08-12 | Incorrect comparison when accessing cpuid extended function 0x80000007. | Mike Larkin |
2015-08-11 | Remove unnecessary pmap == NULL checks in mips64 pmap. | Visa Hankala |
2015-08-10 | Explicitly NULL-terminate mpbios_icu_table as required by the code which | Theo de Raadt |
2015-08-10 | Explicitly NULL-terminate mpbios_icu_table as required by the code which | Theo de Raadt |
2015-08-05 | Add octrtc(4) to RAMDISK. | Paul Irofti |
2015-08-04 | Remove some ancient code in PAE mode that was part of supporting > 4GB | Mike Larkin |
2015-08-03 | On mips64, enable IPIs before calling refreshcreds() in trap(), to | Visa Hankala |
2015-08-03 | add amdcf(4) here too; unbreaks RAMDISK | Jasper Lievisse Adriaanse |
2015-07-30 | Make mips64 pmap prepared for the unlocked reaper. | Visa Hankala |
2015-07-29 | 17 years ago, setfault() was modified to save the status register in the | Miod Vallat |
2015-07-29 | Acquire the kernel lock in pmap_remove(). The reasons for this can't be | Miod Vallat |
2015-07-27 | Allow coalescing of IPI requests on mips64, to make IPI sending | Visa Hankala |
2015-07-27 | Always #include <sys/mutex.h>: need struct mutex for struct vm_page_md | Philip Guenther |
2015-07-26 | Make sure pci_intr_map() will perform proper interrupt swizzling for devices | Miod Vallat |
2015-07-25 | Only store mod/ref flags in the vm_page_md struct, not in every pv_entry. | Miod Vallat |