summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2004-02-14Use as much syntaxic sugar from genassym.sh to make this file more readable.Miod Vallat
ok drahn@
2004-02-14Simplify hw.{cpuspeed,setperf} api moving all the sysctl stuffAlexander Yurchenko
from the underlying callbacks. Testing hppa mickey@, ppc drahn@ Ok markus@ tedu@
2004-02-14Enable statclock at 128/1024.Dale Rahn
2004-02-13bce (Broadcom 4401 10/100 ethernet driver) from NetBSDAndreas Gunnarsson
Most work by nate@, ok deraadt@
2004-02-13No need to include <sys/dkbad.h> twice.Miod Vallat
2004-02-13add a couple of ethernet cards, xl appears to work, em by request.Dale Rahn
2004-02-13accept 'setargs -c' or '(hd0)bsd -c' doesn not currently allow for '-c wd0'Dale Rahn
2004-02-13order irq,pri args to gsc_intr_establish() the way less confusing compared ↵Michael Shalayeff
to other trolley busses around ...
2004-02-13as i continuously fail to make osiop drive 700 chip disable it for nowMichael Shalayeff
2004-02-13support secondary com@dino from todd@Michael Shalayeff
2004-02-13avoid routing irqs that we ignore (14 15); from form@Michael Shalayeff
2004-02-13typoJolan Luff
2004-02-13save/restore fpu state around the signal handler. skip a gap on unempty ↵Michael Shalayeff
stack per abi. form drahn@ and deraadt@
2004-02-13on sigreturn check cs and rflags for evilness; from i386Michael Shalayeff
2004-02-12Add UKC.Dale Rahn
2004-02-12Switch default console base to vga.Dale Rahn
Setargs format is expected to be eg: 'setargs wd0 -s' the '-' is important to signal the beginning of parameters. so that the hw default string is not used which gives undesired results. Check to see if vga exists in the console attach routine, if it returns failure, use fcom as console.
2004-02-12Do not overwrite boothowto if not in the ramdisk kernel, allows singleDale Rahn
user to work. While here nuke some if0'ed code we we will never use.
2004-02-12Preserve rval[1] across system calls if not explictly overwritten,Dale Rahn
per recent discussion with miod and mickey
2004-02-12Correctly parse the firmware 'arguments', allows for the passing of theDale Rahn
root drive. add a couple of options to force console 'f' fcom, 'v' vga
2004-02-11Silence early kernel bootstrap unless option VERBOSE_INIT_ARM.Miod Vallat
ok drahn@
2004-02-11Give systrace and xfs a chance to work.Miod Vallat
ok drahn@
2004-02-11Keep using the BUG as the console device until autoconf is over, ratherMiod Vallat
than switching early.
2004-02-11Defining __HAVE_DEVICE_REGISTER and an empty device_register() function isMiod Vallat
just plain silly; remove them. ok drahn@
2004-02-11Remove duplicates with <sys/conf.h>; ok drahn@Miod Vallat
2004-02-11Return ENOTTY on unhandled ioctls; ok drahn@Miod Vallat
2004-02-11permit installboot to at least compile... remove some crudTheo de Raadt
2004-02-10Relocation types, used by ld.soDale Rahn
2004-02-10Check for the device existence in cnprobe() as done in match(), to be sureMiod Vallat
we don't try to attach a phantom console. It seems that some late 187 models do not have cl0 at the expected address...
2004-02-10Fix cnprobe() and cninit() prototypes.Miod Vallat
Also, provide a better test for bugtty attachment.
2004-02-10Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGETTodd C. Miller
ioctl(2), an unprivileged process may allocate a pty and have its owner and mode set appropriately. This means that programs such as xterm and screen no longer need to be setuid. Programs using the openpty() function require zero changes and will "just work". Designed by beck@ and deraadt@; changes by beck@ with cleanup (and a rewrite of the vnode bits) by art@ and tweaks/bugfixes by me. Tested by many.
2004-02-10Make debug_init void debug_init(void), like nearly all of the otherTom Cosgrove
functions that machdep() calls. ok deraadt@
2004-02-10Enable interrupts before halt when we error out. Allows use ofTom Cosgrove
Ctl-Alt-Del to reboot in case of failure. Much testing nick@; thanks. ok weingart@, deraadt@.
2004-02-09remove debugging printfMichael Shalayeff
2004-02-09repair cpu dmesg print a bitMichael Shalayeff
2004-02-09this is mixed sized eelf nlist version and thus cannot check sizes against ↵Michael Shalayeff
SIZE_T_MAX; deraadt@ ok
2004-02-09init the clock before autoconf start for delay() to be truly usable; i moved ↵Michael Shalayeff
it to after while debugging clocks in the early days
2004-02-09duh. there are two syscall entry points and both have to preserve rdx. also ↵Michael Shalayeff
make sure child process gets 1 in rdx as libc expects
2004-02-09preserve high word of return value like other archs doMichael Shalayeff
2004-02-08for the via c3 use software aes keys, thereby permitting 192 and 256.Theo de Raadt
this also speed things up substantially. ipsec tested by markus
2004-02-08minimum CPPFLAGSTheo de Raadt
2004-02-08ignore RAMDISK_CD tooTheo de Raadt
2004-02-08better one; from mickeyTheo de Raadt
2004-02-08ramdisk; from mickeyTheo de Raadt
2004-02-08correct ramdisk supportTheo de Raadt
2004-02-08restored & repaired wcookie support; kettenis@chello.nlTheo de Raadt
2004-02-07Be sure to flag pte constants as UL, and cope with this in locore.Miod Vallat
ok deraadt@
2004-02-07pass correct argument count to ktrsyscall(); now ktrace & kdump workTheo de Raadt
2004-02-06No SUBDIRs here.Dale Rahn
2004-02-06fix machine/machine_arch, machine_arch should be arm for all arm systemsDale Rahn
and machine needs to be not set by arch/arm, but by cats.
2004-02-06some cpus start to have a NX oriented PGEX_ITheo de Raadt