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
Age
Commit message (
Expand
)
Author
2009-06-06
add an interface to agp to create a bus_dma_tag over a range of the
Owain Ainsworth
2009-06-06
It might be a good idea to commit all the diff. *sigh*.
Owain Ainsworth
2009-06-06
We only really need to #define SYNCHRONIZE_CACHE 0x35 once.
Kenneth R Westerback
2009-06-06
add sg_dma.c on i386, soon to be used.
Owain Ainsworth
2009-06-06
instead of #ifndef SMALL_KERNELing the whole sg_dma.c file, just put the
Owain Ainsworth
2009-06-06
Remove the last VGA_POST defines with X86EMU. Okay deraadt@.
Paul Irofti
2009-06-06
Add uvm_objwire() and uvm_objunwire(), I need this for some of my crazy
Owain Ainsworth
2009-06-06
Fix RCSIds
Matthieu Herrb
2009-06-06
option X86EMU is how this subsystem is brought into a kernel
Theo de Raadt
2009-06-06
Rewrite the SIOCSIFFLAGS ioctl handling code to clean it up a bit and
Christian Weisgerber
2009-06-06
Consolidate error handling code. Much less atrocious than before.
Bret Lambert
2009-06-06
fix include paths
Theo de Raadt
2009-06-06
Add vga bios repost support. Fetched from the NetBSD tree mostly.
Paul Irofti
2009-06-06
turdshine previous
Thordur I. Bjornsson
2009-06-06
Matching fix for amd64. This also removes a spurious disable_intr() call
Mike Larkin
2009-06-06
Fix some lapic, interrupt, and clock issues on i386 ACPI S3 resume.
Mike Larkin
2009-06-05
T
Theo de Raadt
2009-06-05
bring back rev1.70
Thordur I. Bjornsson
2009-06-05
catch up NetBSD kern/41048.
Yojiro Uo
2009-06-05
revert to 1.67 to unbreak NFS writes; ok beck@ thib@
Christian Weisgerber
2009-06-05
- make this a lot more readable; no binary change
Jasper Lievisse Adriaanse
2009-06-05
Add support to fxp(4) for the 82552 MAC found in some variation of
Christian Weisgerber
2009-06-05
Save some more state such that we recover from X changing depth on us.
Mark Kettenis
2009-06-05
Clear screen to clean up after X.
Mark Kettenis
2009-06-05
Remove redundant assignment.
Mark Kettenis
2009-06-05
Clear screen to clean up after X.
Mark Kettenis
2009-06-05
tidy up promiscuous mode and multicast handling; from Brad; ok sthen@
Christian Weisgerber
2009-06-05
abort any time adjustment in progress if the clock is set with settimeofday
Chris Kuethe
2009-06-05
Revert the curpmap change. We know the IPI is broken on both ends,
Philip Guenthe
2009-06-05
use the right accounting for bound edges (i think)
Theo de Raadt
2009-06-05
enable IPv6 receive TCP/UDP checksum offload; from Brad
Christian Weisgerber
2009-06-05
Disable and clear hardware cursor to clean up after X.
Mark Kettenis
2009-06-05
Sanity check: we overrun the rnd_ed[] array if nbits is 32, but that
Philip Guenthe
2009-06-05
Update to Reinoud Zandijk's much more current version of ecma167-udf.h
Kenneth R Westerback
2009-06-05
Save some state and restore it after we return from X, because the accelerated
Mark Kettenis
2009-06-05
Dynamic buffer cache sizing.
Bob Beck
2009-06-05
%zu is not meant for size_t in the kernel. Change to %lu.
Ray Lai
2009-06-05
EPERM from VOP_ACCESS() is always an error, so don't hide it.
Thordur I. Bjornsson
2009-06-05
Add missing #ifdef INET6 ... #endif
Alexander Hall
2009-06-05
this one too
Martynas Venckus
2009-06-05
reduce diff i will send in a minute
Martynas Venckus
2009-06-05
Clamp the ending bound to the size of the disk. This makes disklabel -A
Theo de Raadt
2009-06-05
The names for p_flags bits had fallen out of date
Philip Guenthe
2009-06-05
Initial support for routing domains. This allows to bind interfaces to
Claudio Jeker
2009-06-04
Change i386 ACPI sleep to KASSERT if the pmap can't be activated
Mike Larkin
2009-06-04
- factor out rf into its own structure
Martynas Venckus
2009-06-04
Ensure we are sleeping from the kernel. Code changed to match i386.
Mike Larkin
2009-06-04
remove variable left behind by thib
Theo de Raadt
2009-06-04
Make backtraces through interrupts work.
Mark Kettenis
2009-06-04
switch to a bnx style dynamic pool backed tx so we don't
Jonathan Gray
[next]