summaryrefslogtreecommitdiff
path: root/sys/arch/zaurus
AgeCommit message (Expand)Author
2015-01-18Switch some uses of msr that only deal with interrupts/mode to useJonathan Gray
2015-01-18The 'mrs' instruction only deals with the whole register withoutJonathan Gray
2015-01-18unifdef IPKDB. These codepaths are holdouts from NetBSD code and areJonathan Gray
2015-01-13for the install: target, use cmp as a rough attempt for avoiding repeatedTheo de Raadt
2015-01-11switch prototype warnings to implicit-declaration warnings.Ted Unangst
2015-01-03add new driver uslhcom(4) USB HID based UART.uaa
2014-12-19oops, forgot rndvar.hTheo de Raadt
2014-12-18use suspend_randomness() and resume_randomness()Theo de Raadt
2014-12-11dragonflybsd has added a urio driver. conservation of urios requiresTed Unangst
2014-12-10retire shutdown hooks; ok deraadt, krwMike Belopuhov
2014-12-03More duplicate #include cleanout.Kenneth R Westerback
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-10-18Remove even more unnecessary `needs-flag' attributes from config machinery,Miod Vallat
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-09-19add missing break statements giving alaw encodingJonathan Gray
2014-08-22pseudo-device crypto was accidentally left for some architectures.Theo de Raadt
2014-07-21boot(9): Reduce annoying style diffsMasao Uebayashi
2014-07-20Merge cmd.c from zboot into boot, dropping "clear" command while at it.Tobias Stoeckmann
2014-07-13boot(9): Cosmetic changes to improve diff'ability.Masao Uebayashi
2014-07-13Cosmetic changes to reduce diffs.Masao Uebayashi
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-12revert a few stragglers hiding outTed Unangst
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-11remove bthub remnantsTed Unangst
2014-07-11"It's not the years, honey; it's the mileage."Ted Unangst
2014-07-11boot(9): Missing if_downall() on zaurusMasao Uebayashi
2014-07-11It's init as a process that's special, not init's original thread.Philip Guenther
2014-07-11The signal to tell init to power-off the system is SIGUSR2, not USR1Philip Guenther
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-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
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-08Add rgephy(4) for axe(4) and axen(4).Brad Smith
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-04-03More uvm_extern.h cleanup.Martin Pieuchot
2014-03-31Change the order of operations during a suspend/resume cycle andMartin Pieuchot
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-13get rid of the assumption that the head of the alldevs list is theDavid Gwynne
2014-02-12Do not include pmap.h from .S code, but get the necessary defines fromMiod Vallat
2014-01-26Attempt to make user changes of keyboard layout a bit more `sticky' on wsmuxMiod Vallat
2013-12-28crank the versionTheo de Raadt