summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-19move generic code to handle libspec in a new file, to clean up stuffMarc Espie
2010-01-19IP checksum is still broken with fragments, turn it off for now.Reyk Floeter
2010-01-19fix handling of always-update: it should only come into play when theMarc Espie
2010-01-19Unbreak tree - I missed systat's use of the old pf debug levels.Ryan Thomas McBride
2010-01-19A couple #ifdefs were missed when the final name of the DDB_STRUCTPhilip Guenthe
2010-01-18Convert pf debug logging to using log()/addlog(), a single standardisedRyan Thomas McBride
2010-01-18Missing Pp, from Tiago Cunha.Nicholas Marriott
2010-01-18regen, even though there is no code change, such that the RCS IDs match,Ingo Schwarze
2010-01-18fix a spelling error in a comment, no code change; from Brad TilleyIngo Schwarze
2010-01-18In stacktrace(), when aborting a traceback because of nonsensical pc or spMiod Vallat
2010-01-18Kernel configuration for multiprocessor Octane machines. There are a fewMiod Vallat
2010-01-18Do not call splx() from cpu_switchto(), we are at IPL_SCHED anyway and ipl willMiod Vallat
2010-01-18In the interrupt handler, only attempt to acquire kernel_lock if coming fromMiod Vallat
2010-01-18dosoftint() being invoked at IPL_SOFTINT, don't bother checking the ipl beforeMiod Vallat
2010-01-18Define IPL_SCHED as IPL_CLOCK, not IPL_HIGH.Miod Vallat
2010-01-18In proc_trampoline(), don't spl0() if option MULTIPROCESSOR; this is alreadyMiod Vallat
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