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
2015-09-28
the kernel lock is no longer needed in the fixed case since uvm_map
Ted Unangst
2015-09-28
add a flag to indicate to uvm_map that it should unmap to make space.
Ted Unangst
2015-09-28
The Linux code that handles the DPMS mode for inteldrm(4) can sleep now.
Mark Kettenis
2015-09-28
track sizes for free in sysctl_diskinit(); ok krw
Theo de Raadt
2015-09-28
make using tame path "/" work.
Sebastien Marie
2015-09-28
Keep sparc/disksubr.c and sparc64/disksubr.c as close as possible.
Kenneth R Westerback
2015-09-28
Oops. sparc64/disksubr.c was overlooked when all the other disksubr.c's
Kenneth R Westerback
2015-09-28
Mechanical changes from manual buf set up to readdisksector().
Kenneth R Westerback
2015-09-28
remove duplicate entry caused by the "Quanta Transcode" device
Jonathan Gray
2015-09-28
Use the radix-tree API instead of function pointers.
Martin Pieuchot
2015-09-28
Factors ou the route hashing code to implement Equal-Cost Multi-Path
Martin Pieuchot
2015-09-28
Merge gif(4)'s tentacles in a single file.
Martin Pieuchot
2015-09-28
Do not manually decrement rt's refcounter in arplookup() and let the
Martin Pieuchot
2015-09-28
Remove "if_tp" from the "struct ifnet".
Martin Pieuchot
2015-09-28
Remove the "Quanta Transcode" device from the list of supported hardware.
Mark Kettenis
2015-09-28
Use readdisksector() instead of manual buf initialization. hppa compiles
Kenneth R Westerback
2015-09-28
Use readdisksector() instead of manual buf initialization.
Kenneth R Westerback
2015-09-27
Use readdisksector() instead of manual buf initialization. sparc64
Kenneth R Westerback
2015-09-27
Enable monitor hot plugging for the framebuffer console.
Mark Kettenis
2015-09-27
Use readdisksector() instead of manual buf initialization. These are
Kenneth R Westerback
2015-09-27
Add IP26 kernels and boot blocks to the installation media.
Miod Vallat
2015-09-27
Don't forget to put the necessary MFC0_HAZARD in SAVE_CPU. For some reason I
Miod Vallat
2015-09-27
Use readdisksector() instead of manual buf initialization.
Kenneth R Westerback
2015-09-27
Fix bsd.rd upgrades over iwm(4), and fix `ifconfig iwm0 lladdr random`.
Stefan Sperling
2015-09-27
Align the way iwm(4) adds the MAC context with how it's done in Linux iwlwifi.
Stefan Sperling
2015-09-27
Add ieee80211_channel_init(), factored out from ieee80211_ifattach().
Stefan Sperling
2015-09-27
Welcome etheranyaddr, cousin of etherbroadcastaddr.
Stefan Sperling
2015-09-27
Add if_setlladdr(), factored out from ifioctl(). Will be used by iwm(4) soon.
Stefan Sperling
2015-09-27
Use drm_fb_helper_restore_fbdev_mode() to restore the wscons framebuffer
Mark Kettenis
2015-09-27
Tweak a bit of daddr_t goodness and make hppa64 disksubr.c identical to
Kenneth R Westerback
2015-09-27
regen
Mark Kettenis
2015-09-27
Add another AMD RS780 PCIE found in a dmesg from tobiasu@
Mark Kettenis
2015-09-27
Eliminate unneeded 2nd buf (dbp). One is enough for any i/o needed during
Kenneth R Westerback
2015-09-27
Store the target CPU in "struct intrhand" and use it in intr_barrier().
Mark Kettenis
2015-09-27
Switch remaining users of the FreeBSD refcount apis back to the original
Jonathan Gray
2015-09-27
free(x, 0) cleanup:
Sebastien Marie
2015-09-27
On R8000, make trap() behave closer to interrupt() when servicing a real
Miod Vallat
2015-09-27
lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */
Philip Guenther
2015-09-27
pull the m_freem calls out of hfsc_enqueue by having IFQ_ENQUEUE free
David Gwynne
2015-09-27
make carp_input mpsafe.
David Gwynne
2015-09-26
Try a little bit harder to clean up if attaching inteldrm(4) fails.
Mark Kettenis
2015-09-26
Update drm_irq.c to the version from Linux 3.14.52.
Mark Kettenis
2015-09-26
Protect the list of free map entries with a mutex. This should fix the
Mark Kettenis
2015-09-26
lint is dead and C99 may be old enough to drive a car: delete LONGLONG
Philip Guenther
2015-09-26
lint is dead: BITFIELDTYPE comments aren't useful
Philip Guenther
2015-09-26
regen
Ted Unangst
2015-09-26
unlock the mmap! reminded and ok kettenis
Ted Unangst
2015-09-26
matthew noticed there's a race where we are using the kernel lock to tie
Ted Unangst
2015-09-26
Apparently Valleyview / Bay Trail has 32-bit BARs, so fetch the type instead
Mark Kettenis
2015-09-26
Make the PPGTT code work. Seems to fix the caching issues on Broadwell.
Mark Kettenis
[next]