Age | Commit message (Collapse) | Author |
|
|
|
|
|
transport mode IPsec NAT-T.
ok markus
|
|
(1) Make the database format simpler and smaller by
- storing the file type as a single character and
- storing paths relative to the dir containing the database.
The latter allows to move trees around.
Both together typically save 15-25% of the index size.
(2) Make sure apropos(1) "any" really covers all search keys.
(3) Make manpath_parseline() static, drop manpath_parseconf() completely.
|
|
ok eric@
|
|
ok eric@
|
|
ok eric@
|
|
ok eric@
|
|
- make it use sizeof() rather than a hardcoded limit.
ok chl@ gilles@
|
|
of requested, not estabilished connections, so use mainstats.nconns.
|
|
|
|
ok mikeb@
|
|
ok chl@ gilles@
|
|
|
|
consistent with our ps(1) and top(1) on other operating systems.
ok deraadt@ mikeb@ millert@
|
|
|
|
from Tobias Ulmer (tobiasu-at-tmux-dot-org)
|
|
from Tobias Ulmer (tobiasu-at-tmux-dot-org)
|
|
C++98, so clang++ rightfully complains about it when in C++98 mode (the
default).
Found while investigating the other clang issue, with helpful input from
espie@.
ok jsg@
|
|
without barfing about conflicting declarations.
Issue reported by Amit Kulkarni, investigated by matthew@ and kettenis@.
ok kettenis@
|
|
memory usage optimization, because this code is just bogus and causes
access-beyond-allocated-size SIGSEGV in the wild.
This is part of a larger diff (being worked on) backporting the removal of
``permanent_obstack'' completely from gcc, as done by the gcc folks in 3.x
after they came to their senses (or got tired of dissecting coredumps on
platforms with strong malloc implementations).
Only affects m68k, m88k and vax; collecting dust in the m88k tree, commit
triggered by sebastia@ via espie@ as this fixes the devel/gperf port on vax.
|
|
|
|
ok gilles@
|
|
rename key1 to tsig1 to clearly identify this name as a transaction
signature digest; consistently use tsig key name on slave zone.
ok jakob@
|
|
from Steffen Daode Nurpmeso with a tweak from jmc@
ok jmc@
|
|
where it belongs.
ok gilles@
|
|
ok chl@ gilles@
|
|
|
|
to smtpctl.c
ok gilles@
|
|
|
|
This can become pretty handy on busy anonymous servers to avoid filling
up /var with unused wtmp records.
Note that 'U' and 'W' are mutually exclusive.
ok sthen@ millert@
|
|
ok gilles@
|
|
ok gilles@
|
|
Missed commit pointed out by mikeb@
|
|
|
|
ok pirofti@
|
|
struct process; KTRFAC_ACTIVE becomes P_INKTR. Also, save the credentials
used to open the file in sys_ktrace() and use them for all writes to the
vnode.
much feedback and ok jsing@
|
|
bits from relayd, ok chl@, ok eric@
|
|
ok gilles@
|
|
ok gilles@
|
|
backend scheme. Also rename USER_GETPWNAM to USER_PWD.
ok chl@ gilles@
|
|
spotted and diff by Ptter J. Philipp <php@centroid.eu> a while ago, thanks
|
|
- move each delivery method to it's own delivery backend
- simplify smtpd.c accordingly
- rename A_EXT -> A_MDA since that's what we really do
ok eric@
|
|
complete device name for auto-boot check.
ok miod@
|
|
configuration without service disruption which is not what -HUP does for
nsd(8).
Anyway, zone operations (...) should be done using nsdc(8) and not with
an rc script.
discussed with and ok sthen@
|
|
put these into $daemon, not into $daemon_flags;
feedback and ok jmc@, ok ajacoutot@, issue brought up by sthen@,
and sthen@ also likes the general idea.
|
|
ok henning mcbride (a while back)
|
|
ok henning mcbride (a while back)
|
|
pfctl should not infer the af-to behavior from the af/naf difference.
instead, we should be clear that this is an af-to rule. essentially
this change converts FOM_AFTO marker into a rule flag PFRULE_AFTO so
that we don't rely on ambiguous checks (like r->af != r->naf) when
setting things up.
positive review and comments from claudio, ok henning, sperreault
|
|
in behavior since we don't do split headers; ok dlg, kettenis
|