freebsd-nq/lib/libc/stdtime
Jason Evans 9233c4d942 Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
just use _foo() <-- foo().  In the case of a libpthread that doesn't do
call conversion (such as linuxthreads and our upcoming libpthread), this
is adequate.  In the case of libc_r, we still need three names, which are
now _thread_sys_foo() <-- _foo() <-- foo().

Convert all internal libc usage of: aio_suspend(), close(), fsync(), msync(),
nanosleep(), open(), fcntl(), read(), and write() to _foo() instead of foo().

Remove all internal libc usage of: creat(), pause(), sleep(), system(),
tcdrain(), wait(), and waitpid().

Make thread cancellation fully POSIX-compliant.

Suggested by:	deischen
2000-01-27 23:07:25 +00:00
..
asctime.c Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc. 1999-01-04 20:45:20 +00:00
ctime.3 Spelling and grammar error fix. 1999-09-04 15:56:51 +00:00
difftime.c Merge the recently-imported tzcode96h distribution (libc portion). The 1996-07-18 18:53:15 +00:00
localtime.c Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), 2000-01-27 23:07:25 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
private.h Merge the recently-imported tzcode96h distribution (libc portion). The 1996-07-18 18:53:15 +00:00
strftime.3 %Ex -> %Ef to not conflict with POSIX 1999-11-30 19:24:07 +00:00
strftime.c %Ex -> %Ef to not conflict with POSIX 1999-11-30 19:24:07 +00:00
strptime.3 Remove discussion of %C in the BUGS section. The limitations on valid 1999-12-09 07:58:28 +00:00
strptime.c Prevent digit-gobbling for all but %l and %e, which can't be fixed. 1999-12-08 15:49:10 +00:00
time2posix.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
timelocal.c Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), 2000-01-27 23:07:25 +00:00
timelocal.h %Ex -> %Ef to not conflict with POSIX 1999-11-30 19:24:07 +00:00
tzfile.5 Make the quotes in the #include line visible. 2000-01-19 13:27:03 +00:00
tzfile.h Merge from vendor branch: timezone file structure changes and doco. 1999-01-21 17:22:59 +00:00