index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
amd64
Age
Commit message (
Expand
)
Author
2011-04-26
Make amd64/i386 boot(8) pass the DUID of the selected boot device to the
Joel Sing
2011-04-24
Don't leak fd's in sr_installboot(). From cppcheck via Amit Kulkarni.
Kenneth R Westerback
2011-04-23
Add FE_DENORMAL to the exception list just like the comment above
Martynas Venckus
2011-04-22
Stop printing the PCI interrupt line programmed by the BIOS for APIC
Mark Kettenis
2011-04-21
fenv for amd64; from matthew@
Martynas Venckus
2011-04-20
Potential NULL deref in an error case spotted by chl on one copy;
Theo de Raadt
2011-04-19
add some more intel cpuid models
Jonathan Gray
2011-04-19
use "orl" to test the return value from an interrupt handler not "orq"
David Gwynne
2011-04-18
Revert the sigacts diff: NFS can apparently retain pointers to processes
Philip Guenthe
2011-04-17
bigmem works well enough on amd64; we do not need the knob to turn it
Theo de Raadt
2011-04-16
Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless of
Kenneth R Westerback
2011-04-16
More than a decade ago, interrupt handlers on sparc started returning 0
Theo de Raadt
2011-04-15
Remove dead assignment and newly created unused variable.
Charles Longeau
2011-04-15
In days of yore one could arbitrarily whack buffer flags. Those days
Kenneth R Westerback
2011-04-15
Correct the sharing of the signal handling state: stuff that should
Philip Guenthe
2011-04-15
Convert the kernel Makefiles to autogenerate dependencies during compilation
Philip Guenthe
2011-04-13
Unrevert the FS.base diff: the issues were actually elsewhere
Philip Guenthe
2011-04-10
Merge viapm and viaenv
Alexandr Shadchin
2011-04-10
Extend the PCI memory address space to 36-bit. The first BIOSen that assign
Mark Kettenis
2011-04-10
Revert bulk of the FS.base diff, as it causes issues on some machines
Philip Guenthe
2011-04-09
don't tell the inline assembly here it will take a 64 bit io port
Jonathan Gray
2011-04-08
remove uneeded inlines here as was done in rev 1.24 of
Jonathan Gray
2011-04-07
Do not use NULL in integer comparisons. No functional change.
Miod Vallat
2011-04-06
The various read*label() have stopped returning error strings for quite
Miod Vallat
2011-04-05
Add support for per-rthread base-offset for the %fs selector on amd64.
Philip Guenthe
2011-04-03
Move PPWAIT flag from struct proc to process, so that rthreads in
Philip Guenthe
2011-04-03
Re-enable bce(4) now that it is fixed.
Claudio Jeker
2011-04-02
just some spaces; no binary change.
Marco Peereboom
2011-04-02
Remove the AMD GART based iommu code.
Owain Ainsworth
2011-04-02
Enable bigmem by default on amd64.
Bob Beck
2011-04-02
Constraint checking - ensure that physical addresses for dma are below
Bob Beck
2011-04-01
Fix comment: amd64's list of callee-saved registers isn't the same as i386
Philip Guenthe
2011-03-24
remove whitespace
Robert Nagy
2011-03-23
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
Paul Irofti
2011-03-22
renegade spaces; no binary change
Marco Peereboom
2011-03-20
When reading MXCSR from userland sigcontext or a ptrace request,
Philip Guenthe
2011-03-19
Make amd64/i386 installboot error out if /boot would cross the
Kenneth R Westerback
2011-03-18
Old-style MTRRs were never used on amd64, so remove the remaining traces
Philip Guenthe
2011-03-17
Make the various findopenbsd() functions non-recursive, eliminating
Kenneth R Westerback
2011-03-15
Bunch of white space and style adjustments to make amd64 version
Kenneth R Westerback
2011-03-14
Clamp BIOS io attempts to < 2 ^28 - 1 sectors (a.k.a. 128GB for
Kenneth R Westerback
2011-03-14
Fix spelling in comment
Philip Guenthe
2011-03-13
Change daddr_t to daddr32_t. The bootblocks on our architectures only
Theo de Raadt
2011-03-12
Implement swap64 with the bswapq instruction. (Commit stolen from mikeb@)
Philip Guenthe
2011-03-11
Zap stack garbage before passing buffer to biosd_io(), which may
Kenneth R Westerback
2011-03-11
Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do.
Paul Irofti
2011-03-08
Fix extended partition searching so we don't get lost. The offset
Kenneth R Westerback
2011-03-06
The global_int information acpi collects is not used by amd64.
Theo de Raadt
2011-03-02
- change recieved -> received in comments, as well as two unused defines
Jasper Lievisse Adriaanse
2011-02-26
Force the DUID cache used to generate hw.disknames to be updated
Kenneth R Westerback
[next]