NetBSD/lib/libc
christos eb01b7b0b4 Rename "hash.c" to "hashhl.c" since this is included from *hl.c files.
The name "hash.c" is already used in db/hash/hash.c, and having duplicated
names, aside from it being bad style, breaks the tools/nbcompat build
because it picks the wrong hash.c file. Thanks to greg for helping debug
this.
2005-09-28 16:31:45 +00:00
..
arch Switch mips to the new libc compat code layout. 2005-09-17 11:49:39 +00:00
citrus * add some comments. 2005-05-14 17:55:42 +00:00
compat Switch mips to the new libc compat code layout. 2005-09-17 11:49:39 +00:00
compat-43 compat core reorg. 2005-09-13 01:44:08 +00:00
db compat core reorg. 2005-09-13 01:44:08 +00:00
dlfcn
gen Punctuation nits; grammar fix. 2005-09-26 10:54:46 +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
locale Fix pasto, noted by Marc Espie. 2005-06-27 14:18:36 +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 Rest of fix for PR#31184: getaddrinfo() now honors resolv.conf sortlist 2005-09-15 23:33:41 +00:00
nls compat core reorg. 2005-09-13 01:44:08 +00:00
quad
regex
resolv Rest of fix for PR#31184: getaddrinfo() now honors resolv.conf sortlist 2005-09-15 23:33:41 +00:00
rpc Fix build: maskp should be a pointer to a sigset_t. Hi, christos@! 2005-09-10 09:04:11 +00:00
softfloat
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 compat core reorg. 2005-09-13 01:44:08 +00:00
sys Use only mdoc macros; remove unneeded Nm argument; use more 2005-09-23 20:27:10 +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