freebsd-skq/lib
deischen 1635c221b7 Remove _THREAD_SAFE and make libc thread-safe by default by
adding (weak definitions to) stubs for some of the pthread
functions.  If the threads library is linked in, the real
pthread functions will pulled in.

Use the following convention for system calls wrapped by the
threads library:
	__sys_foo - actual system call
	_foo - weak definition to __sys_foo
	foo - weak definition to __sys_foo

Change all libc uses of system calls wrapped by the threads
library from foo to _foo.  In order to define the prototypes
for _foo(), we introduce namespace.h and un-namespace.h
(suggested by bde).  All files that need to reference these
system calls, should include namespace.h before any standard
includes, then include un-namespace.h after the standard
includes and before any local includes.  <db.h> is an exception
and shouldn't be included in between namespace.h and
un-namespace.h  namespace.h will define foo to _foo, and
un-namespace.h will undefine foo.

Try to eliminate some of the recursive calls to MT-safe
functions in libc/stdio in preparation for adding a mutex
to FILE.  We have recursive mutexes, but would like to avoid
using them if possible.

Remove uneeded includes of <errno.h> from a few files.

Add $FreeBSD$ to a few files in order to pass commitprep.

Approved by:	-arch
2001-01-24 13:01:12 +00:00
..
compat
csu
libalias
libatm
libbind
libc Remove _THREAD_SAFE and make libc thread-safe by default by 2001-01-24 13:01:12 +00:00
libc_r
libcalendar mdoc(7) police: fixed broken references. 2001-01-16 11:52:00 +00:00
libcam
libcom_err
libcompat
libcrypt
libdevstat
libdisk
libedit Prepare for mdoc(7)NG. 2001-01-16 09:08:22 +00:00
libfetch mdoc(7) police: fixed broken references. 2001-01-16 11:52:00 +00:00
libform
libftpio
libgnumalloc
libio
libipsec
libipx
libisc
libkse
libkvm Add a new item to kinfo_proc: ki_sflag to mirror p_sflag. 2001-01-24 12:49:52 +00:00
libm
libmd
libmenu
libncp
libncurses
libnetgraph
libopie
libpam
libpanel
libpcap
libposix1e o When returning NULL, return (NULL) instead of return (0). 2001-01-17 02:40:39 +00:00
libpthread
libradius
libresolv
librpcsvc
libskey man(7) -> mdoc(7). 2001-01-12 18:01:17 +00:00
libsmdb
libsmutil
libss
libstand mdoc(7) police: removed leading whitespaces that are not inside 2001-01-19 14:15:40 +00:00
libtacplus
libtelnet
libusb
libusbhid
libutil Prepare for mdoc(7)NG. 2001-01-16 09:08:22 +00:00
libvgl Protect against multiple inclusion. 2001-01-24 09:06:42 +00:00
libwrap
libxpg4
liby
libz
msun
ncurses
Makefile
Makefile.inc