Age | Commit message (Expand) | Author |
2004-02-07 | Be sure to flag pte constants as UL, and cope with this in locore. | Miod Vallat |
2004-02-07 | pass correct argument count to ktrsyscall(); now ktrace & kdump work | Theo de Raadt |
2004-02-06 | No SUBDIRs here. | Dale Rahn |
2004-02-06 | fix machine/machine_arch, machine_arch should be arm for all arm systems | Dale Rahn |
2004-02-06 | some cpus start to have a NX oriented PGEX_I | Theo de Raadt |
2004-02-05 | xlint compatible headers. (non-gcc) | Dale Rahn |
2004-02-05 | 2 new cpuid ecx features in prescott | Theo de Raadt |
2004-02-05 | correct size of registers written out | Theo de Raadt |
2004-02-04 | Print a warning about disabling TSC. | Alexander Yurchenko |
2004-02-04 | Pegasos II support, works around new northbridge config oddities | Dale Rahn |
2004-02-04 | support wi@usb on pegasos. | Dale Rahn |
2004-02-03 | Make sure option NO_PROPOLICE only adds the -fno-stack-protector option. | Miod Vallat |
2004-02-03 | Use the correct type for time_t. | Dale Rahn |
2004-02-03 | remove non-CBC modes from the VIA code; it is all that is used at the moment | Theo de Raadt |
2004-02-03 | Use the same values on other openbsd 32 bit archs for these for now. | Dale Rahn |
2004-02-03 | Remove debug print. | Dale Rahn |
2004-02-03 | das boot; das cloned das from das i386 | Michael Shalayeff |
2004-02-03 | move VIA xcrypt-* options to specialreg.h | Theo de Raadt |
2004-02-02 | PSL_XCRYPT is 0x40000000 | Theo de Raadt |
2004-02-02 | I think there is no reason to splhigh around the VIA crypto stuff | Theo de Raadt |
2004-02-01 | More work in attempt to get interrupts working reliably: | Miod Vallat |
2004-02-01 | set i386_has_xcrypt at the right place, which exposes itself as | Theo de Raadt |
2004-02-01 | Use "pushfl; popfl" sequence before each xcrypt-* instruction. According | Theo de Raadt |
2004-02-01 | use VIA xstore-rng and xcrypt-* instructions, now that gas groks them | Theo de Raadt |
2004-02-01 | via crypto code no longer needs to temporarily enable FSXR -- it is | Theo de Raadt |
2004-02-01 | Merge many freebsd diffs | Theo de Raadt |
2004-02-01 | Enable FXSR all the time, and cope with NPX/FXSR conversions; from netbsd. | Theo de Raadt |
2004-02-01 | NetBSD -> OpenBSD in the comments. | Miod Vallat |
2004-02-01 | Trivial touches to compile with gcc 3. | Miod Vallat |
2004-02-01 | Do not compile ptrace-related functions unless option PTRACE. | Miod Vallat |
2004-02-01 | Do not compile ptrace-related functions unless option PTRACE. | Miod Vallat |
2004-02-01 | Sync maxpartitions value with <machine/disklabel.h> | Miod Vallat |
2004-02-01 | Sync user ldt code with NetBSD: | Alexander Yurchenko |
2004-02-01 | tag... | Dale Rahn |
2004-02-01 | fix tags... | Dale Rahn |
2004-02-01 | cats (ARM) support for OpenBSD, based on NetBSD code. | Dale Rahn |
2004-02-01 | Arm port, NetBSD codebase stripped down, 32bit only support. | Dale Rahn |
2004-01-31 | add another USB device... as requested | Theo de Raadt |
2004-01-31 | rename SIMD/SIMD2 to SSE/SSE2 | Theo de Raadt |
2004-01-30 | Remove redundant initialization. | Miod Vallat |
2004-01-30 | Some cleaning and sync to the macppc openpic code. | Miod Vallat |
2004-01-29 | typos; jjy2+@pitt.edu | Theo de Raadt |
2004-01-29 | typos; jjy2+@pitt.edu | Theo de Raadt |
2004-01-29 | Pretty printf. | Miod Vallat |
2004-01-29 | Have the bootloader pass RB_ flags, as well as the boot device, to the kernel, | Miod Vallat |
2004-01-29 | Print system type early in autoconf, as determined from the board status | Miod Vallat |
2004-01-29 | Some more cleaning and sync with other ppc ports, in order to help with a | Miod Vallat |
2004-01-29 | In bus_dmamap_sync(), be sure to flush a host pa. | Miod Vallat |
2004-01-29 | as seen in freebsd: asm pagezero implementations, but use a fn pointer. | Ted Unangst |
2004-01-29 | check struct reg for evil; from netbsd | Michael Shalayeff |