summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2014-07-14whitespaceJasper Lievisse Adriaanse
2014-07-14Enable ext2fs support on RAMDISK_CD. Requested a few months ago inVadim Zhukov
2014-07-14Write to the correct control module registers when configuring gpio pins.Raphael Graf
2014-07-14More comment cleanup in boot().Masao Uebayashi
2014-07-13boot(9): Cosmetic changes to improve diff'ability.Masao Uebayashi
2014-07-13Comment out option GPT until the matching userland bits are in place.Miod Vallat
2014-07-13Cosmetic changes to reduce diffs.Masao Uebayashi
2014-07-13The correct place to call _bus_dmamap_sync() is after we copy data *to* theMark Kettenis
2014-07-13fix even more trailing tabsJasper Lievisse Adriaanse
2014-07-13#$%#@$# CONSPEEDMiod Vallat
2014-07-13more hanging tabsJasper Lievisse Adriaanse
2014-07-13ugly hanging tabs; ok jasperTheo de Raadt
2014-07-13No libsa putchar wanted here actuallyMiod Vallat
2014-07-13Still needs <sys/reboot.h>Miod Vallat
2014-07-13consistency with upcoming bootloader device parsing of the uboot arguments,Jasper Lievisse Adriaanse
2014-07-13Keep track of port connections and port resets.Paul Irofti
2014-07-13Remove stale comment which used to explain why we had a special 31-bit freelistMiod Vallat
2014-07-13Initial support to read GPT partition tables in the kernel, if option GPT.Miod Vallat
2014-07-13Stop using old n_long and n_short types.Martin Pieuchot
2014-07-13print leading '0x' for addresses and masks with DUMP_BOOT_{DESC,INFO}Jasper Lievisse Adriaanse
2014-07-13- fix off-by-one in getting the number of cores in the systemJasper Lievisse Adriaanse
2014-07-13Needs getchar.c nowMiod Vallat
2014-07-13use nitems() instead of handrolling something identicalJasper Lievisse Adriaanse
2014-07-13add copyright and rcs idJasper Lievisse Adriaanse
2014-07-13Start handling host channel interrupts.Paul Irofti
2014-07-13move putchar() into libsaJasper Lievisse Adriaanse
2014-07-13One missing boot -> prsignal(initprocess) conversionMiod Vallat
2014-07-13These still need <sys/reboot.h> for the RB_ constants.Miod Vallat
2014-07-13Add missing atomic primitives and __sync_synchronize to let the kernelMiod Vallat
2014-07-12- remove CONSPEED from libsa.hJasper Lievisse Adriaanse
2014-07-12unify cnspeed()Jasper Lievisse Adriaanse
2014-07-12reboot(9), panic(9): Call panic(9) for unrecoverable MD H/W errors (NMIs)Masao Uebayashi
2014-07-12Add in missing brswphy(4) and the commented out USB entries.Brad Smith
2014-07-12"Dr. Jones. Again we see there is nothing you can possess which I cannotTed Unangst
2014-07-12move getchar() into libsa where applicableJasper Lievisse Adriaanse
2014-07-12Build kernels at -O2 instead of -Os, as done for userland and on all otherMiod Vallat
2014-07-12Fix the last commit by proper dereferencing the disklabel partition.Paul Irofti
2014-07-12Fix USB connect freeze by clearing the host port interrupt.Paul Irofti
2014-07-12revert a few stragglers hiding outTed Unangst
2014-07-12revert more free falloutTed Unangst
2014-07-12Oops. Correct variable name more likely to compile.Kenneth R Westerback
2014-07-12- replace main() with mips_init() so we can save the arguments from uboot toJasper Lievisse Adriaanse
2014-07-12Calculate i/o starts and sizes in 'proper' sectors rather assumingKenneth R Westerback
2014-07-12add guards to just make available to the bootblocks what they need.Jasper Lievisse Adriaanse
2014-07-12reboot(9): Shutdown system by signaling init(8) from kernel where appropriateMasao Uebayashi
2014-07-12Mark the interface down and cancel the watchdog timer in imxenet_stop().Brad Smith
2014-07-12WhitespacePaul Irofti
2014-07-12rename variable to better indicate it's meaningJasper Lievisse Adriaanse
2014-07-12revert bogus free changes in not kernel files. got a little trigger happy.Ted Unangst
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst