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