| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
and amd64. Ensure that this is not accidently activated on any platforms
other than these two since its quite late in the release cycle and it is
not worth the risk of disturbing to the established platforms.
Approved by: re (scottl, jhb)
Notes:
svn path=/releng/5.2/; revision=123618
|
| |
|
|
|
|
|
| |
strtok_r(). Merge conditional prototypes into the regular block.
Notes:
svn path=/head/; revision=105128
|
| |
|
|
| |
Notes:
svn path=/head/; revision=104544
|
| |
|
|
| |
Notes:
svn path=/head/; revision=104420
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
called <machine/_types.h>.
o <machine/ansi.h> will continue to live so it can define MD clock
macros, which are only MD because of gratuitous differences between
architectures.
o Change all headers to make use of this. This mainly involves
changing:
#ifdef _BSD_FOO_T_
typedef _BSD_FOO_T_ foo_t;
#undef _BSD_FOO_T_
#endif
to:
#ifndef _FOO_T_DECLARED
typedef __foo_t foo_t;
#define _FOO_T_DECLARED
#endif
Concept by: bde
Reviewed by: jake, obrien
Notes:
svn path=/head/; revision=102227
|
| |
|
|
|
|
|
| |
PR: 37078
Notes:
svn path=/head/; revision=94721
|
| |
|
|
|
|
|
|
|
|
| |
<strings.h>, based on POSIX.1-2001's requirements.
o Add 'restrict' qualifier (spelled '__restrict') to functions in
<string.h>, as per C99 and POSIX.1-2001.
o Properly expose new POSIX.1-2001 functions in <string.h>.
Notes:
svn path=/head/; revision=93747
|
| |
|
|
|
|
|
|
|
| |
# This appears to not break X11, but I'm having problems compiling the
# glide part of the server with or without this patch, so I can't tell
# for sure.
Notes:
svn path=/head/; revision=93032
|
| |
|
|
|
|
|
|
| |
sterror_r() must not be declared in the C90/POSIX.1-1990 section.
Put it in the nonstandard section for now.
Notes:
svn path=/head/; revision=87069
|
| |
|
|
|
|
|
|
| |
Reviewed by: Mike Barcroft <mike@FreeBSD.org>
MFC after: 2 weeks
Notes:
svn path=/head/; revision=86944
|
| |
|
|
|
|
|
|
|
| |
- rev.1.6: corrupt tab before strlcpy.
- rev.1.7: "From: " in vendor id.
- rev.1.8: unsorted prototype for strccasestr.
Notes:
svn path=/head/; revision=84747
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84741
|
| |
|
|
|
|
|
|
|
|
|
| |
number of characters that are searched. This is especially useful
with file operations and non-NUL terminated strings.
Silence from: -audit, -hackers
MFC after: 5 days
Notes:
svn path=/head/; revision=84699
|
| |
|
|
|
|
|
|
| |
Forgotten by: imp
Reported by: bde
Notes:
svn path=/head/; revision=49875
|
| |
|
|
|
|
|
| |
systems. NetBSD, Linux, SVR4 etc all have it.
Notes:
svn path=/head/; revision=47289
|
| |
|
|
| |
Notes:
svn path=/head/; revision=42913
|
| |
|
|
|
|
|
|
|
|
| |
defined. It has been fixed to not do that.
Submitted by: Jake Hamby <jehamby@lightside.com>
Closes PR: 1954
Notes:
svn path=/head/; revision=20600
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8858
|
|
|
Notes:
svn path=/head/; revision=1539
|