summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-19syncStuart Henderson
2011-12-19add BCM57765 ID, same diff jsg@ ok kettenis@Stuart Henderson
2011-12-19Fix checksum of UDP/TCP packets following RFC 3948. This is required forYASUOKA Masahiko
transport mode IPsec NAT-T. ok markus
2011-12-19Improvements from kristaps@:Ingo Schwarze
(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.
2011-12-18Sync comments with latest cleanup changesCharles Longeau
ok eric@
2011-12-18use #defined error()Charles Longeau
ok eric@
2011-12-18Add missing header needed by PRI format stringCharles Longeau
ok eric@
2011-12-18remove unused headerCharles Longeau
ok eric@
2011-12-18- use envelope_set_errormsg() where possible.Eric Faurot
- make it use sizeof() rather than a hardcoded limit. ok chl@ gilles@
2011-12-18Don't lie the number of estabilished connections. nconns is the numberChristiano F. Haesbaert
of requested, not estabilished connections, so use mainstats.nconns.
2011-12-18Typo.Christiano F. Haesbaert
2011-12-17Initialize the (abridged) tag word correctly.Mark Kettenis
ok mikeb@
2011-12-16simplifyEric Faurot
ok chl@ gilles@
2011-12-16-H is an extension to posix;Jason McIntyre
2011-12-16Use H to make top show process threads, instead of the current T. This isJoel Sing
consistent with our ps(1) and top(1) on other operating systems. ok deraadt@ mikeb@ millert@
2011-12-16regen.Federico G. Schwindt
2011-12-16fix typo.Federico G. Schwindt
from Tobias Ulmer (tobiasu-at-tmux-dot-org)
2011-12-16fix function names on diagnostic messages.Federico G. Schwindt
from Tobias Ulmer (tobiasu-at-tmux-dot-org)
2011-12-15Convert restrict -> __restrict. "restrict" is not a keyword in C90 andPascal Stumpf
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@
2011-12-15Remove the XXX_CHECK defines. This allows clang++ to include cstdioPascal Stumpf
without barfing about conflicting declarations. Issue reported by Amit Kulkarni, investigated by matthew@ and kettenis@. ok kettenis@
2011-12-15In duplicate_decls(), don't try to take advantage of the ``permanent_obstack''Miod Vallat
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.
2011-12-15better size checkEric Faurot
2011-12-15all leading dots must be duplicated.Eric Faurot
ok gilles@
2011-12-15use a FQDN (i.e. one ending with a period) as tsig key example's name;Igor Sobrado
rename key1 to tsig1 to clearly identify this name as a transaction signature digest; consistently use tsig key name on slave zone. ok jakob@
2011-12-15s,/var/run/wtmp,/var/log/wtmp and add it to FILES.Antoine Jacoutot
from Steffen Daode Nurpmeso with a tweak from jmc@ ok jmc@
2011-12-14finally kill queue_shared.c and move what is left to bounce.cEric Faurot
where it belongs. ok gilles@
2011-12-14split auth_backend.c for consistencyEric Faurot
ok chl@ gilles@
2011-12-14merge pcre-8.21Robert Nagy
2011-12-14move show_queue() and related functions from queue_shared.cEric Faurot
to smtpctl.c ok gilles@
2011-12-14document MODGCC4_VERSIONRobert Nagy
2011-12-14Add a new '-W' option to prevent saving login records to /var/run/wtmp.Antoine Jacoutot
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@
2011-12-14make queue_fsqueue backend consistent with the backend scheme.Eric Faurot
ok gilles@
2011-12-14add missing prototypeEric Faurot
ok gilles@
2011-12-14The ktrace vnode has moved to struct process and changed name.Philip Guenthe
Missed commit pointed out by mikeb@
2011-12-14regenRobert Nagy
2011-12-14implement prctl() for COMPAT_LINUXRobert Nagy
ok pirofti@
2011-12-14Handle rthreads consistently in ktrace by moving the flags and vnode intoPhilip Guenthe
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@
2011-12-13*finally* make use of certificate authority file if available !Gilles Chehade
bits from relayd, ok chl@, ok eric@
2011-12-13rename files for consistency.Eric Faurot
ok gilles@
2011-12-13merge map_backend.c into map.cEric Faurot
ok gilles@
2011-12-13split user_backend.c into user.c and user_pwd.c to be consistent with theEric Faurot
backend scheme. Also rename USER_GETPWNAM to USER_PWD. ok chl@ gilles@
2011-12-13- man page had an example wrongGilles Chehade
spotted and diff by Ptter J. Philipp <php@centroid.eu> a while ago, thanks
2011-12-13- introduce delivery backend API (delivery.c)Gilles Chehade
- 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@
2011-12-13Fix auto-boot failure problem. The controller name should be aKenji Aoyama
complete device name for auto-boot check. ok miod@
2011-12-13Set rc_reload to NO. In rc.d(8), `reload' means reloading theAntoine Jacoutot
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@
2011-12-13If a daemon always requires one or more fixed flags or arguments,Ingo Schwarze
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.
2011-12-12update regression tests wrt skip steps (fixed in pfctl.c rev1.305);Mike Belopuhov
ok henning mcbride (a while back)
2011-12-12fixup regression tests wrt skip steps (fixed in pfctl.c rev1.305);Mike Belopuhov
ok henning mcbride (a while back)
2011-12-12fixup af-to regression with match rulesMike Belopuhov
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
2011-12-12add missing m_freem's into the error code paths. there's no changeMike Belopuhov
in behavior since we don't do split headers; ok dlg, kettenis