Age | Commit message (Expand) | Author |
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 |
2015-12-18 | Remove leftover prototype. | Visa Hankala |
2015-12-18 | A store to FPA does not need splnet(). The operation is atomic. | Visa Hankala |
2015-12-18 | unnoccupied->unoccupied | Stuart Henderson |
2015-12-18 | Convert arc4random() to arc4random_uniorm(). Diff by Matthew Martin. | tb |
2015-12-18 | Prevent uvm_fault() when hitting a breakpoint by restoring the original | Gerhard Roth |
2015-12-18 | Fix out of bounds array access in ieee80211_setbasicrates(). | Stefan Sperling |
2015-12-18 | Remove an error-on-NULL condition after a mallocarray() call that cannot | mmcc |
2015-12-17 | Make the cost of moving a process to the primary cpu a bit higher. This is | Mark Kettenis |
2015-12-17 | sprinkling ifndef __linux__ around two variable declarations could not | Ted Unangst |
2015-12-17 | s/expresion/expression/g | mmcc |
2015-12-17 | add a size to free. from Mathieu | Ted Unangst |
2015-12-17 | arrays decay to pointers without needing & | Ted Unangst |
2015-12-17 | no need to check null before free | Ted Unangst |
2015-12-17 | add ktrace to kevent. ok guenther | Ted Unangst |
2015-12-17 | add size to free. from Mathieu | Ted Unangst |
2015-12-17 | rm a bit more trailers code. no longer accept them as alias for ethernet. | Ted Unangst |
2015-12-17 | If CORB/RIRB are not running, log error message unconditonnaly | Alexandre Ratchov |
2015-12-17 | Add display brightness support. This is available on the last few generations | Mark Kettenis |
2015-12-17 | Missing include, spotted by benoit@ | Martin Pieuchot |
2015-12-17 | Move vcpu register state init to vmd. Allows vmd bootloader to make the | Mike Larkin |
2015-12-17 | Use config_mountroot(9) instead of startuphook_establish(9). | Martin Pieuchot |