summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2003-08-14attach those funky teleshare ttysMichael Shalayeff
2003-08-14attach at teleshare serial ports as well. need dsp microcode for a functional...Michael Shalayeff
2003-08-14GENERIC is now safe(4)Jason Wright
2003-08-14partial proto repairsTheo de Raadt
2003-08-14add uhci based on suggestion from loki at niteshade dot netJason Wright
2003-08-13Always force a pipeline flush after a PSR change, not before. How couldMiod Vallat
2003-08-12add safe(4). Works well enough for testing at least.Jason Wright
2003-08-12add acphyMichael Shalayeff
2003-08-12Get rid of unused code, and KNF/ELF-sanitize the remaining code.Miod Vallat
2003-08-12Use spltty() instead of rolling our own expanded version.Miod Vallat
2003-08-12The idle loop is supposed to run with interrupts enabled, and will onlyMiod Vallat
2003-08-11Sprinkle proper use of _C_LABEL and _ASM_LABEL in the .S files (except forMiod Vallat
2003-08-11move to 3.4-betaTheo de Raadt
2003-08-11during probe there is no need to map the whole hpa space. only rom is needed....Michael Shalayeff
2003-08-11a few strict protosMichael Shalayeff
2003-08-11better cleaningTheo de Raadt
2003-08-11ansification and knf and protosTheo de Raadt
2003-08-11wax mongooseMichael Shalayeff
2003-08-11Saving or restoring the process' registers to/from the pcb was usingMiod Vallat
2003-08-10Do not make NBPG visible in assym.hMiod Vallat
2003-08-10ansiTheo de Raadt
2003-08-10clean leftoversTheo de Raadt
2003-08-10No need to bring <machine/psl.h> from <machine/param.h>, this adds unnecessaryMiod Vallat
2003-08-10Define wint_t on powerpc.Miod Vallat
2003-08-10Do not trust and use uvm_useracc, but rather always check copy{in,out} forMiod Vallat
2003-08-09New RAMDISK configuration, inspired by the mvme68k one; and the associatedMiod Vallat
2003-08-09Always install the installboot manual page.Miod Vallat
2003-08-08Fix harmless address computation buglet in pmap_collect().Miod Vallat
2003-08-08remove scsi/raid drivers not needed on laptop floppyTheo de Raadt
2003-08-08wb no longer fitsTheo de Raadt
2003-08-08Slightly clean up cpu_fork().Miod Vallat
2003-08-08let us call COMPAT_UFS deadTheo de Raadt
2003-08-08ansiTheo de Raadt
2003-08-08put COPTS in CFLAGS; idea from miodTheo de Raadt
2003-08-08no pcmcia pccom on this floppy, sorryTheo de Raadt
2003-08-07missed one wrt intr_establishMichael Shalayeff
2003-08-07dead protoMichael Shalayeff
2003-08-07make all intr_establish take the same last arg for nameMichael Shalayeff
2003-08-07first allocate space on stack then copyout signal shits. add a DEBUG check fo...Michael Shalayeff
2003-08-07be more careful when loading trap_tmp_save and a bit better sigcodeMichael Shalayeff
2003-08-07In sendsig() and sigreturn(), use the SS_xxx flags rather than the SA_xxxMiod Vallat
2003-08-07better dmesg output and do some spaces; markus@ okMichael Shalayeff
2003-08-07Allow nested interrupts in the openpic interrupt controller, tested byDale Rahn
2003-08-07watchdog driver for Geode SC1100 (e.g. in soekris net4801); ok mickey@Markus Friedl
2003-08-07do not treat traps from the syscall gate page as user codeMichael Shalayeff
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-08-05a180c blinks too, 715/80 supposedly tooMichael Shalayeff
2003-08-05support for shared interrupts as required by isa/eisa/pci. remove a gsckbc kl...Michael Shalayeff
2003-08-04make 'em all unsignedMichael Shalayeff
2003-08-03Resistance is futile, you will be KNF'ed.Miod Vallat