Age | Commit message (Expand) | Author |
2015-07-08 | MFREE(9) is dead, long live m_freem(9)! | Martin Pieuchot |
2015-06-26 | move the ppc mplock implementation from macppc to powerpc. | David Gwynne |
2015-06-26 | Do not compare against a null string. When ofw_find_keyboard() is run | Martin Pieuchot |
2015-06-25 | OF_getprop() returns an int, so comparing its return value against sizeof casts | Miod Vallat |
2015-06-25 | Use a single event counter for IPIs like other archs do. | Martin Pieuchot |
2015-06-24 | Do not quiesce the firmware on Quad G5 to let it manage the fans. | Martin Pieuchot |
2015-06-24 | IPL_MPSAFE bits for macppc with openpic(4). | Martin Pieuchot |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-06-22 | document that boot.conf can contain comments; | Jason McIntyre |
2015-06-17 | crank to 5.8-beta | Theo de Raadt |
2015-06-13 | When investigating an uninitialised variable in the armv7 resettodr() | Jonathan Gray |
2015-06-05 | Put spaces and commas where they belong. | Martin Pieuchot |
2015-06-04 | The (no quite so) new kernel perfpolicy code calls cpu_setperf() from a | Mark Kettenis |
2015-06-03 | Support for U4, missed in previous. | Martin Pieuchot |
2015-06-03 | Check for the correct bit in the interrupts property of the device-tree | Martin Pieuchot |
2015-06-03 | Add hpb(4), reminded by Brad. | Martin Pieuchot |
2015-06-02 | Add a new HT-PCI bridge driver and the necessary glue to openpic(4) | Martin Pieuchot |
2015-05-30 | Remove commented out DRMDEBUG/DRM_DEBUG lines. Other drivers don't have | Jonathan Gray |
2015-05-28 | when machdep.allowaperture sysctl is set to 3, allow concurrent access | Joshua Stein |
2015-05-13 | test mbuf pointers against NULL not 0 | Jonathan Gray |
2015-05-11 | Remove all audio format conversion code from the kernel (btw holding | Alexandre Ratchov |
2015-05-07 | remove badly indented printf and it's preceeding test | Jonathan Gray |
2015-05-06 | Add missing braces so this will correctly fall back to the "name" | Jonathan Gray |
2015-04-16 | Enable ualea(4) where we have uhub(4), these USB device lists cry for | Martin Pieuchot |
2015-04-08 | Kill unused function. | Martin Pieuchot |
2015-04-07 | Remove a lie, the early boot console does not need any mapping. | Martin Pieuchot |
2015-04-07 | Mark audio interrupt handlers as MPSAFE, they already grab the right | Martin Pieuchot |
2015-04-07 | Use appropriate memory barriers. | Martin Pieuchot |
2015-04-02 | use correct capitalization of 'BlackBerry' | Jasper Lievisse Adriaanse |
2015-04-02 | Merge openpic_init() into openpic_attach(), no functional change. | Martin Pieuchot |
2015-04-02 | One function pointer per pic function is enough. | Martin Pieuchot |
2015-04-02 | Cleanup function definitions, use only one define for DEBUG and remove | Martin Pieuchot |
2015-03-31 | Make it possisble to disable block address translation mechanism on | Martin Pieuchot |
2015-03-31 | Merge two versions of ppc_check_procid(). | Martin Pieuchot |
2015-03-31 | Tell the firmware to shut down the fan management thread on the last | Martin Pieuchot |
2015-03-30 | Always use the first value of the "interrupts" property the others do | Martin Pieuchot |
2015-03-30 | Add defines for known offsets and magical values, map the correct page | Martin Pieuchot |
2015-03-24 | Work around broken device-tree in PowerMac7,2 and PowerMac7,3 (K2 systems) | Martin Pieuchot |
2015-03-24 | unwire lmc(4) and san(4). | David Gwynne |
2015-03-23 | Fix buglet in previous ofdev change causing NFS boot to fail; found the hard | Miod Vallat |
2015-03-14 | Allow for multiple concurrent devopen() calls, and fill the .readdir member | Miod Vallat |
2015-03-11 | Remove unused type definitions. | Martin Pieuchot |
2015-02-11 | no md code wants lockmgr locks, so no md code needs to include sys/lock.h | David Gwynne |
2015-02-11 | Save OpenFirmware mappings in save_ofw_mapping(), currently unused | Martin Pieuchot |
2015-02-10 | Convert to uiomove(). | Miod Vallat |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-02-10 | increase min address to page size for all remaining min == 0 systems. | Ted Unangst |
2015-02-10 | Correctly parse memory regions from the firmware on 64bit machines. | Martin Pieuchot |
2015-02-09 | Add a quirk to find the AGP bridge on PowerMac7,2 and PowerMac7,3 which | Martin Pieuchot |
2015-02-09 | tweak the new if_input function so it takes an mbuf_list instead | David Gwynne |