NetBSD/lib
kre 12f8bae508 If we're going to loop, pausing and then retrying malloc() after it
has failed, in the hope that some other thread has free'd some memory,
but we want to bound the number of attempts, it helps if we actually
count them - otherwise we never get nearer to the limit.

In practice, malloc() for a reasonable application on a modern system
almost never fails, so the code containing this bug has probably never
been, and never will be, executed, but just in case, someday.

For this, it isn't clear if the intent was to have 10 retries (ie: 11
attempts) or 10 tries, but as the code said "retries > 10", I am
assuming the former (not that it matters, if the malloc() has failed
10 times in a row, with 10 second pauses between, the chances of an
11th succeeding aren't great).
2020-03-24 14:56:31 +00:00
..
csu add stop (;;) to elimate WAW dependency compiler warning 2019-05-04 22:55:32 +00:00
i18n_module
libarch
libbluetooth Use strlcpy to NUL terminate the name string here. The kernel already 2019-10-03 17:10:16 +00:00
libbpfjit
libbsdmalloc
libbz2 convert HAVE_GCC == 7 to HAVE_GCC >= 7. 2019-09-29 23:44:58 +00:00
libc Bump new libc minor due to new errno codes 2020-03-08 22:27:38 +00:00
libc_fp
libc_vfp
libcompat stty & gtty were around since v1 2019-09-01 23:42:19 +00:00
libcrypt Avoid undefined behavior in left shift 2020-02-22 10:29:17 +00:00
libcurses Fix synopsis, use more markup. 2020-03-23 16:14:20 +00:00
libdm Let's not write temporary files to fixed paths in /tmp, shall we? 2020-02-15 22:55:22 +00:00
libedit PR lib/54510 - when user supplied completion function is there, 2020-01-05 07:12:05 +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 Switch the iconv(3) prototype to the POSIX conformant variation 2019-10-24 18:17:14 +00:00
libipsec Switch the iconv(3) prototype to the POSIX conformant variation 2019-10-24 18:17:14 +00:00
libisns introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
libkern
libkvm use a binary search in _kvm_pa2off(). this helps a lot for sparse dumps, 2020-03-08 00:14:18 +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 libnpf/npfctl: support dynamic NAT rulesets using a name prefix. 2019-09-30 00:37:11 +00:00
libnvmm Reference nvmmctl(8). 2020-02-09 12:19:01 +00:00
libossaudio Use record field for recording even on 2019-11-03 11:13:45 +00:00
libp2k UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
libpam Add debugging commented out. 2020-03-03 00:46:06 +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
libpthread libpthread sets initial value of MSR for lwp's. However, appropriate 2020-02-20 07:07:02 +00:00
libpuffs s/conjuction/conjunction/ 2019-12-27 10:13:59 +00:00
libquota
libradius
librefuse Restore binary compatibility by using the statvfs90 structure internally. 2019-09-23 12:00:57 +00:00
libresolv
librmt s/transfered/transferred/ 2019-12-27 09:41:48 +00:00
librpcsvc Fix building librpcsvc for MKYP=no 2019-04-24 10:26:43 +00:00
librt Mention that ENOSPC can be returned if we exhausted the max number of 2019-02-21 21:54:09 +00:00
librump introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
librumpclient introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
librumpdev
librumphijack Change types of DUP2ALIAS and DUP2FDMASK bit masks to unsigned 2020-02-10 23:21:42 +00:00
librumpnet
librumpres introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
librumpuser If we're going to loop, pausing and then retrying malloc() after it 2020-03-24 14:56:31 +00:00
librumpvfs
libskey use strlcpy here; the destination string is passed to strtok_r, and if it 2019-10-03 17:08:26 +00:00
libss
libtelnet
libterminfo terminfo: promote numeric parameters from short to int 2020-03-13 15:19:24 +00:00
libukfs
libusbhid
libutil s/sucess/success/ in comment. 2019-12-27 09:45:26 +00:00
libwrap
liby
libz convert HAVE_GCC == 7 to HAVE_GCC >= 7. 2019-09-29 23:44:58 +00:00
lua Prevent Lua from crashing if clear_bindings() is called on a statement 2019-05-16 12:42:35 +00:00
npf libnpf fix: link the library itself to libnv; libnpf users should not be 2019-08-24 13:20:52 +00:00
Makefile libp2k still needs to be under MKRUMP 2020-03-18 00:37:29 +00:00
Makefile.inc
bumpversion
checkoldver
checkver
checkvers