NetBSD/lib/libc
christos c4e3c4d493 Don't refuse to create a hash database on 0 length files. Treat
them as new files the same way that the btree code does.  Note that
we do the fstat() after the open() instead of re-using the previous
result of the stat() to avoid races (we open with O_EXLOCK when we care).
2005-03-29 23:37:15 +00:00
..
arch New strcpy.S from jtc. This should have been committed together with the 2005-03-15 15:16:59 +00:00
citrus add csmapper:CNS11643-1,2 and esdb:ISO-2022-CN, 2005-03-27 22:30:05 +00:00
compat-43
db Don't refuse to create a hash database on 0 length files. Treat 2005-03-29 23:37:15 +00:00
dlfcn
gen Wording improvements, from yamt@ 2005-03-22 01:43:31 +00:00
gmon
hash A little libc namespace housekeeping exercise: 2005-02-09 21:35:46 +00:00
iconv
include We have pselect(2) now; the local wrapper is no longer necessary. 2005-03-17 20:48:50 +00:00
inet
isc
locale considering huge character set(ucs, gb18030), 2005-02-10 19:19:57 +00:00
md
nameser Merge conflicts 2004-11-07 02:19:49 +00:00
net Only name <netdb.h> in the synopsis, like the old manual page used to. 2005-03-21 13:35:04 +00:00
nls Translate messages 86 -> 93. Thanks to Marc Baudoin for review. 2005-01-03 22:00:37 +00:00
quad
regex make othercase() return int rather than char, to avoid sign extension 2004-09-18 11:47:37 +00:00
resolv A little libc namespace housekeeping exercise: 2005-02-09 21:35:46 +00:00
rpc White space nit- don't put a space before/after increment/decrement 2005-02-11 06:21:21 +00:00
softfloat Only compile the floatx80-using functions if the arch in question 2004-09-27 10:16:24 +00:00
stdio Re-implement in terms of fseek0() 2005-03-04 16:25:20 +00:00
stdlib Avoid lint warning after previous. 2005-03-23 08:16:53 +00:00
string Remove one of two nearly duplicate words. 2005-03-14 10:36:51 +00:00
sys Add restrict qualifiers to remaining <signal.h> function arguments. 2005-03-22 20:25:31 +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 Fix the __libc_thr_yield_stub() signature. 2004-12-14 00:21:40 +00:00
time Some more optimisations - I must stop looking at this file! 2005-03-05 14:07:15 +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
genassym.sh
Makefile minor whitespace consistency 2005-01-10 02:32:46 +00:00
shlib_version Interpose cancellation points in pollts() and pselect(), bringing us 2005-03-18 11:23:44 +00:00