Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-20 | Print RFC3947 NAT Original Address (NAT-OA) payloads, they're a subset | Stuart Henderson | |
of the id payload, so using the existing id printer. ok dlg@ | |||
2010-01-20 | back out last commit. breaks half-duplex playback with poll(). | Jacob Meuser | |
ok ratchov | |||
2010-01-20 | Apache manual is now part of the "man" file set. | Antoine Jacoutot | |
wording from and ok jmc@ ok sthen@ on a previous diff | |||
2010-01-20 | Remove horrible hack in ahc/ahd that made some commands retry | Kenneth R Westerback | |
endlessly. Use the shiny new XS_NO_CCB instead to retry commands that can't start. Neither dlg@ nor I can figure out why 4.6 and earlier worked. Problem noted, debugged with and fix tested by Jeff Ross and his new external enclosure. Thanks! ok dlg@ | |||
2010-01-19 | Permit !, + and - to be used for window targets to specify last window (!), or | Nicholas Marriott | |
next and previous window by number (+ and -). Also tidy an if in cmd-new-window.c. | |||
2010-01-19 | Build GENERIC-IP30.MP as bsd.mp.IP30 in the distribution, and allow the | Miod Vallat | |
installer to pick it and install it as /bsd when applicable. | |||
2010-01-19 | Compute the right value for hw.ncpusfound sysctl on IP30 regardless of the | Miod Vallat | |
value of MAXCPUS. | |||
2010-01-19 | Don't fatalx() when a static route is deleted. | Michele Marchetto | |
ok claudio@ | |||
2010-01-19 | Better ERRORS section info; from Tim van der Molen. POSIX documents | Todd C. Miller | |
other common errno values for opendir() whereas we just point the user to open() et al. OK jmc@ | |||
2010-01-19 | Leave errno as-is if fstat(2) fails instead of masking the real | Todd C. Miller | |
errno with ENOTDIR. From Tim van der Molen. | |||
2010-01-19 | simplify caching: return $cached->{$_} //= new_value; | Marc Espie | |
remove stats cache LibSpec as well (1000 c.53.0 !) | |||
2010-01-19 | simplify using LibSpec | Marc Espie | |
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 | |
ok dlg@ | |||
2010-01-19 | fix handling of always-update: it should only come into play when the | Marc Espie | |
normal signature is equal. Otherwise, downgrade prohibition is still in effect. | |||
2010-01-19 | Unbreak tree - I missed systat's use of the old pf debug levels. | Ryan Thomas McBride | |
pointed out by toby | |||
2010-01-19 | A couple #ifdefs were missed when the final name of the DDB_STRUCT | Philip Guenthe | |
option was settled on. Fix those last couple so that the new commands are actually accessible. "Oops" miod@ | |||
2010-01-18 | Convert pf debug logging to using log()/addlog(), a single standardised | Ryan Thomas McBride | |
definition of DPFPRINTF(), and log priorities from syslog.h. Old debug levels will still work for now, but will eventually be phased out. discussed with henning, ok dlg | |||
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 | |
as suggested by art@ | |||
2010-01-18 | fix a spelling error in a comment, no code change; from Brad Tilley | Ingo Schwarze | |
ok miod@ art@ | |||
2010-01-18 | In stacktrace(), when aborting a traceback because of nonsensical pc or sp | Miod Vallat | |
value, don't print a final bogus traceback line. | |||
2010-01-18 | Kernel configuration for multiprocessor Octane machines. There are a few | Miod Vallat | |
rough edges left to be polished, but the kernel is otherwise stable. | |||
2010-01-18 | Do not call splx() from cpu_switchto(), we are at IPL_SCHED anyway and ipl will | Miod Vallat | |
be lowered later, by the caller. This was supposed to be harmless, but newly created processes inherit a bogus level from proc0, which in turn causes a race on MULTIPROCESSOR kernel. | |||
2010-01-18 | In the interrupt handler, only attempt to acquire kernel_lock if coming from | Miod Vallat | |
an ipl lower than IPL_SCHED, not IPL_IPI. | |||
2010-01-18 | dosoftint() being invoked at IPL_SOFTINT, don't bother checking the ipl before | Miod Vallat | |
grabbing the kernel lock. | |||
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 | |
done for us by proc_trampoline_mp(). | |||
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 | |
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 | |