summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-04rearrange a few fields to reduce internal padding in struct procTed Unangst
2014-02-04delay lowercasing of hostname until right before hostnameDamien Miller
canonicalisation to unbreak case-sensitive matching of ssh_config; reported by Ike Devolder; ok markus@
2014-02-04check 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-03fix memory leak; ECDSA_SIG_new() allocates 'r' and 's' for us, unlikeDamien Miller
DSA_SIG_new. Reported by Batz Spear; ok markus@
2014-02-03Use get_ifdevs() to get the name of a possibly existing netbootRobert Peichaer
interface instead of using handrolled ifconfig | sed combo. OK halex@ krw@
2012-03-26Import 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-03Check if the device is being detached when returning from tsleep() andMartin 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-03Fix a null dereference introduced when converting this driver to useMartin Pieuchot
usbd_is_dying(). Found the hard way by sebastia@
2014-02-03perl 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-03Make sure sched_init_cpu() on the secondary processors is invoked with theMiod Vallat
kernel lock held.
2014-02-03don't remove this test, indicate why it can triggerMarc Espie
2014-02-03gc old stuff that never fixed the problem it intended to fix :(Marc Espie
2014-02-03store 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-03use 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-03remove 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-03zap duplicate test, spotted by Arto JonssonMarc Espie
2014-02-03don't really need exactstem, the initial grep is good enoughMarc Espie
2014-02-03don't keep tied information around !Marc Espie
2014-02-03Really 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-03rename the atomic_foo manpages to atomic_foo_int or _uint cos we name theseDavid Gwynne
after functions. for reasons. reminded by jmc@
2014-02-03rename membar.9 to membar_sync.9 because manpages have to be named afterDavid Gwynne
functions FOR REASONS. reminded by jmc@
2014-02-03Build and document bsd.mp on alpha.Miod Vallat
2014-02-02don't create empty lists that won't be usedMarc Espie
2014-02-02gc really old codeMarc Espie
2014-02-02Force an fpu context synchronization before halting secondary processors.Miod Vallat
Similar to what other platforms do.
2014-02-02expand STANDARDS; ok sobradoJason McIntyre
2014-02-02To prevent lock ordering problems with the kernel lock, we need to make sureMark 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-02Mention Brainboxes IS-200 board; Eric Huiban.Miod Vallat
2014-02-02Allow to use ************* (13 '*') as password in the response fileRobert 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-02Brainboxes BB16PCI958. Contributed by Eric Huiban, thanks!Miod Vallat
2014-02-02regenMiod Vallat
2014-02-02Brainboxes IS200 BB16PCI958 puc(4)Miod Vallat
2014-02-02replace multiple grep with sed onliners in mount_mnt2()Robert Peichaer
with feedback and OK halex@
2014-02-02fix typoRobert Peichaer
from Markus Lude markus _dot_ lude _at_ gmx _dot_ de OK halex@
2014-02-02pseudo handle needs dependency_info too, forgot that one.Marc Espie
2014-02-02simplify how "kept" packages are handled. First, we never need theirMarc 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-02use a more specific description for EXIT STATUS than that provided by .Ex;Jason McIntyre
ok sobrado millert
2014-02-02drm/i915: flush cursors harderJonathan Gray
From Daniel Vetter ca5667eaca18b0267511728c97e3759d01a348cc in ubuntu 3.8 b2ea8ef559b4d94190009f3651b5b3ab7c05afd3 in mainline linux
2014-02-02sbus(4) glue for qla(4)Mark Kettenis
2014-02-02add acpimcfg;Jason McIntyre
2014-02-02Describe SHA256.sig.Miod Vallat
2014-02-02style nit-picking on previous commit: keep apart declaration fromIgor Sobrado
initialization; use a variable name consistent with the rest of our tree.
2014-02-02syncMiod Vallat
2014-02-02now that things are clean enough, we just need to figure out kept packagesMarc Espie
before we solve depends. Avoids keeping full packing-lists all along the dependency chain...
2014-02-02Add missing DRM_UNLOCK() in error path.Mark Kettenis
2014-02-02acpimcfg(4)Mark Kettenis
2014-02-02remove -e sed option where only one command is usedRobert Peichaer
ok halex@ krw@
2014-02-02make sure kept handles are complete... not really optimized so far, but willMarc Espie
fix issues seen by nigel@
2014-02-02fix some minor formatting glitches;Jason McIntyre
2014-02-02carve up qla_attach() into bits we can use to process loop and fabric changesJonathan Matthew
later on.