| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
'RELENG_5_1_0_RELEASE'.
This commit was manufactured to restore the state of the 5.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
|
| |
|
|
| |
Notes:
svn path=/releng/5.1/; revision=115436
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
output buffer, don't insert them at all. This prevents a buffer
*underrun* when the substitution consists completely of newlines
(e.g. `echo`) and the byte before the source buffer to which p
points is a '\n', in which case more characters would be removed
from the output buffer than were inserted.
This fixes certain port builds on sparc64.
Approved by: re (scottl)
Reviewed by: des, tjr
Notes:
svn path=/head/; revision=115424
|
| |
|
|
|
|
|
| |
Approved by: re (blanket)
Notes:
svn path=/head/; revision=115226
|
| |
|
|
|
|
|
| |
Approved by: re (scottl)
Notes:
svn path=/head/; revision=115157
|
| |
|
|
|
|
|
| |
Approved by: re (blanket)
Notes:
svn path=/head/; revision=115082
|
| |
|
|
|
|
|
| |
Approved by: re (blanket)
Notes:
svn path=/head/; revision=115081
|
| |
|
|
|
|
|
|
| |
Approved by: re@ (bmah)
MFC after: 3 days
Notes:
svn path=/head/; revision=114845
|
| |
|
|
|
|
|
|
| |
PR: 35523
Submitted by: Tomas Svensson <tsn@gbdev.net>
Notes:
svn path=/head/; revision=114791
|
| |
|
|
|
|
|
| |
Submitted by: Tim Kientzle <kientzle@acm.org> (embellished by me)
Notes:
svn path=/head/; revision=114763
|
| |
|
|
|
|
|
| |
Tested by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes:
svn path=/head/; revision=114600
|
| |
|
|
|
|
|
| |
explanation of `collating elements'.
Notes:
svn path=/head/; revision=114598
|
| |
|
|
|
|
|
|
|
| |
WARNS=6, std=c99 clean.
Tested on: i386, alpha
Notes:
svn path=/head/; revision=114583
|
| |
|
|
|
|
|
|
| |
solicits a warning when used for the '*' in printf("%*d"). Cast
to u_int for universal use.
Notes:
svn path=/head/; revision=114582
|
| |
|
|
|
|
|
| |
and lint. This is now WARNS=9, std=c99 clean on i386.
Notes:
svn path=/head/; revision=114579
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114576
|
| |
|
|
|
|
|
|
| |
Use return(0) for main() instead of exit(0). Makes it a
wee bit smaller.
Notes:
svn path=/head/; revision=114575
|
| |
|
|
|
|
|
| |
sized/unsigned comparisons.
Notes:
svn path=/head/; revision=114510
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114509
|
| |
|
|
|
|
|
|
|
| |
Due to the use of signed vs. unsigned chars on our various platforms, one gets
"warning: comparison is always true due to limited range of data type"
from GCC 3.3.
Notes:
svn path=/head/; revision=114500
|
| |
|
|
|
|
|
| |
to properly fix.
Notes:
svn path=/head/; revision=114483
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114470
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114469
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114433
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114423
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114369
|
| |
|
|
|
|
|
|
| |
PR: docs/51480 (only a small part)
Submitted by: Diomidis D. Spinellis <dds@aueb.gr>
Notes:
svn path=/head/; revision=114318
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114301
|
| |
|
|
|
|
|
|
|
|
| |
scripts parsing ls(1) output can still count columns.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
Notes:
svn path=/head/; revision=114047
|
| |
|
|
| |
Notes:
svn path=/head/; revision=113524
|
| |
|
|
|
|
|
|
|
| |
zombie CPU times are valid. Adjust array size in strftime(3).
Submitted by: Bruce
Notes:
svn path=/head/; revision=113485
|
| |
|
|
|
|
|
|
| |
<sys/param.h>. Include <sys/types.h> instead of of <sys/param.h>
so that further such dependencies don't develop.
Notes:
svn path=/head/; revision=113431
|
| |
|
|
| |
Notes:
svn path=/head/; revision=113430
|
| |
|
|
|
|
|
|
|
|
| |
This is what the manual page says ps should do, and what OpenBSD and NetBSD do.
Based on a patch from Ken Stailey.
PR: 27433, 46232
Notes:
svn path=/head/; revision=113395
|
| |
|
|
|
|
|
| |
traditional BSD behaviour (-n option) and FreeBSD extensions (\c).
Notes:
svn path=/head/; revision=113381
|
| |
|
|
| |
Notes:
svn path=/head/; revision=113380
|
| |
|
|
|
|
|
|
|
| |
mutually exclusive. The fact that the most recent one specified on the
command line is the one that takes effect is an implementation detail and
users should not rely on this.
Notes:
svn path=/head/; revision=113379
|
| |
|
|
| |
Notes:
svn path=/head/; revision=113218
|
| |
|
|
| |
Notes:
svn path=/head/; revision=113209
|
| |
|
|
|
|
|
|
|
|
|
| |
the nodump flag.
PR: 46912
Reported by: dave@syix.com <dave@syix.com>
MFC after: 2 weeks
Notes:
svn path=/head/; revision=112557
|
| |
|
|
| |
Notes:
svn path=/head/; revision=112544
|
| |
|
|
|
|
|
|
|
|
| |
the child process writing data that the parent should have written.
PR: 50051
MFC after: 2 weeks
Notes:
svn path=/head/; revision=112341
|
| |
|
|
|
|
|
|
|
| |
specs, so cast to intmax_t where appropriate.
Pointed out by: bde
Notes:
svn path=/head/; revision=112265
|
| |
|
|
| |
Notes:
svn path=/head/; revision=112254
|
| |
|
|
|
|
|
|
|
|
| |
This option is present on most uuidgen(1) implementations even
though normal file redirection can be used to achieve the same.
Submitted by: Hiten Pandya <hiten@unixdaemons.com>
Notes:
svn path=/head/; revision=112252
|
| |
|
|
|
|
|
|
|
| |
-ansi, due to 'long long'.
Reviewed by: green (slightly earlier version)
Notes:
svn path=/head/; revision=111629
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The initial stack_block is staticly allocated and will be aligned
according to the alignment requirements of pointers, which does not
necessarily match the alignment enforced by ALIGN. To solve this a
more involved change is required: remove the static initial stack
and deal with an initial condition of not having a stack at all. This
change is therefore more risky than the previous ones, but unavoidable
(other than not using the platform default alignment).
Discussed with: tjr
Approved and reviewed by: tjr
Tested on: alpha, i386, ia64 and sparc64
Notes:
svn path=/head/; revision=111422
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111285
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111278
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111132
|