Age | Commit message (Expand) | Author |
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 |
2015-06-13 | Parse _CST objects and use the C-states they describe when they're sane. | Philip Guenther |
2015-06-07 | Add a default panic case to a switch statement where code after assumes | Jonathan Gray |
2015-06-07 | Add CR4_FSGSBASE | Philip Guenther |
2015-06-07 | Enable use of mwait in non-MP boxes and report # of C-substates up to C7, | Philip Guenther |
2015-06-06 | Enable rtwn(4) on RAMDISK_CD kernels for upgrades. ok deraadt | Stefan Sperling |
2015-06-04 | enable rtwn(4) on i386 | Stefan Sperling |
2015-05-30 | Remove commented out DRMDEBUG/DRM_DEBUG lines. Other drivers don't have | Jonathan Gray |
2015-05-30 | Native atomic operations for i386. | Mark Kettenis |
2015-05-29 | Nuke annoying whitespace nits to shrink some future diffs. | Kenneth R Westerback |
2015-05-28 | when machdep.allowaperture sysctl is set to 3, allow concurrent access | Joshua Stein |
2015-05-28 | Save the cpuid(6) eax bits in the cpu_info and report the SENSOR and ARAT | Philip Guenther |
2015-05-09 | Cleanup/rejig GPT code to be more readable, support different endian | Kenneth R Westerback |
2015-05-05 | emul_native is only used for kernel threads which can't dump core, so | Philip Guenther |
2015-04-30 | Remove SIZE_MAX from limits.h. It was added years ago before we | Todd C. Miller |
2015-04-29 | Move a variable's initialisation so a panic will work as intended. | Jonathan Gray |
2015-04-26 | Disable PAE when switching to the hibernate resume pagetables. This involves | Mark Kettenis |
2015-04-26 | Enable NX support in the resume path. Makes suspend/resume work with the | Mark Kettenis |
2015-04-26 | Only enable PAE if the CPU we're running on has NX support. Without NX | Mark Kettenis |