| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
'RELENG_6_2_0_RELEASE'.
This commit was manufactured to restore the state of the 6.2-RELEASE image.
|
|
|
|
|
|
|
|
|
|
|
| |
duplicate allocated on the heap; the address defn points to is significant,
and is checked against the address of "null" in certain conditionals.
PR: 59883
MFC after: 1 week
Notes:
svn path=/head/; revision=133858
|
|
|
|
| |
Notes:
svn path=/head/; revision=132004
|
|
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=102917
|
|
|
|
| |
Notes:
svn path=/head/; revision=100014
|
|
|
|
| |
Notes:
svn path=/head/; revision=99941
|
|
|
|
|
|
|
| |
<type> <identifier>(<void-type>) in ANSI C.
Notes:
svn path=/head/; revision=99939
|
|
|
|
| |
Notes:
svn path=/head/; revision=99938
|
|
|
|
|
|
|
| |
This messes up some indentation in mdef.h for some macros.
Notes:
svn path=/head/; revision=98490
|
|
|
|
|
|
|
| |
but exit non-zero.
Notes:
svn path=/head/; revision=97296
|
|
|
|
|
|
|
|
|
| |
Add __FBSDID() properly.
Requested by: bde, mike
Notes:
svn path=/head/; revision=95982
|
|
|
|
|
|
|
|
| |
take care of them), and add __FreeBSD__ to the defined() checks for the
_PATH_DIVNAME.
Notes:
svn path=/head/; revision=95918
|
|
|
|
| |
Notes:
svn path=/head/; revision=95887
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Cast sizeof() to (int), as it's being compared against an int, not a size_t.
If i is changed to a size_t, it means the logic must be slightly changed later
in the flow, where --i is checked to be >= 0. I am not sure I want to make a
logic change to account for clearing up a warning, when an aesthetic one will
keep from modifying the logic.
Other harmless casts, that I think I've made in the right directions.
Make gpbc() an inline function, rather than an obfuscated macro, make its
scratch space local, rather than global. The previous macro used a dirty
hack (logical AND in place of a conditional) which would lead GCC to throw
a fit (rightly so) as the logical check, as well as the incrementation of
a variable, were not used for anything.
const'ify a few places where gcc3 yells. xstrdup() some global consts in
places where we xstrdup() when not using consts, but tried to assign them
to non-consts before.
Don't use execv(2) if we don't have the kind of arguments it wants.
Reviewed by: asmodai obrien tjr
Submitted by: tjr (a gcc3 build log)
Notes:
svn path=/head/; revision=95095
|
|
|
|
|
|
|
|
|
|
| |
$FreeBSD$ identifiers, and fix initialisation to stderr to happen in a function
as stderr is not the same in CURRENT as in OpenBSD.
Reviewed by: obrien
Notes:
svn path=/head/; revision=95060
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to be emitted as per the C preprocessor. It updates the manual page in
regards to standards accordingly.
PR: standards/36075
Submitted by: tjr
Reviewed by: mike
MFC after: 1 week
Notes:
svn path=/head/; revision=94957
|
|
|
|
|
|
|
| |
Remove xmalloc and xstrdup and do the error checking at the place of use.
Notes:
svn path=/head/; revision=80289
|
|
|
|
|
|
|
|
|
| |
through main() (e.g., signals or calls to errx()).
PR: conf/25715
Notes:
svn path=/head/; revision=75551
|
|
|
|
| |
Notes:
svn path=/head/; revision=73240
|
|
|
|
|
|
|
|
|
|
| |
filenames based on a single invocation of mktemp() in /tmp, which is
easily predictable after the first one.
Audited by: markm
Notes:
svn path=/head/; revision=69030
|
|
|
|
|
|
|
| |
getopt returns -1 not EOF.
Notes:
svn path=/head/; revision=65428
|
|
|
|
| |
Notes:
svn path=/head/; revision=50477
|
|
|
|
| |
Notes:
svn path=/head/; revision=27625
|
|
|
|
|
|
|
| |
posix standard on the topic.
Notes:
svn path=/head/; revision=24360
|
|
|
|
| |
Notes:
svn path=/head/; revision=8874
|
|
|
|
|
|
|
|
|
| |
Don't use is*(EOF)
This fix core dump when LANG setted to 8bit wide charset
and ENABLE_STARTUP_LOCALE
Notes:
svn path=/head/; revision=5165
|
|
Notes:
svn path=/cvs2svn/branches/CHRISTOS/; revision=1590
|