summaryrefslogtreecommitdiff
path: root/sys/arch/arm
AgeCommit message (Collapse)Author
2004-06-03prettyTheo de Raadt
2004-05-20Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpcMark Kettenis
and m68k. ok drahn@, millert@
2004-05-19de __P of sys/arch/arm.Dale Rahn
2004-05-06ARM is yet another char == unsigned char platform. add the define to makeDale Rahn
the header files do the right thing, pointed out by miod@
2004-04-19remove the GATEWAY junk thingy; at the same time, select a new fatTheo de Raadt
cluster value that noone will really need to crank.
2004-04-07align /dev/crypto with it's device node. would allow crypto cards to be used.Dale Rahn
2004-03-17Make sure disklabels use at least DEV_BSIZE as their sector size.Miod Vallat
This allows the kernel to survive reading the disklabel off a 256-bytes/sector scsi device... ok deraadt@
2004-02-26add APERTURE support.Dale Rahn
2004-02-23Switch to the 3 arg version of userret to more closely match other OpenBSDDale Rahn
architectures.
2004-02-23Remove boot warning about todclock not found it attached at dsrtc0.Dale Rahn
2004-02-23remove file no longer used due to previous commit.Dale Rahn
2004-02-23switch to copying, with very slight modifification, i386/disksubr.c insteadDale Rahn
of attempting to making a shareable version of the code.
2004-02-16Correctly pass the siginfo_t structure to signal handlers.Miod Vallat
ok drahn@
2004-02-15Remove inittodr line during boot, recommended deraadt@Dale Rahn
2004-02-15Remove debugging message.Dale Rahn
2004-02-14Use as much syntaxic sugar from genassym.sh to make this file more readable.Miod Vallat
ok drahn@
2004-02-14Enable statclock at 128/1024.Dale Rahn
2004-02-13No need to include <sys/dkbad.h> twice.Miod Vallat
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-11Give systrace and xfs a chance to work.Miod Vallat
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-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-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-05xlint compatible headers. (non-gcc)Dale Rahn
2004-02-03Use the correct type for time_t.Dale Rahn
2004-02-03Use the same values on other openbsd 32 bit archs for these for now.Dale Rahn
These agree with the values used by the compiler.
2004-02-03Remove debug print.Dale Rahn
2004-02-01Do not compile ptrace-related functions unless option PTRACE.Miod Vallat
2004-02-01fix tags...Dale Rahn
2004-02-01Arm port, NetBSD codebase stripped down, 32bit only support.Dale Rahn