.. |
arch
|
Add strtof(3) and strtold(3); welcome libc 12.137.
|
2006-03-15 17:35:17 +00:00 |
citrus
|
Coverity CID 1439: Prevent array index out of bounds access.
|
2006-03-19 01:55:48 +00:00 |
compat
|
Fix bug where we did not build archdir and simplify.
|
2006-03-11 23:04:03 +00:00 |
compat-43
|
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
|
2005-12-24 21:11:15 +00:00 |
db
|
retrun -> return
|
2006-03-19 03:36:28 +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
|
Coverity CID 590: since bdif > 0, k = bdif - 1 >= 0, so k < 0 cannot happen.
|
2006-03-19 03:04:04 +00:00 |
gen
|
check the return of alloca() if it fails set errno = ENOMEM and fail execl().
|
2006-03-20 05:12:24 +00:00 |
gmon
|
fix debugging printf formats.
|
2006-01-24 17:33:44 +00:00 |
hash
|
change #include <sys/endian.h> => #include <machine/endian.h> so that
|
2006-02-09 22:03:15 +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
|
Add strtof(3) and strtold(3); welcome libc 12.137.
|
2006-03-15 17:35:17 +00:00 |
inet
|
u_intN_t -> uintN_t
|
2005-12-26 19:40:14 +00:00 |
isc
|
1. de-lint
|
2004-05-20 19:52:31 +00:00 |
locale
|
Coverity CID 571: Remove dead code.
|
2006-03-19 02:54:38 +00:00 |
md
|
Use reach-over sources from common/lib/libc
|
2005-12-20 19:31:47 +00:00 |
nameser
|
Merge conflicts
|
2004-11-07 02:19:49 +00:00 |
net
|
Fix Coverity issue 2281, resource leak, function return without freeing
|
2006-03-17 15:53:29 +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
|
Coverity CID 710: Remove unreachable code.
|
2006-03-19 03:00:49 +00:00 |
softfloat
|
Only compile the floatx80-using functions if the arch in question
|
2004-09-27 10:16:24 +00:00 |
stdio
|
Mark up NULL and -.
|
2006-03-19 10:46:21 +00:00 |
stdlib
|
Coverity CID 1560: Don't leak memory when multiple currency symbols are present
|
2006-03-19 01:50:49 +00:00 |
string
|
Must include "namespace.h" for strerror_r()'s internal name.
|
2006-01-26 11:13:42 +00:00 |
sys
|
Add glue to build the compat library as a separate "libcold" turned off by
|
2006-03-11 21:07:18 +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
|
WARNS=4
|
2005-11-29 03:11:58 +00:00 |
uuid
|
change #include <sys/endian.h> => #include <machine/endian.h> so that
|
2006-02-09 22:03:15 +00:00 |
yp
|
WARNS=4
|
2005-11-29 03:11:58 +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
|
Add strtof(3) and strtold(3); welcome libc 12.137.
|
2006-03-15 17:35:17 +00:00 |