1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/lib/libc
Thomas Moestl e506034ec1 Rewrite longjmp() and _longjmp() to directly restore the saved frame,
instead of unwinding the call stack. This makes them usable to switch
stacks, e.g. for libc_r.
Do not save the frame pointer in setjmp() and _setjmp(), it is not needed
any more.
Rename _longjmp() to ___longjmp(), with a weak alias to _longjmp(), like
the other architectures did.
2003-01-05 22:17:32 +00:00
..
alpha libc_r wasn't so tied to libc for 22 months. 2002-11-18 09:50:57 +00:00
amd64 libc_r wasn't so tied to libc for 22 months. 2002-11-18 09:50:57 +00:00
compat-43 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
db Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
gen Fix a number of bugs noticed by more extensive testing: 2003-01-04 06:07:44 +00:00
gmon mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
i386 Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
ia64 Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
include Argh, change declaration of two-dimensional array so that it actually 2002-11-13 21:55:22 +00:00
locale Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
net Use in_addr_t for the right size of an IPv4 address, and copy into 2003-01-05 14:05:24 +00:00
nls libc_r wasn't so tied to libc for 22 months. 2002-11-18 09:50:57 +00:00
posix1e Remove BUGS section indicating that these calls are unimplemented. 2002-12-29 20:52:42 +00:00
powerpc Minimal libc for PowerPC. 2002-12-04 07:25:14 +00:00
quad libc_r wasn't so tied to libc for 22 months. 2002-11-18 09:50:57 +00:00
regex mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
rpc Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
sparc64 Rewrite longjmp() and _longjmp() to directly restore the saved frame, 2003-01-05 22:17:32 +00:00
stdio #include "local.h" to make __svfscanf()'s prototype visible. 2003-01-03 23:27:27 +00:00
stdlib No need to include <assert.h> here. 2003-01-05 02:43:18 +00:00
stdtime strptime(), like strftime(), does not handle multibyte characters 2003-01-04 09:50:04 +00:00
string Optimize errstr() by reducing the number of times it walks a string. 2003-01-03 16:44:42 +00:00
sys Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
uuid mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
xdr mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
yp libc_r wasn't so tied to libc for 22 months. 2002-11-18 09:50:57 +00:00
Makefile libc_r wasn't so tied to libc for 22 months. 2002-11-18 09:50:57 +00:00