Age | Commit message (Expand) | Author |
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 | Make sound cards work on older PowerMacs. | Martin Pieuchot |
2015-07-17 | Remove (unused) references to bios32, which is not present in amd64. | 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-17 | add exdisplay to chromebook_devs | Jonathan Gray |
2015-07-17 | enable exynos | Jonathan Gray |
2015-07-17 | Proper prototypes and return values. | Miod Vallat |
2015-07-17 | Consistently use SEL_RPL as the mask when testing selector privilege level | Philip Guenther |
2015-07-17 | "are we 386, 386sx, or 486, or Pentium, or.." | Mike Larkin |
2015-07-16 | remove 'cpu_brand_id' as we no longer use that method to calculate the | Mike Larkin |
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 | Fix a backward compare in boot argument parsing, and clarify a comment that | Mike Larkin |
2015-07-16 | Move grab/release of the kernel_lock for softintrs from the ASM stubs to | Philip Guenther |
2015-07-16 | make a comment more safe, there's no CRIME there. | Jasper Lievisse Adriaanse |
2015-07-15 | Ditch the octeon simulator non-sense. | Paul Irofti |
2015-07-15 | Refix memory handling for machines with less than 256M broken by revision 1.64. | Paul Irofti |
2015-07-15 | The exynos gic is not at a fixed offset from periphbase unlike | Jonathan Gray |
2015-07-14 | First stab at making the hppa mpsafe. Not quite there yet though. | Mark Kettenis |
2015-07-13 | Do not attempt to configure octhci, superseded by dwc2 | Miod Vallat |
2015-07-13 | remove unused cpu_copy_trampoline; ok mlarkin | Mike Belopuhov |
2015-07-13 | remove unused isa_nodefaultirq; ok kettenis, mlarkin | Mike Belopuhov |
2015-07-13 | First stab at making the hppa mpsafe. Not quite there yet though. | Mark Kettenis |
2015-07-13 | Remove DIAGNOSTIC code that cleans up the pmap in pmap_destroy(). Replace it | Mark Kettenis |
2015-07-10 | Committed from the wrong tree. So now for real: | Mark Kettenis |
2015-07-10 | Avoid calling pool_put(9) while holding a mutex here as well to prevent lock | 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 | Avoid calling pool_put(9) while holding a mutex here as well to prevent lock | 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 | Prevent possible interrupt recursion before unwinding the stack. | Mike Belopuhov |
2015-07-09 | Remove unused prototype. | Mark Kettenis |
2015-07-08 | unify the mutex implementations on all the mips64 platforms. | David Gwynne |
2009-11-19 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2015-07-08 | MFREE(9) is dead, long live m_freem(9)! | Martin Pieuchot |
2015-07-04 | Fix misleading indent | Miod Vallat |
2015-07-04 | get rid of some if 0 code that refers to b_actf. | David Gwynne |
2015-07-04 | replace the manual buf list management with a fifo bufq. it simplifies | David Gwynne |
2015-07-04 | count outgoing packets like every other driver. | David Gwynne |
2015-07-03 | Put the newline at the right place. | Miod Vallat |
2015-07-03 | Rename mtx_cpu to mtx_owner for consistency with the other platforms. | Miod Vallat |
2015-07-03 | Fix cast in atomic_swap_ptr() | Miod Vallat |
2015-07-03 | Correctly restore ipl in fpusave_proc() when we have to busy loop. | Miod Vallat |
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 | copy MUTEX_ASSERT_LOCKED and MUTEX_ASSERT_UNLOCKED from alpha. | David Gwynne |
2015-07-02 | introduce srp, which according to the manpage i wrote is short for | David Gwynne |
2015-06-30 | Clean up a needless check in an if statement. | Mike Larkin |