| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
delete these two macros and all the associated stuff.
Notes:
svn path=/head/; revision=143704
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143703
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143694
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143689
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143685
|
| |
|
|
|
|
|
| |
simplify code accordingly.
Notes:
svn path=/head/; revision=143684
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143657
|
| |
|
|
|
|
|
|
|
|
|
| |
size of the buffer we need, just allocate the possible maximum.
Patch: 7.117
Submitted by: Max Okumoto <okumoto@ucsd.edu>
Notes:
svn path=/head/; revision=143656
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Rename result variable so common code becomes more visible.
Rename freePtr to freeResult to make clear what pointer must be freed.
Patch: 7.116, 7.116a
Submitted by: Max Okumoto <okumoto@ucsd.edu>
Notes:
svn path=/head/; revision=143653
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143651
|
| |
|
|
|
|
|
| |
and simplify the printing functions.
Notes:
svn path=/head/; revision=143650
|
| |
|
|
|
|
|
|
|
|
|
|
| |
the loop. Add a comment why the 'consumed' variable is updated.
Rename lengthPtr to consumed.
Patch: 7.115
Submitted by: Max Okumoto <okumoto@ucsd.edu>
Notes:
svn path=/head/; revision=143649
|
| |
|
|
|
|
|
|
|
|
| |
It turns out that some ports use the obscure feature of spreading
a dependency block across multiple include files. While this seems
bad style, allow it for now and call said function only at end of
all input to process the really last line of everything.
Notes:
svn path=/head/; revision=143647
|
| |
|
|
|
|
|
| |
of the now unused struct LstSrc and collapes two functions into one.
Notes:
svn path=/head/; revision=143600
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
ParseRestModifier() and ParseRestEnd(): move advancement of ptr to remove
a confusing calculation.
VarParseLong(): cleanup calculation of consumed.
Patch: 7.114
Submitted by: Max Okumoto <okumoto@ucsd.edu>
Notes:
svn path=/head/; revision=143599
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143567
|
| |
|
|
|
|
|
|
|
|
|
|
| |
actual variable lookup. Consistently rename lengthPtr to consumed.
Update a number of comments to match the code.
Patch: 7.111-113
Submitted by: Max Okumoto <okumoto@ucsd.edu>
Notes:
svn path=/head/; revision=143566
|
| |
|
|
|
|
|
| |
simplify code.
Notes:
svn path=/head/; revision=143556
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143545
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143544
|
| |
|
|
|
|
|
|
|
|
| |
Also, reduce the WARNS level to 5 since different build environments
end up using different Yacc skeletons. The BSD one does not
predeclare yyparse, the FSF one does, so it's not really possible to
consistently enforce both -Wmissing-prototypes and -Wredundant-decls.
Notes:
svn path=/head/; revision=143543
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143539
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143537
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143536
|
| |
|
|
|
|
|
|
|
|
| |
switches to support selecting files by time of modification.
Special thanks to: Steven M. Bellovin, Rich $alz, and Jim Berets,
authors of the public-domain getdate.y date-parsing code.
Notes:
svn path=/head/; revision=143528
|
| |
|
|
|
|
|
| |
Approved by: murray (mentor)
Notes:
svn path=/head/; revision=143524
|
| |
|
|
|
|
|
| |
Thanks to: Sangwoo Shim
Notes:
svn path=/head/; revision=143486
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143415
|
| |
|
|
|
|
|
|
|
| |
and inlining the small printing utility functions.
Create a function that can be used to produce printable representations
of flag words.
Notes:
svn path=/head/; revision=143414
|
| |
|
|
|
|
|
|
| |
with leading underscore followed by an uppercase letter are in the
implementation namespace.
Notes:
svn path=/head/; revision=143412
|
| |
|
|
|
|
|
| |
with a leading underscore are in the implementation namespace.
Notes:
svn path=/head/; revision=143411
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143407
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
patch differs from the previous one in that it calls the function
only when a real file hits EOF. The bodies of .for loops are also
handled as files, but for these we don't want to end a dependency block
on the 'EOF' as in:
foo:
do-this
.for ...
do-something
.endfor
do-more
Notes:
svn path=/head/; revision=143405
|
| |
|
|
|
|
|
| |
it fixes. This should fix the buildworld breakage.
Notes:
svn path=/head/; revision=143401
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143377
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143375
|
| |
|
|
|
|
|
| |
which it is needed (transforms).
Notes:
svn path=/head/; revision=143372
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143353
|
| |
|
|
|
|
|
|
|
|
|
| |
per-connection and globally. This eliminates potential DoS attacks
where SACK scoreboard elements tie up too much memory.
Submitted by: Raja Mukerji (raja at moselle dot com).
Reviewed by: Mohan Srinivasan (mohans at yahoo-inc dot com).
Notes:
svn path=/head/; revision=143339
|
| |
|
|
|
|
|
| |
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=143329
|
| |
|
|
|
|
|
| |
for its argument to be non-NULL.
Notes:
svn path=/head/; revision=143328
|
| |
|
|
|
|
|
|
|
| |
variables and expands archive specifications, one that expands
wild cards and a driver that loops over the children list and
expands each child if necessary replacing it with it's expansions.
Notes:
svn path=/head/; revision=143327
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143318
|
| |
|
|
|
|
|
| |
for it.
Notes:
svn path=/head/; revision=143312
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143297
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143292
|
| |
|
|
|
|
|
| |
buffer without using an extra local variable.
Notes:
svn path=/head/; revision=143291
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143290
|
| |
|
|
| |
Notes:
svn path=/head/; revision=143289
|
| |
|
|
|
|
|
| |
Remove an unused struct definition.
Notes:
svn path=/head/; revision=143288
|