Age | Commit message (Expand) | Author |
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 |
2015-12-16 | Remove the solbourne entries now that all its code is gone. | mmcc |
2015-12-16 | in pledged process, setuid/setgid/sticky bits should be ignored. | Sebastien Marie |
2015-12-16 | Don't attempt to get the ThinkLight state if neither the KLCG nor the MLCG | Mark Kettenis |
2015-12-16 | Refactor umass_detach() in order to pass a size to free(9). | Martin Pieuchot |
2015-12-16 | Avoid grabbing the kernel lock in uvm_unmap() if we have an interrupt-safe | Mark Kettenis |
2015-12-16 | Merge rtable_mpath_select() into rtable_match(). | Martin Pieuchot |
2015-12-16 | Don't forget about monitor mode while building the ifmedia list | Stefan Sperling |
2015-12-16 | in pledged process, setuid/setgid/sticky bits should be ignored. | Sebastien Marie |
2015-12-15 | ignore unlikely temperature values like -127 degC | Joerg Jung |
2015-12-15 | add 2 more temperature keys found in macbook pro (10,2) | Joerg Jung |
2015-12-15 | add more temperature keys found in newer macbook airs (6,1 and 7,2) | Joerg Jung |
2015-12-15 | make sure the read fan description is always nul terminated | Joerg Jung |
2015-12-15 | Revert the previous commit; the licencing needs to be checked very carefully. | Ingo Feinerer |
2015-12-15 | Sync V4L2 header files with recent Linux kernel. | Ingo Feinerer |