Age | Commit message (Expand) | Author |
2014-02-02 | don't create empty lists that won't be used | Marc Espie |
2014-02-02 | gc really old code | Marc Espie |
2014-02-02 | Force an fpu context synchronization before halting secondary processors. | Miod Vallat |
2014-02-02 | expand STANDARDS; ok sobrado | Jason McIntyre |
2014-02-02 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2014-02-02 | Mention Brainboxes IS-200 board; Eric Huiban. | Miod Vallat |
2014-02-02 | Allow to use ************* (13 '*') as password in the response file | Robert Peichaer |
2014-02-02 | Brainboxes BB16PCI958. Contributed by Eric Huiban, thanks! | Miod Vallat |
2014-02-02 | regen | Miod Vallat |
2014-02-02 | Brainboxes IS200 BB16PCI958 puc(4) | Miod Vallat |
2014-02-02 | replace multiple grep with sed onliners in mount_mnt2() | Robert Peichaer |
2014-02-02 | fix typo | Robert Peichaer |
2014-02-02 | pseudo handle needs dependency_info too, forgot that one. | Marc Espie |
2014-02-02 | simplify how "kept" packages are handled. First, we never need their | Marc Espie |
2014-02-02 | use a more specific description for EXIT STATUS than that provided by .Ex; | Jason McIntyre |
2014-02-02 | drm/i915: flush cursors harder | Jonathan Gray |
2014-02-02 | sbus(4) glue for qla(4) | Mark Kettenis |
2014-02-02 | add acpimcfg; | Jason McIntyre |
2014-02-02 | Describe SHA256.sig. | Miod Vallat |
2014-02-02 | style nit-picking on previous commit: keep apart declaration from | Igor Sobrado |
2014-02-02 | sync | Miod Vallat |
2014-02-02 | now that things are clean enough, we just need to figure out kept packages | Marc Espie |
2014-02-02 | Add missing DRM_UNLOCK() in error path. | Mark Kettenis |
2014-02-02 | acpimcfg(4) | Mark Kettenis |
2014-02-02 | remove -e sed option where only one command is used | Robert Peichaer |
2014-02-02 | make sure kept handles are complete... not really optimized so far, but will | Marc Espie |
2014-02-02 | fix some minor formatting glitches; | Jason McIntyre |
2014-02-02 | carve up qla_attach() into bits we can use to process loop and fabric changes | Jonathan Matthew |
2014-02-02 | Rearrange interrupt register processing for 2200s. The mailbox semaphore | Jonathan Matthew |
2014-02-02 | drm/i915: Make data/link N value power of two | Jonathan Gray |
2014-02-02 | armv7_start.o needs an explicit dependency on assym.h now; nick | Miod Vallat |
2014-02-02 | add min_t and div_u64 which will be used to reduce the diff to linux | Jonathan Gray |
2014-02-02 | convert memset of potentially-private data to explicit_bzero() | Damien Miller |
2014-02-02 | drm/i915/dp: increase i2c-over-aux retry interval on AUX DEFER | Jonathan Gray |
2014-02-02 | add a simple version of usleep_range() that DELAYs for the min value | Jonathan Gray |
2014-02-01 | note which languages are extensions; ok millert | Jason McIntyre |
2014-02-01 | improve POSIX compliance by continuing to process the remaining file | Igor Sobrado |
2014-02-01 | remove -e sed option where only one command is used | Robert Peichaer |
2014-02-01 | fix an example; users column at who(1) has a minimum width of eight characters, | Igor Sobrado |
2014-02-01 | Do not include <machine/pmap.h> from .S code, for it brings much too .S-unaware | Miod Vallat |
2014-02-01 | Use splipi() instead of splhigh() to protect lazy fpu saving code. | Miod Vallat |
2014-02-01 | On MP kernels, invoke SPINLOCK_SPIN_HOOK in mtx_enter() when it spins. | Miod Vallat |
2014-02-01 | Simplify try_lock() to avoid one forward branch in the common case. | Miod Vallat |
2014-02-01 | pools aren't mp-safe; since the TLB shootdown code will allocate up to 6 job | Miod Vallat |
2014-02-01 | Lower IPL_SCHED to IPL_CLOCK where it belongs. | Miod Vallat |
2014-02-01 | Use atomic_loadlatch_ulong() to speedup and simplify the ipi dispatcher. | Miod Vallat |
2014-02-01 | Allow MP_LOCKDEBUG kernels to get tracebacks from other processors when | Miod Vallat |
2014-02-01 | Reset the hwrpb cpu start address after booting the secondaries, in order to | Miod Vallat |
2014-02-01 | style | Marc Espie |
2014-02-01 | sort out the code to figuring out kept packages. | Marc Espie |