NetBSD/lib
roy 1b119018c7 openlog(3): add LOG_PTRIM and LOG_NLOG log options.
syslog(3) is the one stop method of logging system events and diagnostics.
When debugging a daemon in the foreground on a terminal, each line is
prefixed with tag[pid]: which is very repetative and can take up valuable
screen estate.
LOG_PTRIM solves this by removing this prefix from stderr output.

There is also the case where the debugging could involve a dry-run and
syslog(3) calls would pollute the system log with incorrect data.
LOG_NLOG solves this by not writing the the system log, but allowing
LOG_PERROR to operate as before.

Initially discussed here:
https://mail-index.netbsd.org/tech-userlevel/2016/10/06/msg010330.html
2017-03-22 17:52:36 +00:00
..
csu remove useless include; asm.h is not useful for c files. our current assumption 2017-01-14 15:50:24 +00:00
i18n_module
libarch Deprecate the pmc functions in libi386. The parameters will be updated, 2017-03-08 16:09:27 +00:00
libbluetooth correct comment in literal section 2016-01-22 08:51:40 +00:00
libbpfjit
libbsdmalloc
libbz2
libc openlog(3): add LOG_PTRIM and LOG_NLOG log options. 2017-03-22 17:52:36 +00:00
libc_fp move shlib_version into the main directory 2016-10-11 16:55:22 +00:00
libc_vfp
libcompat PR/50711: David Binderman: Fix memory leak on error 2016-01-26 16:05:18 +00:00
libcrypt
libcurses Make this compile again (gcc does not like strcmp(maybe-NULL, maybe-NULL); 2017-03-20 20:44:06 +00:00
libdm The actual header file for these functions is dm.h, not libdm.h. 2016-01-22 22:12:40 +00:00
libedit one extra char for NUL. 2017-03-05 19:23:58 +00:00
libexecinfo flesh out _Unwind_Exception, rust needs it. 2016-12-19 01:24:40 +00:00
libform PR 51190 David Binderman: simplify redundant conditionals. 2016-05-30 17:48:29 +00:00
libintl
libipsec
libisns
libkern Define _KERNTYPES for things that need it. 2016-01-23 21:22:45 +00:00
libkvm various ia64 updates: 2016-06-30 09:14:30 +00:00
liblwres
libm lrint() and lrintf() are supposed to use the current rounding mode, 2017-03-16 16:32:12 +00:00
libmenu
libnpf set to NULL after releasing to avoid double free. 2017-01-03 00:59:31 +00:00
libossaudio speed limit is 80 (missed this one) 2017-02-10 08:52:04 +00:00
libp2k Don't include <rump/rumpvnode_if.h> from rump.h. It's not needed 2016-01-25 11:45:57 +00:00
libpam
libpanel bump warns 2016-10-03 17:06:58 +00:00
libpci introduce a better pci_drvname() and PCI_IOC_DRVNAME as pciio_drvnameonbus() 2016-09-24 23:12:54 +00:00
libperfuse make the env stuff visible. 2016-10-19 01:30:35 +00:00
libpmc Remove i386 from libpmc; it has its own interface (sysarch), and we won't 2017-03-08 15:53:00 +00:00
libposix
libppath
libprop
libpthread Fix man page ERRORS section for (clock,pthread}_getcpuclockid to match 2017-03-05 18:42:51 +00:00
libpuffs mention puffs_node_pathconf and puffs_node_advlock 2016-08-29 01:13:56 +00:00
libquota Some NFS servers return RPC_PROGNOTREGISTERED instead of RPC_PROGVERSMISMATCH 2016-01-30 16:31:28 +00:00
libradius
librefuse fuse_main(3): Support general fuse options via fuse_parse_cmdline(3) 2016-11-20 13:28:32 +00:00
libresolv PR/50907: David Binderman: Remove useless strlen()'s and memcpy()'s. 2016-03-07 14:35:39 +00:00
librmt
librpcsvc
librt Fix function name macro. 2016-09-15 07:53:59 +00:00
librump
librumpclient Redo previous by avoiding the casts and using PRIxREGISTER instead 2016-09-06 07:45:41 +00:00
librumpdev
librumphijack Support paccept for nc 2017-02-16 08:08:01 +00:00
librumpnet
librumpuser Update supporting files for components which rely on autoconf to allow systems 2017-02-01 09:26:39 +00:00
librumpvfs
libskey Uses FILE *, needs stdio.h. 2016-01-22 23:25:51 +00:00
libss
libtelnet
libterminfo Ensure there is a terminal to return capabilities from. 2017-03-20 14:46:28 +00:00
libukfs Don't include <rump/rumpvnode_if.h> from rump.h. It's not needed 2016-01-25 11:45:57 +00:00
libusbhid Uses __BEGIN_DECLS so needs sys/cdefs.h; also needs stdint.h. 2016-01-22 23:51:23 +00:00
libutil Make parsedate handle "12 noon" and "12 midnight" (including when 2017-03-22 01:49:36 +00:00
libwrap change static to volatile. 2016-03-16 22:32:32 +00:00
liby
libz Update zlib version in pkgconfig file. 2017-03-12 20:38:30 +00:00
lua Fix function name, no functional change. 2016-02-15 15:56:33 +00:00
npf
bumpversion
checkoldver
checkver
checkvers
Makefile GC deprecated logic. GCC 4.8 is not in tree any more. 2017-02-22 02:58:31 +00:00
Makefile.inc