Age | Commit message (Expand) | Author |
2013-11-04 | Convert wskbd_set_mixervolume() to use a task internally instead of | Martin Pieuchot |
2013-11-04 | move the arm pmaps away from pool ctors to just initting memory after its | David Gwynne |
2013-11-03 | size no longer has a.out knowledge, so .. skip it | Theo de Raadt |
2013-11-03 | Include "gpio.h" | Raphael Graf |
2013-11-03 | Remove a.out support from compat_linux(8). | Paul Irofti |
2013-11-03 | Even saner kernel layout, so that .rodata can be batc mapped by a read-only | Miod Vallat |
2013-11-02 | Use a linker script to align .data to a BATC boundary as well, so that no | Miod Vallat |
2013-11-02 | Create the initial page tables in the area between the end of the firmware | Miod Vallat |
2013-11-02 | Link m88k kernels on a BATC boundary. | Miod Vallat |
2013-11-02 | replace bare use of disksort with a bufq, modelled on the sys/dev/isa/fd.c | David Gwynne |
2013-11-02 | Reserve a page at the beginning of the kernel text to use for the trap vectors, | Miod Vallat |
2013-11-02 | oops, do install man pages on macppc... | Theo de Raadt |
2013-11-02 | Cleanup bios_oconsdev_t. Make sure you have a halfway recent bootloader | Mark Kettenis |
2013-11-02 | Make calltrap global such that gdb can always find it. | Mark Kettenis |
2013-11-02 | Use sigexit() instead of rolling our own version. | Miod Vallat |
2013-11-02 | Some more aggressive CR3 whacking is needed on some machines to completely | Mike Larkin |
2013-11-02 | No need to cast constants or simple variables to (daddr_t). Use | Kenneth R Westerback |
2013-11-01 | Drop zsaddr[NZS] and the need for zs to be needs-count. zsaddr[] is no longer | Miod Vallat |
2013-11-01 | adds a few modules used by upcoming drivers, and support for disabling | aalm |
2013-11-01 | Use %lu to print u_long, not %lld. | Kenneth R Westerback |
2013-11-01 | crank MINIROOTSIZE needed so the ramdisks will fit again | Jasper Lievisse Adriaanse |
2013-11-01 | when we fail to power up the AHCI phy don't bother trying to make | Jasper Lievisse Adriaanse |
2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t | Kenneth R Westerback |
2013-11-01 | rewrite omdog somewhat and hook it into the watchdog framework. | Federico G. Schwindt |
2013-11-01 | Better report of the system type, to match the OMRON spelling; aoyama@ | Miod Vallat |
2013-11-01 | get rid of pmap_pdp_cache_generation. it cannt change between where it is | David Gwynne |
2013-11-01 | replace bare use of disksort with bufqs. | David Gwynne |
2013-10-31 | remove commented gpio(4) entry which makes no sense to have on the ramdisk | Jasper Lievisse Adriaanse |
2013-10-31 | add proper guard around gpiobus_print() to allow RAMDISK-SUNXI to compile | Jasper Lievisse Adriaanse |
2013-10-31 | Reenable compat_linux. | Paul Irofti |
2013-10-31 | Add a header for various hardware implementation dependent register | Martin Pieuchot |
2013-10-31 | oops | Theo de Raadt |
2013-10-31 | init memory from pool_get after its allocated rather than using a pool | David Gwynne |
2013-10-30 | Remove redundant base adrress printing during attach. | Paul Irofti |
2013-10-30 | Fix native builds of the luna88k boot block. Install it into /usr/mdec. | Miod Vallat |
2013-10-30 | Put all the generic machdep code in armv7_machedep.c | Sylvestre Gallon |
2013-10-30 | Add missing rcsid. | Sylvestre Gallon |
2013-10-30 | It seems an immediate read is necessary when doing a write to an RSL | Paul Irofti |
2013-10-30 | Reduce gap at the end of .text from a page to 0x10 bytes. The ELF->a.out | Miod Vallat |
2013-10-30 | Bring getline() - a.k.a libsa gets() with a prompt prefix - in par with libsa | Miod Vallat |
2013-10-30 | No longer build luna88k kernels as a.out binaries, now that we have a native | Miod Vallat |
2013-10-30 | Introduce a private copy of old a.out-capable nlist.c, because bootxx | Theo de Raadt |
2013-10-30 | Stop using cpp -tradition for fcode; handle the inclusion of a | Philip Guenther |
2013-10-29 | fpa went away | Theo de Raadt |
2013-10-29 | bye bye fea / fpa | Theo de Raadt |
2013-10-29 | Get boot device and partition from NVRAM. Boot filename still defaults to | Miod Vallat |
2013-10-29 | More cleanups: | Miod Vallat |
2013-10-29 | unbreak glxsb(4) by properly allocating it's key schedule; | Mike Belopuhov |
2013-10-29 | More cleanup and unused code or data removal. | Miod Vallat |
2013-10-29 | The cache mask for ARMv7 is a little bit different from the one inited by | Patrick Wildt |