Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-03 | Really clean up after a run. | Antoine Jacoutot | |
Factorize the sig file name. Do not through an error when a file got manually removed but is still present in the sum file. | |||
2014-02-03 | rename the atomic_foo manpages to atomic_foo_int or _uint cos we name these | David Gwynne | |
after functions. for reasons. reminded by jmc@ | |||
2014-02-03 | rename membar.9 to membar_sync.9 because manpages have to be named after | David Gwynne | |
functions FOR REASONS. reminded by jmc@ | |||
2014-02-03 | Build and document bsd.mp on alpha. | Miod Vallat | |
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 | |
Similar to what other platforms do. | |||
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 | |
we block all interrupts that can grab the kernel lock. The simplest way to achieve this is to make sure mutexes always raise the ipl to the highest level that has interrupts that grab the kernel lock. This will allow us to have "mpsafe" interrupt handlers at lower priority levels. No change for non-MULTIPROCESSOR kernels. ok miod@ | |||
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 | |
for accounts which have password logins disabled but login with e.g. ssh-keys is still possible. suggested and OK sthen@, OK halex@ | |||
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 | |
with feedback and OK halex@ | |||
2014-02-02 | fix typo | Robert Peichaer | |
from Markus Lude markus _dot_ lude _at_ gmx _dot_ de OK halex@ | |||
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 | |
full plist, just their update_info. Also, the routine for move_kept is pretty much always the same, so fold it. Finally, delay full plists in create_old. | |||
2014-02-02 | use a more specific description for EXIT STATUS than that provided by .Ex; | Jason McIntyre | |
ok sobrado millert | |||
2014-02-02 | drm/i915: flush cursors harder | Jonathan Gray | |
From Daniel Vetter ca5667eaca18b0267511728c97e3759d01a348cc in ubuntu 3.8 b2ea8ef559b4d94190009f3651b5b3ab7c05afd3 in mainline linux | |||
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 | |
initialization; use a variable name consistent with the rest of our tree. | |||
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 | |
before we solve depends. Avoids keeping full packing-lists all along the dependency chain... | |||
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 | |
ok halex@ krw@ | |||
2014-02-02 | make sure kept handles are complete... not really optimized so far, but will | Marc Espie | |
fix issues seen by nigel@ | |||
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 | |
later on. | |||
2014-02-02 | Rearrange interrupt register processing for 2200s. The mailbox semaphore | Jonathan Matthew | |
seems to be disconnected from the interrupt status register, so we shouldn't wait until the interrupt status is nonzero to check it. This makes onboard FC controllers in Sun systems work better. tested on a blade1k (by kettenis@) and a v880. | |||
2014-02-02 | drm/i915: Make data/link N value power of two | Jonathan Gray | |
From Ville Syrjala 16f091c6e04b5ac247d7b3b3764c2fbe8683e497 in ubuntu 3.8 a65851af59387146a28a928c3e7bb17dabc5db72 in mainline linux | |||
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 | |
From Jani Nikula 67c729e64ef03476312fc9fb815046d5e540428a in ubuntu 3.8 8d16f258217f2f583af1fd57c5144aa4bbe73e48 in mainline linux | |||
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 | |
operands after not finding an input file. from the IEEE Std 1003.1-2008 (``POSIX.1'') rationale: "Unlike other utilities, some historical implementations of cut exit after not finding an input file, rather than continuing to process the remaining file operands. This behavior is prohibited by this volume of POSIX.1-2008, where only the exit status is affected by this problem." joint work with jmc@, who identified the compliance issue, and millert@ ok millert@, jmc@ | |||
2014-02-01 | remove -e sed option where only one command is used | Robert Peichaer | |
OK halex@ | |||
2014-02-01 | fix an example; users column at who(1) has a minimum width of eight characters, | Igor Sobrado | |
not sixteen characters. problem found by jmc@ | |||
2014-02-01 | Do not include <machine/pmap.h> from .S code, for it brings much too .S-unaware | Miod Vallat | |
headers. Instead, rely upon "assym.h" bringing the defines we need from it. Found the hard way by nick@ | |||
2014-02-01 | Use splipi() instead of splhigh() to protect lazy fpu saving code. | Miod Vallat | |
In MP kernel, replace a TOCTTOU-vulnerable assert with a ``loop until we have achieved our goals'' logic. | |||
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 | |
entries per processor, don't bother using a pool and allocate the job entries statically, and manage a per cpu free entries queue in addition to the in-use queue. This avoids corrupting memory... | |||
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 | |
No functional change. |