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