summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2014-07-18pass atomic_{cas,swap}_uint a volatile void * instead of a volatileDavid Gwynne
2014-07-18implement 'rootdev' parsing similar to what's already done in the kernel,Jasper Lievisse Adriaanse
2014-07-17Rework management of the external L2 cache on the few Indy/Indigo2 systemsMiod Vallat
2014-07-17Turn the console code into regular cons_decl() ones, to better fit libsaMiod Vallat
2014-07-17interrupt handlers established via the ioapic didnt get theirDavid Gwynne
2014-07-17immidiatelly -> immediatelyMiod Vallat
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-16Save and restore NVS ranges when hibernating, as per The Spec.Mike Larkin
2014-07-16Do not set pci_dopm to 1 on the Gdium; if we do, rebooting puts the USB HCI inMiod Vallat
2014-07-16Add mpbios(4). This fixes hw.ncpufound in bsd.rd on the Soekris net6501Christian Weisgerber
2014-07-16the scan for transforming free(...) to (free..., 0) failed becuase thisTheo de Raadt
2014-07-16Reenable hibernate RLE support and flush+zero all memory after unpack.Mike Larkin
2014-07-15mode 644 for installing these filesTheo de Raadt
2014-07-15delete commented out slTheo de Raadt
2014-07-15crank to 5.6-betaTheo de Raadt
2014-07-15Implement rw_cas() with atomic_cas_ulong() now, instead of a dedicatedMiod Vallat
2014-07-15Fix stupid bug in atomic_{add,sub}_int_nv_mp, and stupider bug inMiod Vallat
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