NetBSD/lib
ad 62e0939e7d - Make pthread_condvar and pthread_mutex work on the stack rather than in
pthread_t, so there's less chance of bad things happening if someone calls
  (for example) pthread_cond_broadcast() from a signal handler.

- Remove all the deferred waiter handling except for the one case that really
  matters which is transferring waiters from condvar -> mutex on wakeup, and
  do that by splicing the condvar's waiters onto the mutex.

- Remove the mutex waiters bit as it's another complication that's not
  strictly needed.
2020-06-10 22:45:15 +00:00
..
csu Explicitly use -fcommon for globals shared between libc and CSU. 2020-04-22 23:32:25 +00:00
i18n_module
libarch
libbluetooth
libbpfjit
libbsdmalloc
libbz2
libc Remove more bogus tests for 64-bit i386 and SuperH. 2020-06-05 11:16:15 +00:00
libc_fp
libc_vfp
libcompat
libcrypt Remove extra semicolon. 2020-05-14 08:34:17 +00:00
libcurses KNF nit. 2020-05-14 11:50:04 +00:00
libdm Update for proplib(3) API changes. 2020-06-07 05:54:00 +00:00
libedit use strlcpy() instead of strncpy() for gcc happiness 2020-05-31 23:24:23 +00:00
libexecinfo Fix using gcc's unwind.h 2020-01-22 16:07:40 +00:00
libform terminfo: promote numeric parameters from short to int 2020-03-13 15:19:24 +00:00
libintl
libipsec
libisns
libkern
libkvm Cast off_t to size_t to appease lint: 2020-05-02 14:31:13 +00:00
liblwres
libm Provide frexpl on non-long-double systems as alias to frexp. 2020-01-30 20:31:50 +00:00
libmenu terminfo: promote numeric parameters from short to int 2020-03-13 15:19:24 +00:00
libnpf Major NPF improvements (merge from upstream): 2020-05-30 14:16:56 +00:00
libnvmm Reference nvmmctl(8). 2020-02-09 12:19:01 +00:00
libossaudio ossaudio: removed outdated comment 2020-04-20 12:01:44 +00:00
libp2k UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
libpam Fix fallout from NO_STATIC_MODULES -> OPENPAM_STATIC_MODULES changes; 2020-05-23 00:43:33 +00:00
libpanel terminfo: promote numeric parameters from short to int 2020-03-13 15:19:24 +00:00
libpci
libperfuse miscelaneous -> miscellaneous in comment. 2020-03-05 15:56:20 +00:00
libposix
libppath
libprop Improvements to the problib(3) API: 2020-06-06 21:25:59 +00:00
libpthread - Make pthread_condvar and pthread_mutex work on the stack rather than in 2020-06-10 22:45:15 +00:00
libpuffs
libquota
libradius
librefuse
libresolv
librmt
librpcsvc
librt
librump
librumpclient
librumpdev
librumphijack Add pathconf and lpathconf (fixes lib/librumphijack/nfs test which uses ls 2020-05-27 18:55:36 +00:00
librumpnet
librumpres
librumpuser Allocate one more byte so that we are always NUL-terminated, and remove 2020-05-06 12:44:36 +00:00
librumpvfs
libskey
libss
libtelnet
libterminfo terminfo(5): Numbre -> Number 2020-06-05 22:08:10 +00:00
libukfs
libusbhid lib/libusbhid: Fix possible left shift changes signedness bit. 2020-04-04 21:26:16 +00:00
libutil fail to create a pidfile if hostname contains '/' 2020-03-30 08:24:36 +00:00
libwrap PR/54992: fix hosts_access(5) to works for IPv6 linklocal address without scope-id 2020-03-30 08:34:38 +00:00
liby
libz
lua
npf
Makefile Add libuv 2020-05-24 19:29:19 +00:00
Makefile.inc
bumpversion
checkoldver
checkver
checkvers