NetBSD/lib
nathanw f60f35f3ab Don't acquire __environ_lock around exec*() calls; nothing requires
that these calls be thread-safe with respect to the environment, and it
causes serious problems for threaded applications which call vfork() and
exec*() (including indirectly, via popen() or system()).

Acquire and release __environ_lock in the parent in popen() and system() to
play safe and provide the child with a stable environment.

__environ_lock should also have an atfork() handler; still under development.
2003-03-04 19:44:09 +00:00
..
csu The temporary asm trampoline code is no longer needed. 2002-12-06 17:06:06 +00:00
i18n_module
libarch this is a sparc file not an i386 file ... correct a comment. 2003-01-09 16:55:13 +00:00
libasn1
libbz2
libc Don't acquire __environ_lock around exec*() calls; nothing requires 2003-03-04 19:44:09 +00:00
libcdk
libcom_err
libcompat Fix signed/unsigned comparison warnings, and shadow warnings. 2002-11-11 23:43:03 +00:00
libcrypt
libcrypto Fix typos pointed out by Igor Sobrado in PR misc/19621. 2003-01-02 00:22:29 +00:00
libcrypto_idea
libcrypto_mdc2
libcrypto_rc5
libcurses Describe use of -ve window sizes 2003-03-03 14:21:12 +00:00
libdes
libedit .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
libform
libgssapi
libhdb
libintl .fn -> .Fn 2003-02-27 20:03:30 +00:00
libipsec Avoid memory leak. Pointed out by Patrick Latifi <patrickl at secureops dot com> 2003-03-04 18:30:58 +00:00
libkadm
libkadm5clnt
libkadm5srv
libkafs
libkdb
libkrb
libkrb5
libkstream
libkvm Add workaround for building with ${MACHINE}==sparc64, ${MACHINE_ARCH}==sparc; 2003-03-01 06:10:39 +00:00
libl
libm Fix some assembly botches. 2003-02-21 06:40:47 +00:00
libmenu Fix an off by one bug in the scale_menu() function. 2002-11-27 11:53:11 +00:00
libossaudio add support for SNDCTL_DSP_SETDUPLEX ioctl to ossaudio emulation code 2003-01-12 08:20:05 +00:00
libpcap "Utilize" has exactly the same meaning as "use," but it is more 2003-02-05 00:02:24 +00:00
libpci
libpmc
libposix Make the generated .S files depend on ${.CURDIR}/sys/Makefile.inc. 2003-01-28 00:33:23 +00:00
libpthread Don't use FP instructions when building for m68010. Fixes broken sun2 build. 2003-03-01 11:51:59 +00:00
libpthread_dbg Add hooks to read the application-assigned name of a thread. 2003-02-27 00:54:07 +00:00
libresolv
librmt
libroken
librpcsvc Implement rquota RPC version 2, compatible with the linux implementation, 2003-02-14 14:55:58 +00:00
librt Add librt, which provides POSIX 1003.1b Real-time extensions not 2003-01-24 01:52:42 +00:00
libskey Use \-1 instead of -1. 2003-01-03 23:01:01 +00:00
libsl
libss
libssl
libtelnet The Double-Semi-Colon Police. 2003-01-20 05:29:53 +00:00
libterm Fix signed/unsigned comparison warnings. 2002-11-11 23:56:46 +00:00
libusbhid 'NetBSD.org' and some mdoc fixes. 2003-02-14 16:29:11 +00:00
libutil 'NetBSD.org' and some mdoc fixes. 2003-02-14 16:29:11 +00:00
libvers
libwrap If we're going to replace strtok() with strtok_r(), and the caller of the 2002-12-26 12:53:59 +00:00
liby
libz success, not sucess. Noted by mjl. 2003-01-28 22:35:02 +00:00
Makefile Add librt, which provides POSIX 1003.1b Real-time extensions not 2003-01-24 01:52:42 +00:00
Makefile.inc
bumpversion
checkoldver yet another check version script. 2002-11-15 16:15:20 +00:00
checkver
checkvers