| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
of some arguments.
PR: 47705
Based on a patch submitted by: Gary W. Swearingen <swear@attbi.com>
Glanced at by: simon
|
|
|
|
|
| |
and so get rid of the ForExec helper function by inlining it
into For_Run.
|
|
|
|
| |
Add a couple of comments.
|
|
|
|
| |
Noted by: Max Okumoto <okumoto@ucsd.edu>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
hosts to share an IP address, providing high availability and load
balancing.
Original work on CARP done by Michael Shalayeff, with many
additions by Marco Pfatschbacher and Ryan McBride.
FreeBSD port done solely by Max Laier.
Patch by: mlaier
Obtained from: OpenBSD (mickey, mcbride)
|
|
|
|
| |
committed together with the commit to dir.c:1.48.
|
|
|
|
| |
Lst_ForEach and Lst_Find.
|
|
|
|
|
|
|
| |
to the Lst_ForEach function this macro reduces the number of function
calls per invocation by N + 1 (where N is the number of list elements)
and increases code locality thereby increasing readability and
(maybe) performance.
|
|
|
|
|
|
| |
number of pages.
Obtained from: Yahoo!
|
|
|
|
|
| |
80 characters and slightly reorder functions to get rid of static
prototypes.
|
|
|
|
| |
Submitted by: Max Okumoto <okumoto@ucsd.edu>
|
|
|
|
|
|
|
|
| |
when looking into an already hashed archive, the code tried to use
the name shortened to the maximum length allowed for the archive.
Unfortunately it passed a buffer of junk to the hashing routine when
the name actually wasn't too long. Theoretically this could lead to
a false positive.
|
|
|
|
|
|
|
|
|
| |
which is stat.st_blksize (i.e., PAGE_SIZE).
This change causes the .db files that were cross-compiled on
another platform to be identical to the natively built ones.
Tested on: alpha->amd64 build
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
| |
Tested by: kuriyama
MFC after: 1 week
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
| |
Clarify that -T can be used in 'x' mode as well as 'c' mode.
|
|
|
|
|
|
|
| |
it is actually needed. This makes clear in which subblocks the variables
are not needed and which can easier be split out.
Submitted by: Max Okumoto <okumoto@ucsd.edu>
|
|
|
|
|
|
| |
liveness clear for splitting up this monster function.
Submitted by: Max Okumoto <okumoto@ucsd.edu>
|
| |
|
|
|
|
| |
whitespace and line up some variable definitions.
|
|
|
|
|
|
|
| |
startc, but only at the place where the initialisation is needed. Remove
a needless else.
Submitted by: Max Okumoto <okumoto@ucsd.edu> (partly)
|
|
|
|
| |
Submitted by: ru & Max Okumoto <okumoto@ucsd.edu>
|
|
|
|
|
|
| |
earlier instead of mixing its handling with other cases.
Submitted by: Max Okumoto <okumoto@ucsd.edu>
|
|
|
|
|
|
| |
condition positive and fix long lines.
Submitted by: Max Okumoto <okumoto@ucsd.edu>
|
|
|
|
|
|
|
| |
to prepare for function splitting and slightly reorganise the code
in anticipation of Var_Subst returning a Buffer.
Submitted by: Max Okumoto <okumoto@ucsd.edu> (with slight changes)
|
|
|
|
| |
socklen_t * argument.
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: ru
Pointy hat to: me
|
|
|
|
| |
Pointy hat to: harti
|
|
|
|
|
|
| |
the style nearby.
Submitted by: ru
|
|
|
|
| |
to build.
|
|
|
|
|
|
|
|
| |
to be split out into a function soon). Also there is no need to write
back the colon that we have NUL-ed - the string is going to be freed
anyway.
Submitted by: Max Okumoto <okumoto@ucsd.edu>
|
|
|
|
| |
Submitted by: Max Okumoto <okumoto@ucsd.edu>
|
|
|
|
|
|
| |
a NULL.
Submitted by: Max Okumoto <okumoto@ucsd.edu>
|
|
|
|
|
|
|
|
| |
use a more consistent style with regard to *str and str[0];
simplify code by introducing a temporary variable;
shift a break around and add braces where appropriate.
Submitted by: Max Okumoto <okumoto@ucsd.edu>
|
| |
|
| |
|
|
|
|
|
|
| |
instead of specifying the default size explicitely.
Submitted by: Max Okumoto <okumoto@ucsd.edu>
|
|
|
|
|
|
| |
with a comment.
Submitted by: Max Okumoto <okumoto@ucsd.edu>
|
|
|
|
|
|
|
|
| |
Move some assignments nearer to where they actually used. Convert a loop
from a for() to a while() to make it clearer and add braces to the long
body of it. Split assignment from variable declaration.
Submitted by: Max Okumoto <okumoto@ucsd.edu>
|
|
|
|
| |
Submitted by: Max Okumoto <okumoto@ucsd.edu>
|
|
|
|
| |
Submitted by: Max Okumoto <okumoto@ucsd.edu>
|
|
|
|
|
|
| |
of empty lines in appropriate places.
Submitted by: Max Okumoto <okumoto@ucsd.edu>
|
|
|
|
| |
Submitted by: stefanf
|
|
|
|
|
|
| |
should also be void.
Submitted by: stefanf
|
| |
|
| |
|