Age | Commit message (Expand) | Author |
2014-09-26 | remove the last uses of -Wno-format | Jonathan Gray |
2014-09-26 | Use correct format specifiers in various loongson machine dependent code. | Joel Sing |
2014-09-26 | new ricoh controllers must also be pushed into "old slow mode" at resume | Theo de Raadt |
2014-09-26 | Revert a part of r1.98 if_run.c which caused a regression on older gen | Mike Larkin |
2014-09-26 | zap now unused "PERFINC" | David Coppa |
2014-09-26 | ansify; ok kettenis@ | Stefan Sperling |
2014-09-26 | Fix format signedness | Philip Guenther |
2014-09-26 | Rework piglet and pig allocation. Currently the piglet gets allocated | Mark Kettenis |
2014-09-26 | now that mp setperf is fixed, let's try aggressive throttling again. | Ted Unangst |
2014-09-26 | fix the calculation of the number of items to prime the pool with | David Gwynne |
2014-09-25 | Bring back rev 1.249. Now that mp_setperf() has been fixed, it should be | Mark Kettenis |
2014-09-25 | Support using pane id as part of session or window specifier (so %1 | Nicholas Marriott |
2014-09-25 | Support ! for last pane. | Nicholas Marriott |
2014-09-25 | include bpfilter.h so the softc will be the same size in all files | Jonathan Gray |
2014-09-24 | remove some stuff to make this fit | Theo de Raadt |
2014-09-24 | fix the build when DRMDEBUG is defined | Jonathan Gray |
2014-09-24 | Keep under #ifdef MULTIPROCESSOR the code that deals with SPCF_SHOULDHALT | Martin Pieuchot |
2014-09-24 | Kill two generic DVACT_DEACTIVATE handlers since this event is now | Martin Pieuchot |
2014-09-24 | jmatthew@ found another case of me getting the number of args wrong | David Gwynne |
2014-09-24 | jmatthew@ points out atomic_swap_foo takes two arguments, not three. | David Gwynne |
2014-09-24 | implement atomic_{cas,swap}_{uint,long,ptr) and atomic_{add,sub}_{int,long} | David Gwynne |
2014-09-24 | Replace a few malloc() calls with reallocarray() so it checks for overflow. | Doug Hogan |
2014-09-23 | Enable MSI support. | Brad Smith |
2014-09-23 | Fix regression introduced in revision 1.15 by using strndup() instead of | Miod Vallat |
2014-09-23 | Only compile poison-related code if DIAGNOSTIC instead of if !SMALL_KERNEL, | Miod Vallat |
2014-09-23 | Release the acpi lock around calls to wsdisplay_suspend() and | Mark Kettenis |
2014-09-23 | Fix constraint. | Brad Smith |
2014-09-23 | add Bay Trail and Braswell SMBus | Jonathan Gray |
2014-09-23 | regen | Jonathan Gray |
2014-09-23 | add Bay Trail and Braswell SMBus | Jonathan Gray |
2014-09-23 | Fix high capacity (> 2GB) eMMC support. | Raphael Graf |
2014-09-23 | Hide unused, duplicate and/or misleading fields. | Alexandre Ratchov |
2014-09-23 | Make use of the red-black tree as the original Linux code did instead | Jonathan Gray |
2014-09-23 | dont need to call bpfdetach cos if_detach does it for you. | David Gwynne |
2014-09-23 | lock around the sysctl code that sets the bpf buffer sizes so if we ever | David Gwynne |
2014-09-22 | remove a stupid comment above bpfilterattach about how we dont do anything | David Gwynne |
2014-09-22 | stash a pointer to bpf_d in the knotes kn_hook instead of the device id. | David Gwynne |
2014-09-22 | it's easy to allow bpfwrites bigger than MCLBYTES now that we have | David Gwynne |
2014-09-22 | if you request a read timeout and then use kqueues to wait for them, you | David Gwynne |
2014-09-22 | add Winchiphead CH382 support. | sasano |
2014-09-22 | add obviously forgotten daemon_timeout default | Ingo Schwarze |
2014-09-22 | obvious markup typo; frantisek holop <minusf at obiit dot org> | Ingo Schwarze |
2014-09-22 | Correct the token used. | Brad Smith |
2014-09-22 | Refactor and simplify the ECC extension handling. The existing code | Joel Sing |
2014-09-22 | Add some missing manual pages for armv7 (sunxi) drivers. | Raphael Graf |
2014-09-22 | Also check the result from final_finish_mac() against finish_mac_length in | Joel Sing |
2014-09-22 | It is possible (although unlikely in practice) for peer_finish_md_len to | Joel Sing |
2014-09-22 | implement atomic_{cas,swap}_{uint,ulong,ptr} and | David Gwynne |
2014-09-22 | Enable power saving modes for IBM PowerPC 970 CPUs. | Martin Pieuchot |
2014-09-22 | Drop the kernel lock when copying data to/from the other domain during | Mark Kettenis |