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