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
/
ia64
/
gen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix threaded applications on ia64 that are linked dynamicly. We did
marcel
2003-03-05
1
-3
/
+5
*
ABI breaker: Move the J_SIGMASK field in the jmpbuf before
marcel
2003-03-05
1
-2
/
+2
*
Use __FBSDID.
obrien
2003-03-03
14
-20
/
+36
*
ia64 actually uses 80-bit long doubles and must support big and little
mike
2003-02-26
1
-0
/
+9
*
o Implement C99 classification macros isfinite(), isinf(), isnan(),
mike
2003-02-12
1
-0
/
+5
*
Implement fpclassify():
mike
2003-02-08
1
-0
/
+3
*
Implement missing fpgetround() and fpsetround().
marcel
2003-01-11
3
-2
/
+84
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
2
-2
/
+2
*
Sort SRCS.
marcel
2002-11-16
1
-5
/
+4
*
o Fix _longjmp() to return 1 when the return value is given as 0.
marcel
2002-11-14
1
-52
/
+25
*
ia64 ABI breaker:
marcel
2002-11-11
3
-38
/
+6
*
Re-apply the previously backed-out commit that fixes the problem where
archie
2002-10-31
1
-1
/
+1
*
Revert previous commit to unbreak world until we figure out the
archie
2002-09-20
1
-1
/
+1
*
Fix a problem with the definition of HUGE_VAL causing the gcc warning
archie
2002-09-19
1
-1
/
+1
*
Implement _Unwind_FindTableEntry(). This function is part of GCC
marcel
2002-04-13
2
-0
/
+130
*
Fix the style of the SCM ID's.
obrien
2002-03-22
7
-9
/
+21
*
Remove 'register' keyword.
obrien
2002-03-21
2
-3
/
+3
*
Implement fpsetmask() and fpgetmask().
dfr
2001-11-03
3
-1
/
+83
*
Compensate for the way that _setjmp aligns the start of jmp_buf.
dfr
2001-10-26
2
-5
/
+23
*
Implement setjmp, longjmp, sigsetjmp and siglongjmp.
dfr
2001-10-20
3
-104
/
+53
*
Add __divdf3(), __divsf3() and __infinity[].
dfr
2001-10-20
4
-1
/
+296
*
Implement _setjmp()/_longjmp().
dfr
2001-09-04
1
-125
/
+345
*
Removed duplicate VCS ID tags, as per style(9).
ru
2001-08-13
3
-6
/
+0
*
Make this compile. Still need to write/borrow a working setjmp.
dfr
2001-03-06
1
-0
/
+1
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
4
-32
/
+6
*
Return zero from setjmp() and _setjmp() for now.
dfr
2000-10-16
2
-0
/
+5
*
Initial libc port for ia64.
dfr
2000-10-14
17
-0
/
+1840