Age | Commit message (Expand) | Author |
2015-09-01 | set sival_ptr before calling trapsignal() for user breakpoint/trace traps | Jonathan Gray |
2015-09-01 | Only advertise the color depth we actually support. This makes the | Mark Kettenis |
2015-09-01 | fairly simple sizes for free() | Theo de Raadt |
2015-09-01 | Delete bogus MATH_EMULATE holdover from i386 | Philip Guenther |
2015-09-01 | free() size | Theo de Raadt |
2015-09-01 | missing splx | Jonathan Gray |
2015-09-01 | missing splx | Jonathan Gray |
2015-08-31 | The pmap_pmap_pool pool will never be used in interrupt context, so pass the | Mark Kettenis |
2015-08-31 | Check driver name in match function such that driver only attempts to attach | Mark Kettenis |
2015-08-31 | Enable efifb(4). | YASUOKA Masahiko |
2015-08-30 | Don't try to attach efifb(4) on non-UEFI boots. | Mark Kettenis |
2015-08-30 | The pmap_pmap_pool pool will never be used in interrupt context, so pass the | Mark Kettenis |
2015-08-30 | The pmap_pool pool will never be used in interrupt context, so pass the | Mark Kettenis |
2015-08-30 | Provide remaining arch with END() macro for setting calculated size on | Philip Guenther |
2015-08-30 | Modify kernel to prepare boot from UEFI. | YASUOKA Masahiko |
2015-08-30 | Enable xhci(4) now that it attaches correctly on my G5. | Martin Pieuchot |
2015-08-30 | Map the whole config1 space based on the size read from the | Martin Pieuchot |
2015-08-29 | correct size for free() | Theo de Raadt |
2015-08-29 | use correct size for free(9), problem reported by Theo Buehler, ok kettenis | Stuart Henderson |
2015-08-29 | _NLIST_DO_ELF is no longer needed: it's the only option | Philip Guenther |
2015-08-29 | _NLIST_DO_ELF is no longer needed: it's the only option | Philip Guenther |
2015-08-28 | Add support for switching CPUs in ddb on sparc64. | Mark Kettenis |
2015-08-28 | These days, we have two 4MB pages of read-only kernel memory. | Mark Kettenis |
2015-08-28 | fix an unprobable leak. ok deraadt mikeb | Ted Unangst |
2015-08-28 | a few more free sizes. ok deraadt | Ted Unangst |
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 |