NetBSD/lib/libc
pooka 65ec9d356d Don't clobber callee save registers r12 & r13 in swapcontext. They
were saved in the stack, but the subsequent swapcontext would return
to the earlier stack frame and never restore them.  Fixes puffs
with default compiler flags on amd64.

Thanks to Mihai Chelaru for providing access to an amd64 machine
for debugging this problem.
2007-04-12 12:33:26 +00:00
..
arch Don't clobber callee save registers r12 & r13 in swapcontext. They 2007-04-12 12:33:26 +00:00
citrus add new encoding support to iconv(3): 2007-04-01 18:52:28 +00:00
compat Remove support for NetBSD/{,evb}sh5. 2007-04-08 09:35:21 +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 cleanup: 2007-02-03 23:46:09 +00:00
dlfcn
gdtoa Remove support for NetBSD/{,evb}sh5. 2007-04-08 09:35:21 +00:00
gen Fix a bug that humanize_number() produces "1000" where it should be "1.0G" 2007-03-13 02:52:10 +00:00
gmon fix incomplete initializers 2006-10-15 16:14:46 +00:00
hash More cleanup after sha2.h and rmd160.h moved house 2006-10-28 13:05:42 +00:00
iconv do the namespace protection properly; fixes the lint-library. 2006-11-03 20:16:28 +00:00
include Resolve conflicts. 2007-03-30 20:23:03 +00:00
inet Resolve conflicts. 2007-03-30 20:23:03 +00:00
isc Resolve conflicts. 2007-03-30 20:23:03 +00:00
locale Coverity CID/4454: Avoid double fclose. 2007-04-04 21:54:45 +00:00
md Use reach-over sources from common/lib/libc 2005-12-20 19:31:47 +00:00
nameser Resolve conflicts. 2007-03-30 20:23:03 +00:00
net Resolve conflicts. 2007-03-30 20:23:03 +00:00
nls Changed error message of ENOPROTOOPT to "Protocol option not available". 2006-10-31 00:38:06 +00:00
quad Use reach-over sources from common/lib/libc 2005-12-20 19:31:47 +00:00
regex Rearrange headers for better portability. 2007-02-09 23:44:18 +00:00
resolv Re-add missing file (removed by cvs import because it was added manually by 2007-03-30 20:40:52 +00:00
rpc switch from kqueue() back to pollts() so that signals will be unblocked 2007-02-19 18:37:14 +00:00
softfloat fix spelling of accommodate; from Zapher. 2006-11-24 19:46:58 +00:00
stdio bring in FreeBSD's vfscanf() to gain multi-byte/collation support. 2007-04-01 19:23:55 +00:00
stdlib Use IEC 60027-2 prefixes for 2^n based prefixes. 2007-04-12 06:50:39 +00:00
string Bump date for previous. 2007-02-18 00:46:47 +00:00
sys Correct the struct name for PT_LWPINFO 2007-03-12 12:50:42 +00:00
termios
thread-stub WARNS=4 2005-11-29 03:11:58 +00:00
time Restore i18n wrapping removed in previous. 2006-12-04 17:24:40 +00:00
uuid spell precede; from Zafer 2006-11-25 16:48:31 +00:00
yp use FD_CLOEXEC instead of 1. 2006-11-03 20:18:49 +00:00
Makefile revert to rev1.127 for iconv(3). 2007-03-19 12:27:22 +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: _lwp_kill, _lwp_detach, _lwp_park, _lwp_unpark, _lwp_unpark_all, 2007-01-16 07:07:45 +00:00