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
2013-12-23
regen
Brad Smith
2013-12-23
Add Atheros AR9462 and AR9565
Brad Smith
2013-12-23
Revert previous commit. It makes resume hang on some MP systems running
Mark Kettenis
2013-12-23
provide a TASK_INITIALIZER() macro.
David Gwynne
2013-12-22
Try to keep the framebuffer console layout that was set up by the firmware
Mark Kettenis
2013-12-22
Add support for BCM57786,which seems to be almost indistinguishable from the
Mark Kettenis
2013-12-22
Use the rasops_info struct as the accesscookie for wsdisplay. Simplifies the
Mark Kettenis
2013-12-22
Bail out early if the PCI bus number is -1. This means the hardware isn't
Mark Kettenis
2013-12-22
Only attach cpu0 on single-processor kernels, to match the expected behaviour.
Miod Vallat
2013-12-22
Compute ncpusfound correctly. The logic was there but the count variable was
Miod Vallat
2013-12-22
MP-safe rw_cas() implementation for rwlocks.
Miod Vallat
2013-12-22
Set the primary CPU's PAL revision to the OSF/1 PAL revision after switching
Miod Vallat
2013-12-22
change pf_osfp_entry strings to unsigned, to help userland
Theo de Raadt
2013-12-22
spacing; Loganaden Velvindron
Theo de Raadt
2013-12-22
format string fix: %08x instead of %p for uint32_t
Stefan Fritsch
2013-12-22
format string fix: %lx for register_t
Stefan Fritsch
2013-12-22
size_t format string fixes
Stefan Fritsch
2013-12-21
Don't assign a literal number to a variable that otherwise holds an errno.
Philip Guenther
2013-12-21
Advertise that we provide monotonic timestamps.
Mark Kettenis
2013-12-21
rearrange DVACT_RESUME chunk to avoid implying something ridiculous
Theo de Raadt
2013-12-21
save/restore hpet configuration. Perhaps a little more than we
Theo de Raadt
2013-12-21
i915_gem_mmap_ioctl() should return a Linux-style negative errno value.
Mark Kettenis
2013-12-21
Fix locking in the page fault handler. A (somewhat malicious) userland
Mark Kettenis
2013-12-20
regen
Matthew Dempsky
2013-12-20
add virtio scsi
Matthew Dempsky
2013-12-20
Add support for truncate in fuse.
Sylvestre Gallon
2013-12-20
Add vioscsi(4) driver.
Matthew Dempsky
2013-12-20
Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ
Kenneth R Westerback
2013-12-19
oh sorry, I forgot two #ifdef
Theo de Raadt
2013-12-19
Mtrr stops being a pseudo-device. We need to probe the cpu type and
Theo de Raadt
2013-12-19
Use shifts instead of integer multiplication by the page size in the
Miod Vallat
2013-12-19
sun4e needs the same 1.6 usec ZS_DELAY() as sun4 does.
Miod Vallat
2013-12-19
recognize octeon 2 cpus; as found in the lanner mr326
Jasper Lievisse Adriaanse
2013-12-19
be more careful during suspend/resume cycles, as roughly detailed in the
Theo de Raadt
2013-12-18
Provide MI symbol _STACKALIGNBYTES
Theo de Raadt
2013-12-18
Revert the *other* part of bpf.c's r1.84. May finally fix RD Thrush's
Kenneth R Westerback
2013-12-17
The termios.h bits were missing from the initial commit.
Todd C. Miller
2013-12-17
do not put a second : in a dmesg line, use , instead
Theo de Raadt
2013-12-17
don't do a timeout+task song and dance, instead use DVACT_WAKEUP directly.
Theo de Raadt
2013-12-17
sync
Theo de Raadt
2013-12-17
elan products; Thomas Pfaff
Theo de Raadt
2013-12-17
Change ip_output()'s non-optional arguments to be standard arguments
Matthew Dempsky
2013-12-16
Switch generic drm modesetting code over to Linux-style negative errno
Mark Kettenis
2013-12-16
Restore hw.setperf upon resume like we do for apm(4) on i386. Seems we need
Mark Kettenis
2013-12-16
Restore TIOCGSID ioctl that was removed along with the 4.3BSD tty(4)
Todd C. Miller
2013-12-15
Fix error handling of ->fb_create() call. Prevents kernel panic if an
Mark Kettenis
2013-12-15
update comment, 4.3BSD tty compatibility and the associated ioctls are gone
Christian Weisgerber
2013-12-15
Fix bthub compilation by adding missing prototypes.
Paul Irofti
2013-12-15
Fix ubt compilation after my last usbd_dying sprint.
Paul Irofti
2013-12-15
Overhaul the pread and pwrite code to match what Linux does. Should fix a few
Mark Kettenis
[next]