Age | Commit message (Expand) | Author |
2015-09-01 | ditch a few prototypes for non-existant functions | Mike Belopuhov |
2015-09-01 | fairly simple sizes for free() | Theo de Raadt |
2015-08-31 | The pmap_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-29 | _NLIST_DO_ELF is no longer needed: it's the only option | Philip Guenther |
2015-08-28 | The PDE covering the APTE space should not confer exec permissions. | Mike Larkin |
2015-08-26 | MBR must have priority over GPT. | Kenneth R Westerback |
2015-08-25 | typo in comment | Mike Larkin |
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-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 | 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-15 | Increase the size of the masks used in i386 ldscript to account for larger | Mike Larkin |
2015-08-12 | Use a linker script when building i386 kernels to allow section padding on | Mike Larkin |
2015-08-10 | Explicitly NULL-terminate mpbios_icu_table as required by the code which | Theo de Raadt |
2015-08-04 | Remove some ancient code in PAE mode that was part of supporting > 4GB | Mike Larkin |
2015-07-23 | Revert attempted GPT code cleanup. Too much code, too little testing. | Kenneth R Westerback |
2015-07-23 | Attach pvbus(4) later just before pci(4). Same change was done for amd64. | Reyk Floeter |
2015-07-23 | GPT appears to create broken spoofed labels for empty disks (at least vnd, | Theo de Raadt |
2015-07-21 | Sync with amd64; add LAPIC timer definitions. | Masao Uebayashi |
2015-07-21 | Add pvbus(4), a pseudo-bus to attach non-PCI paravirtual devices and buses. | Reyk Floeter |
2015-07-21 | A few more daddr_t fixes. Rename 'phys_off' variables to 'offset' | Kenneth R Westerback |
2015-07-19 | Make i386_send_ipi() return void | Stefan Fritsch |
2015-07-19 | Enable GPT kernel support. Discussed with a few. OK miod@ | Brandon Mercer |
2015-07-19 | Use DEV_BSIZE instead of 512 where appropriate. Use DL_SECTOBLK() | Kenneth R Westerback |
2015-07-18 | Make {x86,i82489,x2apic,i386}_ipi return void | Stefan Fritsch |
2015-07-18 | Make *_ipi_init return void on i386/amd64 | Stefan Fritsch |
2015-07-18 | Set all the cr4 bits we want at once, instead of one by one | Philip Guenther |
2015-07-17 | remove obsolete INET kernel option | Ted Unangst |
2015-07-17 | Avoid assigning low addresses to PCI BARs. Some machines don't claim these | Mark Kettenis |
2015-07-17 | Remove/reword some odd comments and a #define that looks like it was left | Mike Larkin |
2015-07-17 | Include executable mapping for BIOS32 pages. Fixes a problem where mappings | Mike Larkin |
2015-07-17 | Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.out | Miod Vallat |
2015-07-16 | Remove 4 second delay on reboot/shutdown that was added 8 years | Stefan Fritsch |
2015-07-16 | Remove a piece of code that has been commented out for 16 years and was | Mike Larkin |
2015-07-16 | Move grab/release of the kernel_lock for softintrs from the ASM stubs to | Philip Guenther |
2015-07-13 | remove unused isa_nodefaultirq; ok kettenis, mlarkin | Mike Belopuhov |
2015-07-10 | Committed from the wrong tree. So now for real: | Mark Kettenis |
2015-07-10 | Don't call pool_put(9) while holding a mutex. Instead collect pv entries in | Mark Kettenis |
2015-07-10 | Don't call pool_put(9) while holding a mutex. Instead collect pv entries in | Mark Kettenis |
2015-07-09 | Remove unused prototype. | Mark Kettenis |
2015-07-02 | tweak MUTEX_ASSERT_LOCKED and MUTEX_ASSERT_UNLOCKED to only look | David Gwynne |
2015-07-02 | Make the i386 pmap (almost) mpsafe by protecting the pmap itself, the pv | Mark Kettenis |
2015-07-02 | introduce srp, which according to the manpage i wrote is short for | David Gwynne |
2015-06-28 | Split AST handling from trap() into ast() and get rid of T_ASTFLT | Philip Guenther |
2015-06-24 | Uninitialized variables; pedro@ | Miod Vallat |
2015-06-22 | Make it possible to create write combing mappings through /dev/mem. This is | Mark Kettenis |
2015-06-22 | document that boot.conf can contain comments; | Jason McIntyre |