Age | Commit message (Expand) | Author |
2010-01-19 | move generic code to handle libspec in a new file, to clean up stuff | Marc Espie |
2010-01-19 | IP checksum is still broken with fragments, turn it off for now. | Reyk Floeter |
2010-01-19 | fix handling of always-update: it should only come into play when the | Marc Espie |
2010-01-19 | Unbreak tree - I missed systat's use of the old pf debug levels. | Ryan Thomas McBride |
2010-01-19 | A couple #ifdefs were missed when the final name of the DDB_STRUCT | Philip Guenthe |
2010-01-18 | Convert pf debug logging to using log()/addlog(), a single standardised | Ryan Thomas McBride |
2010-01-18 | Missing Pp, from Tiago Cunha. | Nicholas Marriott |
2010-01-18 | regen, even though there is no code change, such that the RCS IDs match, | Ingo Schwarze |
2010-01-18 | fix a spelling error in a comment, no code change; from Brad Tilley | Ingo Schwarze |
2010-01-18 | In stacktrace(), when aborting a traceback because of nonsensical pc or sp | Miod Vallat |
2010-01-18 | Kernel configuration for multiprocessor Octane machines. There are a few | Miod Vallat |
2010-01-18 | Do not call splx() from cpu_switchto(), we are at IPL_SCHED anyway and ipl will | Miod Vallat |
2010-01-18 | In the interrupt handler, only attempt to acquire kernel_lock if coming from | Miod Vallat |
2010-01-18 | dosoftint() being invoked at IPL_SOFTINT, don't bother checking the ipl before | Miod Vallat |
2010-01-18 | Define IPL_SCHED as IPL_CLOCK, not IPL_HIGH. | Miod Vallat |
2010-01-18 | In proc_trampoline(), don't spl0() if option MULTIPROCESSOR; this is already | Miod Vallat |
2010-01-18 | Make trapdebug code MP-safe. | Miod Vallat |
2010-01-18 | even in @option always-update, normal dependency comparison should still | Marc Espie |
2010-01-18 | don't bother checking for exec and displaying them if we're not verbose | Marc Espie |
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 |
2010-01-17 | strcpy/strncat/sprintf --> strlcpy/strlcat/snprintf | Charles Longeau |
2010-01-17 | Backport bug fix from upstream. | Charles Longeau |
2010-01-17 | Remove dead assignment and newly created unused variable. | Charles Longeau |
2010-01-17 | Remove dead assignment and newly created unused variable. | Charles Longeau |
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 |
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 |
2010-01-17 | fix quality degradation when resampling | Alexandre Ratchov |
2010-01-17 | default output file ends in ".dat", not ".out"; | Ingo Schwarze |
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 |
2010-01-17 | add l2tp | David Gwynne |
2010-01-16 | Merge db_stack_trace_print() and stacktrace() logic, and have the former | Miod Vallat |
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 |
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 |
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 |
2010-01-16 | When allocating from the item header pool, we can't sleep, as we may be holdi... | Ted Unangst |
2010-01-15 | sync | Todd T. Fries |