NetBSD/lib
uwe 86bd1b8280 getlogin_r: use strcpy(). We check namelen before copying the result.
gcc 8 -Wstringop-overflow is uhappy when the specified bounds depend
on the length of the source and is not smart enough to see the check
we do.  Besides we don't want the padding effect of strncpy() here.
2019-10-05 19:19:51 +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 getlogin_r: use strcpy(). We check namelen before copying the result. 2019-10-05 19:19:51 +00:00
libc_fp
libc_vfp The fpu mode for VFP2 instructions is still just vfp. 2018-07-19 19:35:02 +00:00
libcompat stty & gtty were around since v1 2019-09-01 23:42:19 +00:00
libcrypt adding full scheme comparison to libcrypt:crypt and pwhash tests 2019-10-05 18:06:16 +00:00
libcurses curses: believe in unicorns 2019-09-03 13:43:34 +00:00
libdm Clean up double free in some error paths that did trigger 2018-12-27 14:05:54 +00:00
libedit Fix type and remove cast (Yuichiro NAITO/FreeBSD). 2019-09-15 21:09:11 +00:00
libexecinfo make the backtrace()'s tracer() return _URC_FOREIGN_EXCEPTION_CAUGHT 2019-01-30 22:46:49 +00:00
libform Bump major number due to libcurses major bump 2019-06-30 22:17:22 +00:00
libintl Since ch gets reassigned, it is not certain that it will be & or | again, 2019-10-03 16:37:45 +00:00
libipsec Remove dead references to netinet6/ipsec.h. 2018-09-06 09:54:36 +00:00
libisns Fix up mangled logic, hopefully. PR 54323 from David Binderman. 2019-07-03 18:40:33 +00:00
libkern
libkvm Need register defines that were moved to armreg.h 2019-09-12 10:18:50 +00:00
liblwres
libm Start documenting history 2019-09-02 00:51:48 +00:00
libmenu Improve formatting, fix a typo, bump date for previous. 2019-07-01 07:16:25 +00:00
libnpf libnpf/npfctl: support dynamic NAT rulesets using a name prefix. 2019-09-30 00:37:11 +00:00
libnvmm Change the NVMM API to reduce data movements. Sent to tech-kern@. 2019-06-08 07:27:44 +00:00
libossaudio Fix minor bugs of SNDCTL_DSP_GETISPACE. 2019-02-02 04:52:16 +00:00
libp2k Restore binary compatibility by using the statvfs90 structure internally. 2019-09-23 12:00:57 +00:00
libpam Fix key loading logic and add log message when rejecting an unencrypted key. 2019-06-01 07:15:39 +00:00
libpanel Bump major number due to libcurses major bump 2019-06-30 22:17:22 +00:00
libpci
libperfuse Restore binary compatibility by using the statvfs90 structure internally. 2019-09-23 12:00:57 +00:00
libposix
libppath
libprop
libpthread Add USE_SHLIBDIR=yes to a number of Makefiles for the libraries used 2019-09-22 18:45:19 +00:00
libpuffs Restore binary compatibility by using the statvfs90 structure internally. 2019-09-23 12:00:57 +00:00
libquota
libradius
librefuse Restore binary compatibility by using the statvfs90 structure internally. 2019-09-23 12:00:57 +00:00
libresolv Remove unused macro. 2018-12-13 08:39:34 +00:00
librmt - user (an alias to the login buffer should be NUL terminated so use strlcpy 2019-10-03 17:56:17 +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
librumpclient
librumpdev
librumphijack teach hijack about the new vfs syscalls 2019-09-25 20:19:59 +00:00
librumpnet
librumpres
librumpuser
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 Match the function prototype of encrypthandler instead of casting to it. 2019-01-05 08:55:58 +00:00
libterminfo Cast function pointers that take different arguments through void * 2019-10-03 18:02:05 +00:00
libukfs
libusbhid
libutil Ignore strncpy(foo, bar, sizeof(foo)) for the wtmp fields where we don't 2019-10-04 00:03:56 +00:00
libwrap remove the new check for tlen >= PTRDIFF_MAX. the prior 2019-01-24 22:07:14 +00:00
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 fix MKCXX=no: 2019-08-23 08:17:26 +00:00
Makefile.inc
bumpversion
checkoldver
checkver
checkvers