Revision tags: release/9.0.0 |
|
#
c8fb747d |
| 28-Dec-2011 |
Xin LI <delphij@FreeBSD.org> |
In POSIX.1-2008:
P_tmpdir [OB XSI] Default directory prefix for tempnam().
This macro is used in a lot of places in legacy applications, and is why we see a lot of programs written for e.g. Linux
In POSIX.1-2008:
P_tmpdir [OB XSI] Default directory prefix for tempnam().
This macro is used in a lot of places in legacy applications, and is why we see a lot of programs written for e.g. Linux store volatile temporary files in /var/tmp and not /tmp.
MFC after: 2 months
show more ...
|
#
eb1f614b |
| 25-Dec-2011 |
David Chisnall <theraven@FreeBSD.org> |
Restore __is_threaded in C++ mode. Some Google stuff needs it apparently.
Reported by: swills Approved by: dim (mentor)
|
#
f6ab8089 |
| 13-Dec-2011 |
Ed Schouten <ed@FreeBSD.org> |
Replace __const by const in all non-contributed source code.
As C1X is close to being released, there is no need to wrap around a feature that is already part of C90. Most of these files already use
Replace __const by const in all non-contributed source code.
As C1X is close to being released, there is no need to wrap around a feature that is already part of C90. Most of these files already use `const' in different placed as well.
show more ...
|
#
3ee1a36e |
| 22-Nov-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r227804
Pull in the virtio drivers from head.
|
#
c9e7ce2f |
| 13-Nov-2011 |
David Chisnall <theraven@FreeBSD.org> |
The spec says that FILE must be defined in wchar.h, but it wasn't. It is now. Also hide some macros in C++ mode that will break C++ namespaced calls.
Approved by: dim (mentor)
|
Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0 |
|
#
cdd337c2 |
| 06-Aug-2010 |
Ed Schouten <ed@FreeBSD.org> |
Remove stale reference to UT_NAMESIZE from <stdio.h>.
Spotted by: bde@
|
Revision tags: release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0 |
|
#
1a0fda2b |
| 04-Mar-2010 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
IFH@204581
|
#
f2556687 |
| 16-Feb-2010 |
Warner Losh <imp@FreeBSD.org> |
Remove the Berkeley clause 3's. Add a few $FreeBSD$
|
Revision tags: release/8.0.0_cvs, release/8.0.0 |
|
#
10b3b545 |
| 17-Sep-2009 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Merge from head
|
#
09c817ba |
| 03-Jul-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- MFC
|
#
efa952cd |
| 24-Jun-2009 |
Xin LI <delphij@FreeBSD.org> |
Merge fmtcheck() prototype change.
Obtained from: NetBSD
|
Revision tags: release/7.2.0_cvs, release/7.2.0 |
|
#
9c797940 |
| 13-Apr-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- Merge from HEAD
|
#
bccfb078 |
| 25-Mar-2009 |
David Schultz <das@FreeBSD.org> |
Make programs that define a macro called `dprintf' more likely to work.
|
#
44bf9512 |
| 14-Mar-2009 |
David Schultz <das@FreeBSD.org> |
Namespace: dprintf() and getline() are in P1003.1-2008.
|
#
1829d5da |
| 12-Mar-2009 |
Warner Losh <imp@FreeBSD.org> |
Update the projects tree to a newer FreeBSD current.
|
#
ad760e6f |
| 04-Mar-2009 |
David Schultz <das@FreeBSD.org> |
Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(), dprintf() is a simple wrapper around another function, so we may as well implement it. But also like getline(), we can't prototype it b
Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(), dprintf() is a simple wrapper around another function, so we may as well implement it. But also like getline(), we can't prototype it by default right now because it would break too many ports.
show more ...
|
#
38953375 |
| 04-Mar-2009 |
David Schultz <das@FreeBSD.org> |
Add renameat to the POSIX.1-2008 namespace.
|
#
69099ba2 |
| 28-Feb-2009 |
David Schultz <das@FreeBSD.org> |
- Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(), wcscasecmp(), and wcsncasecmp(). - Make some previously non-standard extensions visible if POSIX_VISIBLE >= 200809. - Use restrict qu
- Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(), wcscasecmp(), and wcsncasecmp(). - Make some previously non-standard extensions visible if POSIX_VISIBLE >= 200809. - Use restrict qualifiers in stpcpy(). - Declare off_t and size_t in stdio.h. - Bump __FreeBSD_version in case the new symbols (particularly getline()) cause issues with ports.
Reviewed by: standards@
show more ...
|
Revision tags: release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0 |
|
#
41a5b871 |
| 07-May-2008 |
John Baldwin <jhb@FreeBSD.org> |
Tag FILE's _bf as being part of the public ABI as well due to the in-tree sort(1) referencing it.
|
#
143b9461 |
| 05-May-2008 |
John Baldwin <jhb@FreeBSD.org> |
Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessors as we aren't hiding FILE's internals anymore.
|
#
a1b482ad |
| 05-May-2008 |
John Baldwin <jhb@FreeBSD.org> |
Note that FILE's __cookie is also part of the public ABI.
|
#
19e03ca8 |
| 05-May-2008 |
John Baldwin <jhb@FreeBSD.org> |
Expose FILE's internals to the world again in all their glory. Restore all the previous inline optimizations as well. FILE is back to using __mbstate_t, struct pthread *, and struct pthread_mutex *.
|
#
0aca787a |
| 04-May-2008 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Unbreak build: gnu sort has been configured to grope inside struct __sFILE. It's opaque now, so add a function that returns the pending output bytes.
Pointy hat: jhb
|
#
430f2c87 |
| 03-May-2008 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Unbreak build: libftpio gropes inside struct __sFILE. Implement accessor functions for its benefit now thaat FILE is opaque. I'm sure there's a better way. I leave that for people to work on in a src
Unbreak build: libftpio gropes inside struct __sFILE. Implement accessor functions for its benefit now thaat FILE is opaque. I'm sure there's a better way. I leave that for people to work on in a src tree that isn't broken.
Pointy hat: jhb
show more ...
|
#
e15fdac7 |
| 02-May-2008 |
John Baldwin <jhb@FreeBSD.org> |
Axe now-empty __BSD_VISIBLE block that held renameat().
Reported by: kib Pointy hat: jhb
|