NetBSD/lib/libc
christos a109c1ee32 1. minimize code diffs with FreeBSD
2. return ENAMETOOLONG instead of ENOMEM if name is too long to fit.
3. only decrement cp if we are pointing to the end of the string.
   [this fixes the cp truncation of the last char problem reported]
2005-11-17 19:13:20 +00:00
..
arch move to the new compat layout. 2005-10-16 17:26:43 +00:00
citrus Initialize error return value. 2005-10-29 19:19:38 +00:00
compat fix typo. 2005-10-16 22:16:05 +00:00
compat-43 compat core reorg. 2005-09-13 01:44:08 +00:00
db Initialize a variable that might confuse gcc as uninitialized. 2005-10-16 02:39:20 +00:00
dlfcn - Change the strong dlfcn names in libc to ___name, and make the __name 2004-07-18 17:26:19 +00:00
gen 1. minimize code diffs with FreeBSD 2005-11-17 19:13:20 +00:00
gmon The __used__ change doesn't work on 2.95/vax. Put an #ifdef back in for vax and 2005-05-06 19:32:30 +00:00
hash Rename "hash.c" to "hashhl.c" since this is included from *hl.c files. 2005-09-28 16:31:45 +00:00
iconv make sure to set errno to EINVAL if _citrus_iconv_open() returns ENOENT. 2005-04-25 13:42:04 +00:00
include the sha2 functions have an _. 2005-09-26 02:12:24 +00:00
inet compat core reorg. 2005-09-13 01:44:08 +00:00
isc 1. de-lint 2004-05-20 19:52:31 +00:00
locale It is bogus to return EFAULT in userland. 2005-10-19 22:57:03 +00:00
md The weak alias macros can only work before namespace.h gets included because 2005-09-26 03:01:41 +00:00
nameser Merge conflicts 2004-11-07 02:19:49 +00:00
net Let the default case handle all the errors; no functional change. 2005-10-19 22:56:42 +00:00
nls compat core reorg. 2005-09-13 01:44:08 +00:00
quad Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
regex make othercase() return int rather than char, to avoid sign extension 2004-09-18 11:47:37 +00:00
resolv Rest of fix for PR#31184: getaddrinfo() now honors resolv.conf sortlist 2005-09-15 23:33:41 +00:00
rpc remove _REENTRANT bogus signal mask code; pointed out by chuq. 2005-11-07 18:12:33 +00:00
softfloat Only compile the floatx80-using functions if the arch in question 2004-09-27 10:16:24 +00:00
stdio compat core reorg. 2005-09-13 01:44:08 +00:00
stdlib Punctuation nits; grammar fix. 2005-09-26 10:54:46 +00:00
string wcscpy - cleanup 2005-10-13 21:13:05 +00:00
sys statvfs did not appear in 2.1, but in 3.0. 2005-11-04 06:09:20 +00:00
termios Change a returned value of -1 (NO_PGID) to (uint)(pid_t)~0u >> 1 (0x7fffffff) 2004-12-01 21:37:15 +00:00
thread-stub Add missing __RCSID() 2005-06-12 05:21:25 +00:00
time compat core reorg. 2005-09-13 01:44:08 +00:00
uuid A little libc namespace housekeeping exercise: 2005-02-09 21:35:46 +00:00
yp #include "reentrant.h" instead of <threadlib.h> 2004-10-29 06:32:08 +00:00
Makefile compat core reorg. 2005-09-13 01:44:08 +00:00
shlib_version add getenv_r and ttyname_r 2005-09-25 20:08:01 +00:00