Age | Commit message (Expand) | Author |
2015-12-24 | Normalize return values from various exit functions. | Mike Larkin |
2015-12-24 | Make sure we don't overflow a page during vm_readpage/vm_writepage. | Mike Larkin |
2015-12-24 | More adress -> address | mmcc |
2015-12-24 | Argh. The other part the wrong diff was missing. | Kenneth R Westerback |
2015-12-23 | pledge "audio" code block must be !SMALL_KERNEL | Theo de Raadt |
2015-12-23 | revert previous: | Jasper Lievisse Adriaanse |
2015-12-23 | If PLEDGE_AUDIO is set, allow audio(4) ioctls necessary | Alexandre Ratchov |
2015-12-23 | add aml_freevalue in a couple places, avoid storing a result that | Joshua Stein |
2015-12-23 | Ooops. Wrong version of the diff committed, with reversed check for | Kenneth R Westerback |
2015-12-23 | One "sbar" taskq is enough. | Mark Kettenis |
2015-12-23 | Drop unused goto label. | Visa Hankala |
2015-12-23 | Execution of the `sync' instruction is not supported by the T-Bus and | Visa Hankala |
2015-12-23 | assign pointers NULL rather than 0 | mmcc |
2015-12-22 | Make xs_setprop a bit more useful by removing property nodes | Mike Belopuhov |
2015-12-22 | Implement a bus_dma(9) abstraction on top of Grant Table API | Mike Belopuhov |
2015-12-22 | spliting -> splitting | mmcc |
2015-12-22 | commited -> committed | mmcc |
2015-12-22 | Find OpenBSD disklabel on GPT partitioned softraid volumes. Now you can | Kenneth R Westerback |
2015-12-22 | Remove obsolete comment. | Mark Kettenis |
2015-12-22 | Re-add config includes | Stefan Fritsch |
2015-12-22 | The Apple SMC is implemented on a H8S/2117 chip. Communication with the chip | Mark Kettenis |
2015-12-22 | - yet another tiny step towards MP PF. This time we need to make sure | Alexandr Nedvedicky |
2015-12-22 | Do not return EEXIST if the same address is added twice. | Martin Pieuchot |
2015-12-21 | add virtio-console driver | Stefan Fritsch |
2015-12-21 | Move ppp, nmea, endrun, and msts prototypes to tty.h | Stefan Fritsch |
2015-12-21 | Goto a loop_end label rather than using a continue statement for an | mmcc |
2015-12-21 | Introduce xen_intr_mask and xen_intr_unmask primitives | Mike Belopuhov |
2015-12-21 | Cleanup hypercall subsystem type defines | Mike Belopuhov |
2015-12-21 | Don't unmask the port in xen_intr_establish | Mike Belopuhov |
2015-12-21 | Pass the destination and mask to rtable_mpath_reprio() in order to not | Martin Pieuchot |
2015-12-20 | size for free, sent and reminded by Mathieu. also delete null check. | Ted Unangst |
2015-12-20 | Advertise support for DRM version 1.4. We have support for all the necessary | Mark Kettenis |
2015-12-20 | Do not delay video(4) attachment if the device does not need to load | Martin Pieuchot |
2015-12-20 | Simple free(9) sizes, from Matthieu <naabed AT poolp DOT org>. | Martin Pieuchot |
2015-12-19 | Replace 'arc4random() % x' by 'arc4random_uniform(x)'. | tb |
2015-12-19 | make things fit, by skipping pcn* for now -- randomly firing a driver. | Theo de Raadt |
2015-12-19 | move to 5.9-beta | Theo de Raadt |
2015-12-19 | Remove code that has been unused ever since we removed the agp ioctl interface. | Mark Kettenis |
2015-12-19 | Move agp_generic_enable() prototype to agpvar.h to unbreak the build on | Mark Kettenis |
2015-12-19 | Prevent GPU lockups with KMS & AGP-enable on Uninorth (G4) machines. | Martin Pieuchot |
2015-12-19 | Enable agp(4), this makes X11 usable on my Dual G5 with radeondrm(4). | Martin Pieuchot |
2015-12-19 | Do not match Uninorth bridges until we have a working KMS with AGP | Martin Pieuchot |
2015-12-19 | Make carp_output() mpsafe. | Martin Pieuchot |
2015-12-19 | Add xs_setprop to set device properties | Mike Belopuhov |
2015-12-19 | Fixup a few bugs in xen_intr_{establish,disestablish} | Mike Belopuhov |
2015-12-18 | Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutex | Mark Kettenis |
2015-12-18 | Fix SO_REUSE* flags effects when binding multicast addresses. No | Vincent Gross |
2015-12-18 | Fix urtw(4) on big-endian architectures. Patch by Cedric Tessier. | Stefan Sperling |
2015-12-18 | Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutex | Mark Kettenis |
2015-12-18 | Remove two error-on-NULL conditions for allocations that can't fail. | mmcc |