summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-12-20size for free, sent and reminded by Mathieu. also delete null check.Ted Unangst
2015-12-20Advertise support for DRM version 1.4. We have support for all the necessaryMark Kettenis
2015-12-20Do not delay video(4) attachment if the device does not need to loadMartin Pieuchot
2015-12-20Simple free(9) sizes, from Matthieu <naabed AT poolp DOT org>.Martin Pieuchot
2015-12-19Replace 'arc4random() % x' by 'arc4random_uniform(x)'.tb
2015-12-19make things fit, by skipping pcn* for now -- randomly firing a driver.Theo de Raadt
2015-12-19move to 5.9-betaTheo de Raadt
2015-12-19Remove code that has been unused ever since we removed the agp ioctl interface.Mark Kettenis
2015-12-19Move agp_generic_enable() prototype to agpvar.h to unbreak the build onMark Kettenis
2015-12-19Prevent GPU lockups with KMS & AGP-enable on Uninorth (G4) machines.Martin Pieuchot
2015-12-19Enable agp(4), this makes X11 usable on my Dual G5 with radeondrm(4).Martin Pieuchot
2015-12-19Do not match Uninorth bridges until we have a working KMS with AGPMartin Pieuchot
2015-12-19Make carp_output() mpsafe.Martin Pieuchot
2015-12-19Add xs_setprop to set device propertiesMike Belopuhov
2015-12-19Fixup a few bugs in xen_intr_{establish,disestablish}Mike Belopuhov
2015-12-18Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutexMark Kettenis
2015-12-18Fix SO_REUSE* flags effects when binding multicast addresses. NoVincent Gross
2015-12-18Fix urtw(4) on big-endian architectures. Patch by Cedric Tessier.Stefan Sperling
2015-12-18Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutexMark Kettenis
2015-12-18Remove two error-on-NULL conditions for allocations that can't fail.mmcc
2015-12-18Remove leftover prototype.Visa Hankala
2015-12-18A store to FPA does not need splnet(). The operation is atomic.Visa Hankala
2015-12-18unnoccupied->unoccupiedStuart Henderson
2015-12-18Convert arc4random() to arc4random_uniorm(). Diff by Matthew Martin.tb
2015-12-18Prevent uvm_fault() when hitting a breakpoint by restoring the originalGerhard Roth
2015-12-18Fix out of bounds array access in ieee80211_setbasicrates().Stefan Sperling
2015-12-18Remove an error-on-NULL condition after a mallocarray() call that cannotmmcc
2015-12-17Make the cost of moving a process to the primary cpu a bit higher. This isMark Kettenis
2015-12-17sprinkling ifndef __linux__ around two variable declarations could notTed Unangst
2015-12-17s/expresion/expression/gmmcc
2015-12-17add a size to free. from MathieuTed Unangst
2015-12-17arrays decay to pointers without needing &Ted Unangst
2015-12-17no need to check null before freeTed Unangst
2015-12-17add ktrace to kevent. ok guentherTed Unangst
2015-12-17add size to free. from MathieuTed Unangst
2015-12-17rm a bit more trailers code. no longer accept them as alias for ethernet.Ted Unangst
2015-12-17If CORB/RIRB are not running, log error message unconditonnalyAlexandre Ratchov
2015-12-17Add display brightness support. This is available on the last few generationsMark Kettenis
2015-12-17Missing include, spotted by benoit@Martin Pieuchot
2015-12-17Move vcpu register state init to vmd. Allows vmd bootloader to make theMike Larkin
2015-12-17Use config_mountroot(9) instead of startuphook_establish(9).Martin Pieuchot
2015-12-16Remove the solbourne entries now that all its code is gone.mmcc
2015-12-16in pledged process, setuid/setgid/sticky bits should be ignored.Sebastien Marie
2015-12-16Don't attempt to get the ThinkLight state if neither the KLCG nor the MLCGMark Kettenis
2015-12-16Refactor umass_detach() in order to pass a size to free(9).Martin Pieuchot
2015-12-16Avoid grabbing the kernel lock in uvm_unmap() if we have an interrupt-safeMark Kettenis
2015-12-16Merge rtable_mpath_select() into rtable_match().Martin Pieuchot
2015-12-16Don't forget about monitor mode while building the ifmedia listStefan Sperling
2015-12-16in pledged process, setuid/setgid/sticky bits should be ignored.Sebastien Marie
2015-12-15ignore unlikely temperature values like -127 degCJoerg Jung