index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
sparc64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing ret instruction to the ptrace() syscall wrapper.
tmm
2002-07-11
1
-0
/
+2
*
Use FBSDID
obrien
2002-06-30
13
-84
/
+32
*
Use __FBSDID.
obrien
2002-06-29
5
-36
/
+9
*
Add frexp(3).
obrien
2002-06-29
2
-2
/
+80
*
Remove unneeded include of machine/emul.h.
jake
2002-06-18
1
-1
/
+0
*
Implement _Qp_sqrt. I've been unable to find a C program that gcc generates
jake
2002-06-04
1
-0
/
+14
*
Generate the normal asm stubs for all sysv system calls. Use these instead
jake
2002-05-23
1
-5
/
+3
*
Use the right byte order for unaligned stores. <blush>.
jake
2002-05-13
1
-1
/
+1
*
Handle alignment fault fixups in libc rather than in the kernel.
jake
2002-05-13
5
-2
/
+120
*
Add a support macro to convert the 5-bit packed register field of
jake
2002-05-11
3
-66
/
+90
*
Use __FBSDID
obrien
2002-05-06
1
-2
/
+3
*
We typically don't add trailing /'s.
obrien
2002-05-06
1
-1
/
+1
*
Add an alternate signal trampoline to libc; add a wrapper for the sigtramp
jake
2002-04-29
4
-2
/
+96
*
Add code to emulate arithmetic, comparison and conversion operations
jake
2002-04-28
2
-1
/
+136
*
Emulate ldq and stq (load/store long double) instructions. GCC has started
jake
2002-04-27
12
-106
/
+252
*
Rename some fields in struct frame to be compatible with NetBSD/OpenBSD,
jake
2002-04-09
1
-1
/
+1
*
htonl() and ntohl() operate on unsinged types, so they must zero-extend,
tmm
2002-04-06
2
-2
/
+2
*
Fix the style of the SCM ID's.
obrien
2002-03-22
4
-7
/
+6
*
Fix the style of the SCM ID's.
obrien
2002-03-22
12
-29
/
+42
*
SCM ID tweak.
obrien
2002-03-22
2
-2
/
+0
*
Remove __P() usage.
obrien
2002-03-21
2
-24
/
+24
*
Remove 'register' keyword.
obrien
2002-03-21
10
-69
/
+69
*
Fix some bugs that would prevent %fsr to be set correctly, and add
tmm
2002-03-11
4
-8
/
+25
*
Account for <machine/fsr.h> no longer being usable for assembler code.
tmm
2002-03-11
2
-2
/
+6
*
Fix __dtoul to work on sparc64 (it used a half-way v8 stack layout),
tmm
2002-03-11
1
-13
/
+13
*
Save/restore the %y register around calls to the C user trap handler;
tmm
2002-03-11
1
-0
/
+4
*
Add fpsetmask(). Needed to build miniperl.
jake
2002-03-05
2
-2
/
+29
*
Fix a bug where siglongjmp would clobber the argument to return from
jake
2002-03-05
1
-2
/
+2
*
Connect the sparc64 userland fp emulator to the build.
tmm
2002-03-05
1
-0
/
+2
*
Add userland floating point emulator code for sparc64. This is a port
tmm
2002-02-23
17
-1
/
+3520
*
Fix wrong offsets. Add offsets for %fsr and %tstate.
jake
2002-02-23
1
-6
/
+11
*
Add space for %fsr and %tstate to utrapframe. Save them in the generic
jake
2002-02-23
2
-1
/
+14
*
o Move NTOHL() and associated macros into <sys/param.h>. These are
mike
2002-02-18
4
-8
/
+16
*
Connect user trap code to the build.
jake
2002-01-01
1
-0
/
+3
*
Add libc side of user trap handling.
jake
2002-01-01
7
-0
/
+423
*
Make sure curbrk is well aligned.
jake
2001-12-29
1
-0
/
+1
*
Use jmpbuf offsets, not ucontext_t.
jake
2001-12-29
1
-3
/
+2
*
Add .register directives for gcc3.
jake
2001-12-29
1
-13
/
+42
*
__infinity is not const.
jake
2001-12-29
1
-1
/
+1
*
Add jmpbuf offsets. Remove ucontext offsets.
jake
2001-12-29
1
-9
/
+8
*
Add .register directives for gcc3.
jake
2001-12-29
1
-6
/
+11
*
Include utrap.h for soft trap types.
jake
2001-12-29
1
-1
/
+1
*
Actually build new files.
jake
2001-11-19
1
-1
/
+2
*
Need .type and .size here too.
jake
2001-11-18
7
-4
/
+15
*
Add more libc stuff.
jake
2001-11-18
11
-0
/
+843
*
Catch up to jmpbuf changes. Define offsets used from assmebly language
jake
2001-11-18
2
-24
/
+39
*
Remove fork and vfork wrappers. The kernel does the right thing.
jake
2001-11-18
3
-127
/
+1
*
Add .type and .size pseudo-ops to system call macros so that dynamic binaries
jake
2001-11-18
1
-7
/
+15
*
Minimal libc for sparc64.
jake
2001-10-26
19
-0
/
+874