freebsd-dev/lib/libc
Thomas Moestl 6bc615b0a1 Fix a sizeof error in __bt_put: when writing they key and data sizes
to a buffer in the big key/data case, memmove() was used on pointers
to size_ts, but only sizeof(u_int32_t) bytes where copied. This broke
on big_endian architectures where sizeof(size_t) > sizeof(u_int32_t).

This bug broke portupgrade (by way of ruby_bdb1) on sparc64.

Approved by:	re (rwatson)
2003-05-30 11:05:08 +00:00
..
alpha Add a comment describing why it's important for the values in this 2003-05-08 13:50:44 +00:00
amd64 Repair PIC mode. It seems I was a bit too excited about the 2003-05-24 17:35:23 +00:00
compat-43 The .Fn function 2003-02-06 11:04:47 +00:00
db Fix a sizeof error in __bt_put: when writing they key and data sizes 2003-05-30 11:05:08 +00:00
gdtoa /strtopx/ s/result/&result/ 2003-04-09 05:58:43 +00:00
gen Add an stub for _rtld_thread_init. This is a part I missed in 2003-05-30 00:58:37 +00:00
gmon Add __amd64__ to the list of things that use HIDENAME() to hide minbrk 2003-04-30 19:29:02 +00:00
i386 Assorted mdoc(7) fixes. 2003-05-22 13:02:28 +00:00
ia64 Revamp of the syscall path, exception and context handling. The 2003-05-16 21:26:42 +00:00
include Back out the `hiding' of strlcpy and strlcat. Several people 2003-05-01 19:03:14 +00:00
locale Assorted mdoc(7) fixes. 2003-05-22 13:02:28 +00:00
net Assorted mdoc(7) fixes. 2003-05-22 13:02:28 +00:00
nls Back out the `hiding' of strlcpy and strlcat. Several people 2003-05-01 19:03:14 +00:00
posix1e mdoc(7) fixes. 2003-05-24 19:53:08 +00:00
powerpc Add a comment describing why it's important for the values in this 2003-05-08 13:50:44 +00:00
quad libc_r wasn't so tied to libc for 22 months. 2002-11-18 09:50:57 +00:00
regex Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). 2003-02-16 17:29:11 +00:00
rpc Don't return -1 and abort if msg.msg_controllen is 0. For 2003-05-29 22:06:06 +00:00
sparc64 Add a comment describing why it's important for the values in this 2003-05-08 13:50:44 +00:00
stdio Assorted mdoc(7) fixes. 2003-05-22 13:02:28 +00:00
stdlib Fix stripping last path component when only one path component left. 2003-05-28 08:23:01 +00:00
stdtime Backout my changes in rev. 1.32 and 1.33. There is some code that depends 2003-04-30 10:25:57 +00:00
string Back out the `hiding' of strlcpy and strlcat. Several people 2003-05-01 19:03:14 +00:00
sys Assorted mdoc(7) fixes. 2003-05-22 13:02:28 +00:00
uuid mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
xdr Fix amd(8) clients, if a FreeBSD mountd(8) server is used. 2003-05-28 09:13:09 +00:00
yp Back out the `hiding' of strlcpy and strlcat. Several people 2003-05-01 19:03:14 +00:00
Makefile Clean up the way gdtoa sources are found. 2003-03-13 18:55:14 +00:00