Age | Commit message (Expand) | Author |
2014-08-06 | Correct some dma cleanup error paths. | Jonathan Gray |
2014-08-06 | fix an off by one | Jonathan Gray |
2014-08-03 | Add ral(4) at pci and cardbus to RAMDISK on macppc; ok deraadt | Stefan Sperling |
2014-08-03 | Add ral(4) at cardbus to GENERIC on macppc; ok deraadt | Stefan Sperling |
2014-07-28 | On SPARCbook systems, the ledma device node has a `cable-selection' property | Miod Vallat |
2014-07-28 | Limit the "aperture needed" printf to ramdisks via RAMDISK_HOOKS. | Jonathan Gray |
2014-07-28 | Hardware supported by machfb(4) needs the aperture (for now) so make ramdisks | Mark Kettenis |
2014-07-23 | correctly drain and destroy the bufq upon detach | Jasper Lievisse Adriaanse |
2014-07-22 | - remove unneeded header | Jasper Lievisse Adriaanse |
2014-07-22 | better warning for 8bit cards | Jasper Lievisse Adriaanse |
2014-07-22 | - use DL_SECTOBLK() instead of handrolling the same functionality | Jasper Lievisse Adriaanse |
2014-07-22 | Switch to MI functions disk_{gone,openpart,closepart} instead of handrolling | Jasper Lievisse Adriaanse |
2014-07-22 | Use MI rasops_cmap, instead of MD-defined ANSI colormap. | Kenji Aoyama |
2014-07-22 | <netinet/in_systm.h> is no longer needed. | Martin Pieuchot |
2014-07-22 | oops, duplicate | Theo de Raadt |
2014-07-22 | need dev/pci/vga_pcivar.h | Theo de Raadt |
2014-07-22 | The aperture needed test should be in vgafb as well as vga@pci. | Jonathan Gray |
2014-07-22 | boot(9): Reduce diffs between hppa & hppa64 (& others) | Masao Uebayashi |
2014-07-21 | - whitespace cleanups (trailing whitespace, indentation) | Jasper Lievisse Adriaanse |
2014-07-21 | boot(9): Reduce annoying style diffs | Masao Uebayashi |
2014-07-20 | look up correct dev_t. This matters for the case where a device is | Theo de Raadt |
2014-07-20 | Merge cmd.c from zboot into boot, dropping "clear" command while at it. | Tobias Stoeckmann |
2014-07-20 | RB_MINIROOT is never checked by anything, so stop setting it. | Theo de Raadt |
2014-07-20 | Support hibernating to softraid crypto volumes. | Mike Larkin |
2014-07-20 | This pulls in <ddb/db_output.h>, so don't redeclare ddb functions | Philip Guenther |
2014-07-19 | Bring back pci_dopm, but disable it before powerdown. | Paul Irofti |
2014-07-19 | Backout pci_dopm usage as it also breaks reboot on Lemote's. | Paul Irofti |
2014-07-19 | miod pointed out i forgot which way round casts go. | David Gwynne |
2014-07-18 | atomic_swap_ptr is special. | David Gwynne |
2014-07-18 | pass atomic_{cas,swap}_uint a volatile void * instead of a volatile | David Gwynne |
2014-07-18 | implement 'rootdev' parsing similar to what's already done in the kernel, | Jasper Lievisse Adriaanse |
2014-07-17 | Rework management of the external L2 cache on the few Indy/Indigo2 systems | Miod Vallat |
2014-07-17 | Turn the console code into regular cons_decl() ones, to better fit libsa | Miod Vallat |
2014-07-17 | interrupt handlers established via the ioapic didnt get their | David Gwynne |
2014-07-17 | immidiatelly -> immediately | Miod Vallat |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-07-16 | Save and restore NVS ranges when hibernating, as per The Spec. | Mike Larkin |
2014-07-16 | Do not set pci_dopm to 1 on the Gdium; if we do, rebooting puts the USB HCI in | Miod Vallat |
2014-07-16 | Add mpbios(4). This fixes hw.ncpufound in bsd.rd on the Soekris net6501 | Christian Weisgerber |
2014-07-16 | the scan for transforming free(...) to (free..., 0) failed becuase this | Theo de Raadt |
2014-07-16 | Reenable hibernate RLE support and flush+zero all memory after unpack. | Mike Larkin |
2014-07-15 | mode 644 for installing these files | Theo de Raadt |
2014-07-15 | delete commented out sl | Theo de Raadt |
2014-07-15 | crank to 5.6-beta | Theo de Raadt |
2014-07-15 | Implement rw_cas() with atomic_cas_ulong() now, instead of a dedicated | Miod Vallat |
2014-07-15 | Fix stupid bug in atomic_{add,sub}_int_nv_mp, and stupider bug in | Miod Vallat |
2014-07-14 | whitespace | Jasper Lievisse Adriaanse |
2014-07-14 | Enable ext2fs support on RAMDISK_CD. Requested a few months ago in | Vadim Zhukov |
2014-07-14 | Write to the correct control module registers when configuring gpio pins. | Raphael Graf |
2014-07-14 | More comment cleanup in boot(). | Masao Uebayashi |