Age | Commit message (Expand) | Author |
2014-10-09 | remove LKM devices | Ted Unangst |
2014-10-08 | only call Debugger() #ifdef DDB | Theo de Raadt |
2014-10-08 | #ifndef DDB, correct a format string.. | Theo de Raadt |
2014-10-08 | Add virtio_membar_* macros | Stefan Fritsch |
2014-10-08 | #ifdef SMALL_KERNEL some sensor blocks; ok miod | Theo de Raadt |
2014-10-08 | Add offsets for cortex-A7/A15. Adapted from bitrig. | Raphael Graf |
2014-10-08 | Introduce ppc_mttb() and use it instead of rerolling the move to time | Martin Pieuchot |
2014-10-08 | remove an unused file that is a duplicate of arch/hppa/gsc/mongoose_gsc.c | Jonathan Gray |
2014-10-08 | if SMALL_KERNEL do not register the imc_watchdog_cb callback. We still | Theo de Raadt |
2014-10-07 | Use L1_S_V7_AP instead of L1_S_AP for the v7 case | Jonathan Gray |
2014-10-07 | Correct the l1 pte permission bits for armv7. Problem pointed out | Jonathan Gray |
2014-10-06 | Make amd64 pmap more efficient on multi-processor | Stefan Fritsch |
2014-10-05 | Skip unnecessary processing in interrupt handler. | Kenji Aoyama |
2014-10-05 | pass size to free. | David Gwynne |
2014-10-05 | dont need to cast pointers to/from void * | David Gwynne |
2014-10-05 | ansify function definitions. | David Gwynne |
2014-10-05 | Use CPU_IS_PRIMARY macro. No functional change. | Kenji Aoyama |
2014-10-04 | Switch the kernel configs over to using -Wframe-larger-than= instead of | Brad Smith |
2014-10-04 | Skip 'hardware lied' interrupts, as same as CMU Mach do. | Kenji Aoyama |
2014-10-03 | Delete long-time unused #if 0 part. | Kenji Aoyama |
2014-10-02 | Pass the right bus_dmatag_t to the children. | Miod Vallat |
2014-10-01 | Fix some incorrect format specifiers in a debug printf. | Mike Larkin |
2014-10-01 | Move some hibernate #defines to pte.h and eliminate some duplicate defines | Mike Larkin |
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 |