Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-04 | rearrange a few fields to reduce internal padding in struct proc | Ted Unangst | |
2014-02-04 | delay lowercasing of hostname until right before hostname | Damien Miller | |
canonicalisation to unbreak case-sensitive matching of ssh_config; reported by Ike Devolder; ok markus@ | |||
2014-02-04 | check for errors before dependencies, anyways. | Marc Espie | |
split the part for arch, since it requires full plists. avoid creating dummy locations for handles in errors. | |||
2014-02-03 | fix memory leak; ECDSA_SIG_new() allocates 'r' and 's' for us, unlike | Damien Miller | |
DSA_SIG_new. Reported by Batz Spear; ok markus@ | |||
2014-02-03 | Use get_ifdevs() to get the name of a possibly existing netboot | Robert Peichaer | |
interface instead of using handrolled ifconfig | sed combo. OK halex@ krw@ | |||
2012-03-26 | Import ldns 1.6.12, needed for Unbound, to work on in-tree. | Stuart Henderson | |
These are the direct sources from NLnet Labs upstream, minus these: contrib doc/images examples packaging/fedora ok deraadt@ jakob@ | |||
2014-02-03 | Check if the device is being detached when returning from tsleep() and | Martin Pieuchot | |
in such case do not try to cleanup the device since this would make the thread sleep again while keeping a reference to the softc. Fix a panic found by sebastia@, ok pirofti@ | |||
2014-02-03 | Fix a null dereference introduced when converting this driver to use | Martin Pieuchot | |
usbd_is_dying(). Found the hard way by sebastia@ | |||
2014-02-03 | perl is actually VERY BAD at scraping captured variables until the end. | Marc Espie | |
Avoid creating a gratuitous back reference to that packing-list. Prevents us from keeping shas around... :( | |||
2014-02-03 | Make sure sched_init_cpu() on the secondary processors is invoked with the | Miod Vallat | |
kernel lock held. | |||
2014-02-03 | don't remove this test, indicate why it can trigger | Marc Espie | |
2014-02-03 | gc old stuff that never fixed the problem it intended to fix :( | Marc Espie | |
2014-02-03 | store compact form of manpages. | Marc Espie | |
fix a long standing stupid bug: can't store both deleted and added manpages in the same hash, otherwise the first deletion is going to scrape already added stuff. Ouchie. | |||
2014-02-03 | use the same option as isp(4) to build without firmware. | Jonathan Matthew | |
stub out the firmware loading code and don't include the firmware files when ISP_NOFIRMWARE is defined. | |||
2014-02-03 | remove extra cache copy in memory... | Marc Espie | |
to be revisited, the setting of info dir so late is slightly broken and will reopen packages more times than needed. | |||
2014-02-03 | zap duplicate test, spotted by Arto Jonsson | Marc Espie | |
2014-02-03 | don't really need exactstem, the initial grep is good enough | Marc Espie | |
2014-02-03 | don't keep tied information around ! | Marc Espie | |
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. |