NetBSD/lib/libc
lukem aa330a1e25 * Change __diagassert13() so that by default it only syslogs the error (it
used to syslog and also send to stderr).

  This behaviour can be changed by setting $LIBC_DIAGASSERT to a
  string containing one or more of the following letters:
	a	abort() after syslog and/or print to stderr
	A	opposite of a
	e	print assertion message to stderr
	E	opposite of e
	l	log assertion message to syslog
	L	opposite of l

  This allows per-process control of the _DIAGASSERT() behaviour (e.g,
  if you want to abort() after the assertion is raised) by modifying the
  environment before starting the process.

  Note that __DIAGASSERT() is still a no-op unless libc is compiled
  with -D_DIAGNOSTIC.

* Implement __assert()/__diagassert() by calling __assert13()/__diagassert13()
  with a function of NULL, reducing unnecessary code duplication
2001-01-03 12:44:53 +00:00
..
arch Cosmetics. Use _ASM_LABEL for cerror. 2000-12-29 23:16:42 +00:00
compat-43
db protect against multiple inclusions. 2000-12-20 20:54:01 +00:00
dlfcn
gen * Change __diagassert13() so that by default it only syslogs the error (it 2001-01-03 12:44:53 +00:00
gmon fix nested extern 2000-12-20 20:55:23 +00:00
hash Note that sha1 has been there since 1.4. 2001-01-02 16:16:48 +00:00
include Add {__,}fmtcheck(), a function specified by Bill Sommerfeld to check 2000-10-20 18:46:05 +00:00
locale C99: add new parameters int_p_cs_precedes, int_n_cs_precedes, 2001-01-02 10:53:24 +00:00
md
net remove redundant declarations. 2000-12-20 20:51:08 +00:00
nls Fix possible one-byte overrun 2000-09-30 16:47:26 +00:00
quad remove duplicate declaration. 2000-12-10 03:54:22 +00:00
regex add missing ' is ' in regerror() explanation 2000-11-06 13:20:58 +00:00
rpc oops fix previous typos. 2000-12-20 23:08:51 +00:00
softfloat Revert previous change -- turned out I'd got my build environment in a twist. 2000-07-15 15:07:34 +00:00
stdio initialize mbstate_t properly. 2000-12-30 04:13:25 +00:00
stdlib first import of citrus LC_CTYPE locale. singlebyte only at this moment. 2000-12-21 11:29:47 +00:00
string wording (correct?) 2001-01-02 11:27:45 +00:00
sys Add __syscall.S back to sys/Makefile.inc. Remove from arch/i386/gen/ 2000-12-13 07:42:47 +00:00
termios
thread-stub
time fix u_char -> char and char -> u_char casts. 2000-12-20 20:56:34 +00:00
yp
Makefile Create shared ARM source for libc, and move arm26 port over to using it. 2000-12-29 20:13:44 +00:00
shlib_version Update to 69 with the inclusion of the wmem* stuff in string. (shl.mi had 2000-12-24 23:36:51 +00:00