freebsd-dev/lib/libc
Marcel Moolenaar fae3c3b7eb Rough implement of makecontext() needed to support libthr.
o  Up to 8 arguments are allowed. This is the number of arguments
   passed in registers. Subsequent registers are passed on the stack.
   Trying to deal with this is not easy in C and likely forces us to
   use assembly code. Let's avoid that for now. There's no indication
   that more than 8 arguments is a strong requirement (Linux also has
   an 8 argument limit).
o  We expect that the stack base is 16-byte aligned and the stack
   size is a multiple of 16-byte. We bomb out if this is not the case.
   We probably want to be less strict by enforcing it ourselves. For
   now it's better to not hide gross alignment bogons by silently
   correcting it.
2003-05-31 19:42:51 +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 Rough implement of makecontext() needed to support libthr. 2003-05-31 19:42:51 +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
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
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