summaryrefslogtreecommitdiff
path: root/sys/arch/armish
AgeCommit message (Expand)Author
2014-10-10Significant unification of RAMDISK* config files, making them diffable.Theo de Raadt
2014-10-04Switch the kernel configs over to using -Wframe-larger-than= instead ofBrad Smith
2014-09-20Use config_suspend_all(9).Mark Kettenis
2014-08-22pseudo-device crypto was accidentally left for some architectures.Theo de Raadt
2014-08-20unlink crypto(4) pseudo device from the architecture dependant characterMike Belopuhov
2014-07-21boot(9): Reduce annoying style diffsMasao Uebayashi
2014-07-13boot(9): Cosmetic changes to improve diff'ability.Masao Uebayashi
2014-07-13Cosmetic changes to reduce diffs.Masao Uebayashi
2014-07-13fix even more trailing tabsJasper Lievisse Adriaanse
2014-07-13add copyright and rcs idJasper Lievisse Adriaanse
2014-07-13move putchar() into libsaJasper Lievisse Adriaanse
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-11remove bthub remnantsTed Unangst
2014-07-11"It's not the years, honey; it's the mileage."Ted Unangst
2014-07-10Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting orMartin Pieuchot
2014-07-10boot(9): Remove comments about RB_*, "cold", and savectx()Masao Uebayashi
2014-07-10boot(): Unify declarationsMasao Uebayashi
2014-05-31Revert previous diff setting cold to 1 on shutdown because it breaks machineMartin Pieuchot
2014-05-30Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting orMartin Pieuchot
2014-05-08Format string fixes and removal of -Wno-format for arm kernels.Miod Vallat
2014-04-07Enable upd(4) on archs where uhidev(4) is present, requested by mpi@.andre
2014-04-07Add axen(4) wherever axe(4) is.Brad Smith
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-23Unbreak after last commit.Miod Vallat
2014-03-13get rid of the assumption that the head of the alldevs list is theDavid Gwynne
2013-12-28crank the versionTheo de Raadt
2013-12-08reflect reality, mark as NOOBJMarc Espie
2013-11-15Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-Asasano
2013-11-13add missing headers here too, forgotten after testing the diff.Jasper Lievisse Adriaanse
2013-11-13boot(): Don't forget calling if_downall() and uvm_shutdown() on arm ports.Masao Uebayashi
2013-11-05Replace direct references to p_size, p_offset and d_secperunit withKenneth R Westerback
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
2013-10-17Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries.Miod Vallat
2013-10-15Rewrite the awk script that generates the data for option DDB_STRUCT:Philip Guenther
2013-09-28A few missing config_suspend(, DVACT_POWERDOWN) constructs afterMiod Vallat
2013-09-28Use of uninitialized variable. Found by Maxime VillardMike Larkin
2013-09-05ugold(4) is a driver for PCsensor's USB gold TEMPer temperaturesasano
2013-08-20Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.Antoine Jacoutot
2013-06-23Stop using -traditional-cpp on gcc3/4 platforms.Miod Vallat
2013-06-01add missing license (PD) blockJasper Lievisse Adriaanse
2013-05-17Add a dummy IPL_MPSAFE definition.Mark Kettenis
2013-03-30reorder include search directories. cuts lookups by quite a bit.Ted Unangst
2013-03-26sync TDIRS with realityJasper Lievisse Adriaanse
2013-03-24Use sys/param.h to be able to get at DEV_BSIZETheo de Raadt
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2012-11-05unifdef -D __HAVE_TIMECOUNTERMiod Vallat
2012-09-27enable smscJonathan Gray
2012-09-27remove the zlib rfc text: these pages already point to gzip(1), whichJason McIntyre
2012-09-11Cope with PIE, if it is enabledTheo de Raadt