David E. O'Brien
|
333fc21e3c
|
Fix the style of the SCM ID's.
I believe have made all of libc .c's as consistent as possible.
|
2002-03-22 21:53:29 +00:00 |
|
David E. O'Brien
|
8fb3f3f682
|
Remove 'register' keyword.
|
2002-03-21 18:49:23 +00:00 |
|
Thomas Moestl
|
61de6bb54c
|
Account for <machine/fsr.h> no longer being usable for assembler code.
|
2002-03-11 03:13:02 +00:00 |
|
Thomas Moestl
|
57f31f4714
|
Fix __dtoul to work on sparc64 (it used a half-way v8 stack layout),
and make it PIC-aware.
|
2002-03-11 03:10:55 +00:00 |
|
Jake Burkholder
|
3ff2c61db8
|
Add fpsetmask(). Needed to build miniperl.
Obtained from: netbsd
|
2002-03-05 04:03:57 +00:00 |
|
Jake Burkholder
|
f496405572
|
Fix a bug where siglongjmp would clobber the argument to return from
sigsetjmp. It would return the value of the signal flag, instead.
Pointy hat to: jake
|
2002-03-05 04:02:04 +00:00 |
|
Jake Burkholder
|
c0c4d2cf25
|
Use jmpbuf offsets, not ucontext_t.
|
2001-12-29 06:40:35 +00:00 |
|
Jake Burkholder
|
cd4f8a8c2c
|
Add .register directives for gcc3.
Adapt to jmpbuf no longer being a ucontext_t.
Restore the context "by hand" in longjmp and call sigprocmask, instead
of just using sigreturn.
|
2001-12-29 06:39:53 +00:00 |
|
Jake Burkholder
|
c5a29982d3
|
__infinity is not const.
|
2001-12-29 06:38:31 +00:00 |
|
Jake Burkholder
|
c1682cb423
|
Add jmpbuf offsets. Remove ucontext offsets.
|
2001-12-29 06:38:06 +00:00 |
|
Jake Burkholder
|
5b3fb165d9
|
Add .register directives for gcc3.
Adapt to jmpbuf no longer being a ucontext_t.
Call abort if longjmperror returns.
|
2001-12-29 06:37:33 +00:00 |
|
Jake Burkholder
|
125ccd2e6d
|
Actually build new files.
Forgotten by: jake
|
2001-11-19 00:19:49 +00:00 |
|
Jake Burkholder
|
84a23d72a0
|
Add more libc stuff.
Obtained from: netbsd
|
2001-11-18 04:40:30 +00:00 |
|
Jake Burkholder
|
c8efb16966
|
Catch up to jmpbuf changes. Define offsets used from assmebly language
in another file so that it is easy to see what they are and keep them in
sync with the headers (grafted from the kernel generated assym.s).
|
2001-11-18 04:35:09 +00:00 |
|
Jake Burkholder
|
e74ea2d01a
|
Minimal libc for sparc64.
Reviewed by: obrien
|
2001-10-26 05:40:07 +00:00 |
|