Age | Commit message (Expand) | Author |
2014-08-20 | unlink crypto(4) pseudo device from the architecture dependant character | Mike Belopuhov |
2014-08-19 | More PIC programming magic, as well as a specific workaround for lost | Miod Vallat |
2014-08-19 | Set Eng. GFE has a 32-bit ID register, so put it in the 32-bit section. | Miod Vallat |
2014-08-18 | Explicitely need <sys/pool.h> now. | Miod Vallat |
2014-08-18 | Sigh, ignoring instruction fetch bus errors for the kernel code should not | Miod Vallat |
2014-08-18 | this uses pools, but relied on mbuf.h to provide them. | David Gwynne |
2014-08-18 | dont rely on mbuf.h to provide pool.h. | David Gwynne |
2014-08-17 | On kernels compiled with R10000 support, ignore (by simply returning) | Miod Vallat |
2014-08-15 | lofn(4) and nofn(4) are going away | Mike Belopuhov |
2014-08-14 | fixed overrid(d)en typo | Tobias Stoeckmann |
2014-08-14 | Unused variable, and more fixes in the attach failure path. | Miod Vallat |
2014-08-12 | Lower VM_PHYSSEG_MAX from the mips64 default to a generous 4, and change | Miod Vallat |
2014-08-12 | addu -> PTR_ADDU when doing address arithmetic in the octeon-specific code path. | Miod Vallat |
2014-08-12 | Better cache information gathering. Only affects information put in dmesg. | Miod Vallat |
2014-08-12 | Pass 0 instead of uvm_map_hint() to uvm_map() in exec_md_map() to figure out | Miod Vallat |
2014-08-11 | Do not extern octeon_boot_info, <machine/octeonvar.h> declares it for you. | Miod Vallat |
2014-08-11 | Do not use CKSEG0 to quickly map physical addresses, but XKPHYS, for we are | Miod Vallat |
2014-08-11 | Get rid of the `quirks' member, which is never initialized (but by zero at | Miod Vallat |
2014-08-11 | Remove evcnt and %b format strings relying upon SEIL extensions. This gives | Miod Vallat |
2014-08-11 | De-static so that my ddb backtrace get closer to reality. | Miod Vallat |
2014-08-11 | Add option USER_PCICONF for pcidump(8) to be able to do its magic. | Miod Vallat |
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 |