Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-03 | pretty | Theo de Raadt | |
2004-05-20 | Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpc | Mark Kettenis | |
and m68k. ok drahn@, millert@ | |||
2004-05-19 | de __P of sys/arch/arm. | Dale Rahn | |
2004-05-06 | ARM is yet another char == unsigned char platform. add the define to make | Dale Rahn | |
the header files do the right thing, pointed out by miod@ | |||
2004-04-19 | remove the GATEWAY junk thingy; at the same time, select a new fat | Theo de Raadt | |
cluster value that noone will really need to crank. | |||
2004-04-07 | align /dev/crypto with it's device node. would allow crypto cards to be used. | Dale Rahn | |
2004-03-17 | Make 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-26 | add APERTURE support. | Dale Rahn | |
2004-02-23 | Switch to the 3 arg version of userret to more closely match other OpenBSD | Dale Rahn | |
architectures. | |||
2004-02-23 | Remove boot warning about todclock not found it attached at dsrtc0. | Dale Rahn | |
2004-02-23 | remove file no longer used due to previous commit. | Dale Rahn | |
2004-02-23 | switch to copying, with very slight modifification, i386/disksubr.c instead | Dale Rahn | |
of attempting to making a shareable version of the code. | |||
2004-02-16 | Correctly pass the siginfo_t structure to signal handlers. | Miod Vallat | |
ok drahn@ | |||
2004-02-15 | Remove inittodr line during boot, recommended deraadt@ | Dale Rahn | |
2004-02-15 | Remove debugging message. | Dale Rahn | |
2004-02-14 | Use as much syntaxic sugar from genassym.sh to make this file more readable. | Miod Vallat | |
ok drahn@ | |||
2004-02-14 | Enable statclock at 128/1024. | Dale Rahn | |
2004-02-13 | No need to include <sys/dkbad.h> twice. | Miod Vallat | |
2004-02-12 | Do not overwrite boothowto if not in the ramdisk kernel, allows single | Dale Rahn | |
user to work. While here nuke some if0'ed code we we will never use. | |||
2004-02-12 | Preserve rval[1] across system calls if not explictly overwritten, | Dale Rahn | |
per recent discussion with miod and mickey | |||
2004-02-11 | Give systrace and xfs a chance to work. | Miod Vallat | |
ok drahn@ | |||
2004-02-11 | Remove duplicates with <sys/conf.h>; ok drahn@ | Miod Vallat | |
2004-02-11 | Return ENOTTY on unhandled ioctls; ok drahn@ | Miod Vallat | |
2004-02-10 | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | Todd 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-06 | fix machine/machine_arch, machine_arch should be arm for all arm systems | Dale Rahn | |
and machine needs to be not set by arch/arm, but by cats. | |||
2004-02-05 | xlint compatible headers. (non-gcc) | Dale Rahn | |
2004-02-03 | Use the correct type for time_t. | Dale Rahn | |
2004-02-03 | Use 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-03 | Remove debug print. | Dale Rahn | |
2004-02-01 | Do not compile ptrace-related functions unless option PTRACE. | Miod Vallat | |
2004-02-01 | fix tags... | Dale Rahn | |
2004-02-01 | Arm port, NetBSD codebase stripped down, 32bit only support. | Dale Rahn | |