Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-18 | even in @option always-update, normal dependency comparison should still | Marc Espie | |
occur (and thus we shouldn't downgrade packages if the version changes) | |||
2010-01-18 | don't bother checking for exec and displaying them if we're not verbose | Marc Espie | |
and we have -D update on. | |||
2010-01-18 | s/long long unsigned/unsigned long long/, from tim via portable | Darren Tucker | |
2010-01-17 | Correct and clarify ssh-add's password asking behavior. | Ted Unangst | |
Improved text dtucker and ok jmc | |||
2010-01-17 | strcpy/strncat/sprintf --> strlcpy/strlcat/snprintf | Charles Longeau | |
ok jakob@ | |||
2010-01-17 | Backport bug fix from upstream. | Charles Longeau | |
Bug found by sthen@ ok sthen@ ian@ | |||
2010-01-17 | Remove dead assignment and newly created unused variable. | Charles Longeau | |
Found by LLVM/Clang Static Analyzer. ok otto@ krw@ tedu@ | |||
2010-01-17 | Remove dead assignment and newly created unused variable. | Charles Longeau | |
Found by LLVM/Clang Static Analyzer. ok tedu@ krw@ | |||
2010-01-17 | add a printer for IPV6CP (IPv6 Control Protocol); ok sthen@ | Christian Weisgerber | |
2010-01-17 | * remove a nonsensical print statement left over since antiquity | Christian Weisgerber | |
ok yasuoka@ * add many missing truncation checks and don't output control characters to the terminal ok sthen@ | |||
2010-01-17 | add template nsd.conf (with examples) | Jakob Schlyter | |
2010-01-17 | regen with {autoconf,autoheader}-2.62 | Jakob Schlyter | |
2010-01-17 | use --with-chroot | Jakob Schlyter | |
2010-01-17 | add --with-chroot option to set default chroot directory | Jakob Schlyter | |
2010-01-17 | While resampling, if input samples are available but output | Alexandre Ratchov | |
is blocked don't start processing input. Similarly don't produce output if input is blocked. This is to ensure that to each output block corresponds exactly one input block. This is necessary for full-duplex clients using block-based i/o and very small buffers. | |||
2010-01-17 | fix quality degradation when resampling | Alexandre Ratchov | |
2010-01-17 | default output file ends in ".dat", not ".out"; | Ingo Schwarze | |
reported by Lars Nooden <lars dot curator at gmail dot com> while here, - change .Pa .dat to .Sy .dat in one place for uniformity and to avoid ambiguity - fix the files section, too committing right away because this is not installed by default, and unstr(8) is not even built by default... | |||
2010-01-17 | even better messages | Marc Espie | |
2010-01-17 | remove unintentionally added file | Jakob Schlyter | |
2010-01-17 | use Carp directly, it it very inexpensive actually, since it's been rewritten | Marc Espie | |
to be just a very small stub that loads Carp::Heavy on demand. Also, stop wrapping messages in "Expected", doesn't give us anything. Finally, make RequiredBy calls be carp, so that we actually know where they fail... | |||
2010-01-17 | add l2tp | David Gwynne | |
2010-01-16 | Merge db_stack_trace_print() and stacktrace() logic, and have the former | Miod Vallat | |
invoke the latter to avoid duplicating code. Fix the logic by looking for `sd' instructions for register saves only, and read the whole 64-bit value then. Makes the backtraces less wrong. | |||
2010-01-16 | Fix types so that the upper 32 bits of addresses of branches are correct. | Miod Vallat | |
2010-01-16 | don't transmit MIDI active sensing messages, because they | Alexandre Ratchov | |
cannot be merged. | |||
2010-01-16 | when closing the device, delete its MIDI end, if it has no writers. | Alexandre Ratchov | |
2010-01-16 | add _nsd | Jakob Schlyter | |
2010-01-16 | run as user _nsd | Jakob Schlyter | |
2010-01-16 | add user/group for nsd; ok nick@ | Jakob Schlyter | |
2010-01-16 | Remove dead assignment and newly created unused variable. | Charles Longeau | |
Found by LLVM/Clang Static Analyzer. ok tedu@ thib@ | |||
2010-01-16 | rename bluetooth coexistence flags. no binary change. | Damien Bergamini | |
2010-01-16 | Enable DC calibration and disable crystal calibration on | Damien Bergamini | |
Centrino Advanced-N 6250 parts. | |||
2010-01-16 | When allocating from the item header pool, we can't sleep, as we may be ↵ | Ted Unangst | |
holding a mutex which won't be released. From Christian Ehrhardt. While here, fix another buglet: no need to pass down PR_ZERO either, as noticed by blambert@. | |||
2010-01-15 | sync | Todd T. Fries | |
2010-01-15 | Keep in memory whether the socket is writable. This way sio_revents() | Alexandre Ratchov | |
can return POLLOUT (if requested), even the handle was not writable when sio_pollfd() was called but become writable somewhere in the code path of sio_revents(). This should improve stability of programs using very small buffers. | |||
2010-01-15 | *** empty log message *** | Alexandre Ratchov | |
2010-01-15 | Fix resampling algorithm to always produce integer block sizes. | Alexandre Ratchov | |
2010-01-15 | rename zonec to nsd-zonec | Jakob Schlyter | |
2010-01-15 | init | Jakob Schlyter | |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter | |
2010-01-15 | Replace pool_get() + bzero() with pool_get(..., PR_ZERO). | Charles Longeau | |
With input from oga@ and krw@ ok oga@ krw@ thib@ markus@ mk@ | |||
2010-01-15 | sync | Igor Sobrado | |
2010-01-15 | Add support to sysconf(3) for the variables _SC_NPROCESSORS_CONF and | Stuart Henderson | |
_SC_NPROCESSORS_ONLN, implemented by AIX/Tru64/Solaris/Linux/SCO/FreeBSD/NetBSD. Bump libc minor. From Brad, ok deraadt@ guenther@ (File missing from previous commit, pointed out by johan@ - thanks!) | |||
2010-01-15 | add `Logitech Webcam C200' to the list of supported uvideo(4) devices. | Igor Sobrado | |
ok sthen@ | |||
2010-01-15 | unused | Markus Friedl | |
2010-01-15 | Add support to sysconf(3) for the variables _SC_NPROCESSORS_CONF and | Stuart Henderson | |
_SC_NPROCESSORS_ONLN, implemented by AIX/Tru64/Solaris/Linux/SCO/FreeBSD/NetBSD. Bump libc minor. From Brad, ok deraadt@ guenther@ | |||
2010-01-15 | Oops. Respect the various IGNORE flags when not in SCSIDEBUG mode. | Kenneth R Westerback | |
Should quieten booting again. And thus ends n2k10. | |||
2010-01-15 | Abstract and merge the manual buf queue manipulating functions into | Kenneth R Westerback | |
one place for easier debugging and maintenance. No intended functional changes. ok dlg@ | |||
2010-01-15 | Restore XS_BUSY delay behaviour for buf i/o. Same as for sync path. | Kenneth R Westerback | |
ok dlg@ | |||
2010-01-15 | Address family for UNIX domain socket was mistakenly specified as | YASUOKA Masahiko | |
AF_INET. It should be AF_UNIX. | |||
2010-01-15 | Reset SIGTERM to SIG_DFL before executing ssh, so that even if sftp | Philip Guenthe | |
inherited SIGTERM as ignored it will still be able to kill the ssh it starts. ok dtucker@ |