Age | Commit message (Expand) | Author |
2014-10-01 | all ramdisks should use SMALL_KERNEL and NO_PROPOLICE. basically, all | Theo de Raadt |
2014-10-01 | More optimization on LUNA frame buffer. | Kenji Aoyama |
2014-09-30 | Add the QLogic SCSI/FC drivers. | Brad Smith |
2014-09-30 | implement atomic operations using ll/sc, and convert rw_cas and callers of the | Jonathan Matthew |
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-28 | Properly serialize closing our vnode. Fixes the occasional panic during | Mark Kettenis |
2014-09-27 | Move clock_reg[] definition. | Kenji Aoyama |
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-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 | ansify; ok kettenis@ | Stefan Sperling |
2014-09-24 | remove some stuff to make this fit | Theo de Raadt |
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 | Fix constraint. | Brad Smith |
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 |
2014-09-22 | Add missing format specifier. | Brad Smith |
2014-09-21 | Reset fault status registers to zero after reading them, even in the 2:1 | Miod Vallat |
2014-09-21 | Don't check LAPIC_DLSTAT_BUSY again after an IPI | Stefan Fritsch |
2014-09-21 | Don't request an ACK from the server if we're polling. | Mark Kettenis |
2014-09-21 | Decouple polled commands from the interrupt handler. | Mark Kettenis |
2014-09-20 | On i386, agp_map_subregion might sleep, which is not allowed in some of | Mark Kettenis |
2014-09-20 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-19 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-19 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-19 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-19 | add missing break statements giving alaw encoding | Jonathan Gray |
2014-09-19 | add missing break statements to imxccm_get_fecclk() | Jonathan Gray |
2014-09-19 | Use correct printf format when MP_LOCKDEBUG is defined. | Martin Pieuchot |
2014-09-18 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-16 | Check the right descriptor field when polling for completion. | Mark Kettenis |
2014-09-16 | Simple cleanups for amd64 pmap | Stefan Fritsch |
2014-09-16 | Split out command submission code into its own function. | Mark Kettenis |
2014-09-15 | Fix logic error; we're out of IOs if we're not connected to the virtual disk | Mark Kettenis |
2014-09-15 | Remove non-standard <sys/dkstat.h> header. It has not contained anything | Miod Vallat |
2014-09-15 | Call ldc_send_unreliable() insteaf of duplicating the code to send an ldc | Mark Kettenis |
2014-09-14 | Add the ne(4) NE2000 PCI frontend. | Brad Smith |