summaryrefslogtreecommitdiff
path: root/sys/arch/zaurus
AgeCommit message (Expand)Author
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
2013-12-08reflect reality, mark as NOOBJMarc Espie
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-11-15Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-Asasano
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
2013-10-24add rcsidsaalm
2013-10-21Add load_font and list_font accessops to all rasops-based wsdisplay drivers.Miod Vallat
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.Miod Vallat
2013-10-17zap ecoff and a.out support like in MI loadfileTheo de Raadt
2013-10-17Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries.Miod Vallat
2013-10-17Remove support for a.out and ecoff. We only do elf now.Theo de Raadt
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-10fix typos for additional functionsTheo de Raadt
2013-08-30Lock the audio mutex before invoking the audio(4) call-back, fixesAlexandre Ratchov
2013-08-20Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.Antoine Jacoutot
2013-08-19divdi3 moddi3 qdivrem are needed by 64 bit time_tMatthieu Herrb
2013-06-28Uninitialized variable; Maxime VillardMiod Vallat
2013-06-23Stop using -traditional-cpp on gcc3/4 platforms.Miod Vallat
2013-06-01unbreak tree (will take a shot at flash_activate later)Theo de Raadt
2013-06-01add missing license (PD) blockJasper Lievisse Adriaanse
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt