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