.. |
arch
|
Towards ia64 libc. Round #2
|
2006-09-23 17:39:34 +00:00 |
citrus
|
add new iconv module libJOHAB,
|
2006-10-18 17:54:54 +00:00 |
compat
|
Further ia64 libc compat bits
|
2006-09-23 17:38:03 +00:00 |
compat-43
|
add an #include path for sigcompat.c to get at <sys/compat>; this
|
2006-04-24 17:15:06 +00:00 |
db
|
set close-on-exec flag for fd to database like type DB_HASH does
|
2006-03-26 02:03:40 +00:00 |
dlfcn
|
- Change the strong dlfcn names in libc to ___name, and make the __name
|
2004-07-18 17:26:19 +00:00 |
gdtoa
|
static before const.
|
2006-10-15 16:11:04 +00:00 |
gen
|
Avoid "unsigned < 0" comparison by open-coding the remaining part
|
2006-10-23 15:27:41 +00:00 |
gmon
|
fix incomplete initializers
|
2006-10-15 16:14:46 +00:00 |
hash
|
static before const.
|
2006-10-15 16:11:04 +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
|
remove duplicates added in previous commit.
|
2006-08-24 06:56:39 +00:00 |
inet
|
Use NS_INT16SZ instead of INT16SZ
|
2006-09-26 05:59:18 +00:00 |
isc
|
1. de-lint
|
2004-05-20 19:52:31 +00:00 |
locale
|
Hyphenate nul-terminate.
|
2006-10-16 09:10:40 +00:00 |
md
|
Use reach-over sources from common/lib/libc
|
2005-12-20 19:31:47 +00:00 |
nameser
|
prevent empty else.
|
2006-10-15 16:14:08 +00:00 |
net
|
fix incomplete initializers
|
2006-10-15 16:14:46 +00:00 |
nls
|
Fix spelling (Jon Olsson)
|
2006-03-15 16:13:00 +00:00 |
quad
|
Use reach-over sources from common/lib/libc
|
2005-12-20 19:31:47 +00:00 |
regex
|
remove unused label.
|
2006-03-19 04:43:17 +00:00 |
resolv
|
Coverity CID 618: Comment out dead code.
|
2006-03-19 03:10:08 +00:00 |
rpc
|
Only retry if we were able to clean up some descriptors, otherwise we get
|
2006-10-17 17:44:34 +00:00 |
softfloat
|
add128() wants bits64 * as it's 5th argument.
|
2006-05-11 16:38:44 +00:00 |
stdio
|
Grr, adjust last so that it works with our busted lint(1).
|
2006-10-07 21:40:46 +00:00 |
stdlib
|
PR/34602: sushant: Bug in malloc implementation contains dead code in
|
2006-10-08 16:25:15 +00:00 |
string
|
nul/null/NULL cleanup:
|
2006-10-16 08:48:45 +00:00 |
sys
|
open(2) can fail with EPERM.
|
2006-10-23 14:04:05 +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
|
WARNS=4
|
2005-11-29 03:11:58 +00:00 |
time
|
Make the declarations of wday_name and mon_name less eccentric. I
|
2006-10-15 15:32:42 +00:00 |
uuid
|
fix incomplete initializers
|
2006-10-15 16:14:46 +00:00 |
yp
|
xdr sucks. sprinkle some (void *) casts into it's functions taking void **,
|
2006-05-11 17:11:57 +00:00 |
Makefile
|
Add glue to build the compat library as a separate "libcold" turned off by
|
2006-03-11 21:07:18 +00:00 |
Makefile.inc
|
Add glue to build the compat library as a separate "libcold" turned off by
|
2006-03-11 21:07:18 +00:00 |
shlib_version
|
PR/34238: Aleksey Cheusov: add wcsdup, wcscasecmp and wcsncasecmp functions
|
2006-08-22 20:50:46 +00:00 |