summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-12-24Normalize return values from various exit functions.Mike Larkin
2015-12-24Make sure we don't overflow a page during vm_readpage/vm_writepage.Mike Larkin
2015-12-24More adress -> addressmmcc
2015-12-24Argh. The other part the wrong diff was missing.Kenneth R Westerback
2015-12-23pledge "audio" code block must be !SMALL_KERNELTheo de Raadt
2015-12-23revert previous:Jasper Lievisse Adriaanse
2015-12-23If PLEDGE_AUDIO is set, allow audio(4) ioctls necessaryAlexandre Ratchov
2015-12-23add aml_freevalue in a couple places, avoid storing a result thatJoshua Stein
2015-12-23Ooops. Wrong version of the diff committed, with reversed check forKenneth R Westerback
2015-12-23One "sbar" taskq is enough.Mark Kettenis
2015-12-23Drop unused goto label.Visa Hankala
2015-12-23Execution of the `sync' instruction is not supported by the T-Bus andVisa Hankala
2015-12-23assign pointers NULL rather than 0mmcc
2015-12-22Make xs_setprop a bit more useful by removing property nodesMike Belopuhov
2015-12-22Implement a bus_dma(9) abstraction on top of Grant Table APIMike Belopuhov
2015-12-22spliting -> splittingmmcc
2015-12-22commited -> committedmmcc
2015-12-22Find OpenBSD disklabel on GPT partitioned softraid volumes. Now you canKenneth R Westerback
2015-12-22Remove obsolete comment.Mark Kettenis
2015-12-22Re-add config includesStefan Fritsch
2015-12-22The Apple SMC is implemented on a H8S/2117 chip. Communication with the chipMark Kettenis
2015-12-22- yet another tiny step towards MP PF. This time we need to make sureAlexandr Nedvedicky
2015-12-22Do not return EEXIST if the same address is added twice.Martin Pieuchot
2015-12-21add virtio-console driverStefan Fritsch
2015-12-21Move ppp, nmea, endrun, and msts prototypes to tty.hStefan Fritsch
2015-12-21Goto a loop_end label rather than using a continue statement for anmmcc
2015-12-21Introduce xen_intr_mask and xen_intr_unmask primitivesMike Belopuhov
2015-12-21Cleanup hypercall subsystem type definesMike Belopuhov
2015-12-21Don't unmask the port in xen_intr_establishMike Belopuhov
2015-12-21Pass the destination and mask to rtable_mpath_reprio() in order to notMartin Pieuchot
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