summaryrefslogtreecommitdiffstats
path: root/lib/libc/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Install the userland signal trampoline when sigaction is first called,jake2002-09-032-1/+50
* Use FOO(a) for macros with variadic args, instead of FOO(a,) or FOO(a, ).jake2002-09-021-3/+3
* Add missing ret instruction to the ptrace() syscall wrapper.tmm2002-07-111-0/+2
* Use FBSDIDobrien2002-06-3013-84/+32
* Use __FBSDID.obrien2002-06-295-36/+9
* Add frexp(3).obrien2002-06-292-2/+80
* Remove unneeded include of machine/emul.h.jake2002-06-181-1/+0
* Implement _Qp_sqrt. I've been unable to find a C program that gcc generatesjake2002-06-041-0/+14
* Generate the normal asm stubs for all sysv system calls. Use these insteadjake2002-05-231-5/+3
* Use the right byte order for unaligned stores. <blush>.jake2002-05-131-1/+1
* Handle alignment fault fixups in libc rather than in the kernel.jake2002-05-135-2/+120
* Add a support macro to convert the 5-bit packed register field ofjake2002-05-113-66/+90
* Use __FBSDIDobrien2002-05-061-2/+3
* We typically don't add trailing /'s.obrien2002-05-061-1/+1
* Add an alternate signal trampoline to libc; add a wrapper for the sigtrampjake2002-04-294-2/+96
* Add code to emulate arithmetic, comparison and conversion operationsjake2002-04-282-1/+136
* Emulate ldq and stq (load/store long double) instructions. GCC has startedjake2002-04-2712-106/+252
* Rename some fields in struct frame to be compatible with NetBSD/OpenBSD,jake2002-04-091-1/+1
* htonl() and ntohl() operate on unsinged types, so they must zero-extend,tmm2002-04-062-2/+2
* Fix the style of the SCM ID's.obrien2002-03-224-7/+6
* Fix the style of the SCM ID's.obrien2002-03-2212-29/+42
* SCM ID tweak.obrien2002-03-222-2/+0
* Remove __P() usage.obrien2002-03-212-24/+24
* Remove 'register' keyword.obrien2002-03-2110-69/+69
* Fix some bugs that would prevent %fsr to be set correctly, and addtmm2002-03-114-8/+25
* Account for <machine/fsr.h> no longer being usable for assembler code.tmm2002-03-112-2/+6
* Fix __dtoul to work on sparc64 (it used a half-way v8 stack layout),tmm2002-03-111-13/+13
* Save/restore the %y register around calls to the C user trap handler;tmm2002-03-111-0/+4
* Add fpsetmask(). Needed to build miniperl.jake2002-03-052-2/+29
* Fix a bug where siglongjmp would clobber the argument to return fromjake2002-03-051-2/+2
* Connect the sparc64 userland fp emulator to the build.tmm2002-03-051-0/+2
* Add userland floating point emulator code for sparc64. This is a porttmm2002-02-2317-1/+3520
* Fix wrong offsets. Add offsets for %fsr and %tstate.jake2002-02-231-6/+11
* Add space for %fsr and %tstate to utrapframe. Save them in the genericjake2002-02-232-1/+14
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-184-8/+16
* Connect user trap code to the build.jake2002-01-011-0/+3
* Add libc side of user trap handling.jake2002-01-017-0/+423
* Make sure curbrk is well aligned.jake2001-12-291-0/+1
* Use jmpbuf offsets, not ucontext_t.jake2001-12-291-3/+2
* Add .register directives for gcc3.jake2001-12-291-13/+42
* __infinity is not const.jake2001-12-291-1/+1
* Add jmpbuf offsets. Remove ucontext offsets.jake2001-12-291-9/+8
* Add .register directives for gcc3.jake2001-12-291-6/+11
* Include utrap.h for soft trap types.jake2001-12-291-1/+1
* Actually build new files.jake2001-11-191-1/+2
* Need .type and .size here too.jake2001-11-187-4/+15
* Add more libc stuff.jake2001-11-1811-0/+843
* Catch up to jmpbuf changes. Define offsets used from assmebly languagejake2001-11-182-24/+39
* Remove fork and vfork wrappers. The kernel does the right thing.jake2001-11-183-127/+1
* Add .type and .size pseudo-ops to system call macros so that dynamic binariesjake2001-11-181-7/+15
OpenPOWER on IntegriCloud