summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-09-30implement the atomic_shizz(9) bits.David Gwynne
2014-09-30Increase text segment size on Arm to 32MBTobias Ulmer
2014-09-29The interrupt handler should now be mpsafe.Mark Kettenis
2014-09-29Add locking for our private descriptor message queue.Mark Kettenis
2014-09-29Add transmit queue locking.Mark Kettenis
2014-09-29Use raster(logic) operation, or ROP, function on LUNA frame buffer.Kenji Aoyama
2014-09-29Add support for using block devices in addition to files.Mark Kettenis
2014-09-29correctly decrement the C_SCSIXFER reference count in wdc_xfer flagsDavid Gwynne
2014-09-28Properly serialize closing our vnode. Fixes the occasional panic duringMark Kettenis
2014-09-28Replace uvm_km_alloc(9) and uvm_km_free(9) with the equivalent km_alooc(9)Mark Kettenis
2014-09-28Remove a limitation that ignored IPv6 link-local addresses on carp(4).Reyk Floeter
2014-09-28in pool_destroy, enter and leave mutex as necessary to satisfy assertions.Ted Unangst
2014-09-27Move clock_reg[] definition.Kenji Aoyama
2014-09-27Kill rtalloc() and update rtalloc1() and rtalloc_mpath() to no longerMartin Pieuchot
2014-09-27add back inverted poison patterns. keep high bits, but twiddle low bits.Ted Unangst
2014-09-27retire Accoom Networks Artery T1/E1 drive; ok claudioTheo de Raadt
2014-09-27Removed an ununsed macroMike Larkin
2014-09-27typo in a printfMike Larkin
2014-09-27Change spaces to tab. No binary change.Kenji Aoyama
2014-09-27add some more sdtemp devicesJonathan Gray
2014-09-26Don't mask off revision bits for tests against a fullJonathan Gray
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-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-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-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-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-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