summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-18Make trapdebug code MP-safe.Miod Vallat
2010-01-18even in @option always-update, normal dependency comparison should stillMarc Espie
2010-01-18don't bother checking for exec and displaying them if we're not verboseMarc Espie
2010-01-18s/long long unsigned/unsigned long long/, from tim via portableDarren Tucker
2010-01-17Correct and clarify ssh-add's password asking behavior.Ted Unangst
2010-01-17strcpy/strncat/sprintf --> strlcpy/strlcat/snprintfCharles Longeau
2010-01-17Backport bug fix from upstream.Charles Longeau
2010-01-17Remove dead assignment and newly created unused variable.Charles Longeau
2010-01-17Remove dead assignment and newly created unused variable.Charles Longeau
2010-01-17add a printer for IPV6CP (IPv6 Control Protocol); ok sthen@Christian Weisgerber
2010-01-17* remove a nonsensical print statement left over since antiquityChristian Weisgerber
2010-01-17add template nsd.conf (with examples)Jakob Schlyter
2010-01-17regen with {autoconf,autoheader}-2.62Jakob Schlyter
2010-01-17use --with-chrootJakob Schlyter
2010-01-17add --with-chroot option to set default chroot directoryJakob Schlyter
2010-01-17While resampling, if input samples are available but outputAlexandre Ratchov
2010-01-17fix quality degradation when resamplingAlexandre Ratchov
2010-01-17default output file ends in ".dat", not ".out";Ingo Schwarze
2010-01-17even better messagesMarc Espie
2010-01-17remove unintentionally added fileJakob Schlyter
2010-01-17use Carp directly, it it very inexpensive actually, since it's been rewrittenMarc Espie
2010-01-17add l2tpDavid Gwynne
2010-01-16Merge db_stack_trace_print() and stacktrace() logic, and have the formerMiod Vallat
2010-01-16Fix types so that the upper 32 bits of addresses of branches are correct.Miod Vallat
2010-01-16don't transmit MIDI active sensing messages, because theyAlexandre Ratchov
2010-01-16when closing the device, delete its MIDI end, if it has no writers.Alexandre Ratchov
2010-01-16add _nsdJakob Schlyter
2010-01-16run as user _nsdJakob Schlyter
2010-01-16add user/group for nsd; ok nick@Jakob Schlyter
2010-01-16Remove dead assignment and newly created unused variable.Charles Longeau
2010-01-16rename bluetooth coexistence flags. no binary change.Damien Bergamini
2010-01-16Enable DC calibration and disable crystal calibration onDamien Bergamini
2010-01-16When allocating from the item header pool, we can't sleep, as we may be holdi...Ted Unangst
2010-01-15syncTodd T. Fries
2010-01-15Keep in memory whether the socket is writable. This way sio_revents()Alexandre Ratchov
2010-01-15*** empty log message ***Alexandre Ratchov
2010-01-15Fix resampling algorithm to always produce integer block sizes.Alexandre Ratchov
2010-01-15rename zonec to nsd-zonecJakob Schlyter
2010-01-15initJakob Schlyter
2010-01-15NSD v3.2.4Jakob Schlyter
2010-01-15Replace pool_get() + bzero() with pool_get(..., PR_ZERO).Charles Longeau
2010-01-15syncIgor Sobrado
2010-01-15Add support to sysconf(3) for the variables _SC_NPROCESSORS_CONF andStuart Henderson
2010-01-15add `Logitech Webcam C200' to the list of supported uvideo(4) devices.Igor Sobrado
2010-01-15unusedMarkus Friedl
2010-01-15Add support to sysconf(3) for the variables _SC_NPROCESSORS_CONF andStuart Henderson
2010-01-15Oops. Respect the various IGNORE flags when not in SCSIDEBUG mode.Kenneth R Westerback
2010-01-15Abstract and merge the manual buf queue manipulating functions intoKenneth R Westerback
2010-01-15Restore XS_BUSY delay behaviour for buf i/o. Same as for sync path.Kenneth R Westerback
2010-01-15Address family for UNIX domain socket was mistakenly specified asYASUOKA Masahiko