Age | Commit message (Expand) | Author |
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 |
2015-02-08 | Convert to if_input(). | Martin Pieuchot |
2015-02-07 | Need to define APM_USER_HIBERNATE_REQ here too. | Miod Vallat |
2015-02-06 | Give "machine ddbcpu" a chance to work, now we can try to see what's wrong | Martin Pieuchot |
2015-02-06 | Call the debugger (bsd -d) before replacing the firmware console just like | Martin Pieuchot |
2015-01-27 | ENOGREP. | David Gwynne |
2015-01-24 | Implement bus_dmamem_alloc_range(9) for macppc/socppc. | Mark Kettenis |
2015-01-20 | Move ps_strings "after" the random stackgap. This makes its location a | Mark Kettenis |
2015-01-20 | Merge two copies of the (almost) identical bus space code into one file. | Martin Pieuchot |
2015-01-20 | Merge two copies of the same dma code into one file and sync the headers. | Martin Pieuchot |
2015-01-13 | for the install: target, use cmp as a rough attempt for avoiding repeated | Theo de Raadt |
2015-01-11 | switch prototype warnings to implicit-declaration warnings. | Ted Unangst |
2015-01-04 | Implement splassert(9) for powerpc. | Martin Pieuchot |
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa |
2015-01-01 | move to 5.7-beta | Theo de Raadt |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-11 | dragonflybsd has added a urio driver. conservation of urios requires | Ted Unangst |
2014-12-10 | retire shutdown hooks; ok deraadt, krw | Mike Belopuhov |
2014-12-08 | Use tabs instead of spaces here. | Brad Smith |
2014-12-04 | Enable umcs(4) where moscom(4) is present. | Martin Pieuchot |
2014-12-02 | macppc G5 needs fcu in RAMDISK, mentioned by mpi | Theo de Raadt |
2014-11-25 | disable qla. there is a boot-time race | Theo de Raadt |
2014-11-24 | use the correct capitalization for Realtek. | Brad Smith |
2014-11-19 | Add netudp.c here too for consistency, even though this code ends up not being | Miod Vallat |