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
Commit message (
Expand
)
Author
Age
Files
Lines
*
"Create" ldexpf for non-i386 architectures.
obrien
2005-12-06
1
-0
/
+2
*
Fix markeup.
davidxu
2005-12-06
1
-1
/
+2
*
Fix markup.
davidxu
2005-12-05
1
-5
/
+13
*
Document SIGEV_NONE and SIGEV_SIGNAL.
davidxu
2005-12-05
1
-0
/
+15
*
Fixed the approximation to pio4. pio4_hi must be pio2_hi/2 since it
bde
2005-12-04
1
-1
/
+1
*
For log1pf(), fixed the approximations to sqrt(2), sqrt(2)-1 and
bde
2005-12-04
2
-8
/
+22
*
Merge NetBSD's revision 1.27. This bug can be observed eg. when browsing
stefanf
2005-12-04
1
-12
/
+34
*
Use the usual volatile hack to trick gcc into clipping any extra precision
bde
2005-12-04
1
-1
/
+1
*
Fixed fdlibm[+cygnus] logbf() and logb() on denormals. Adjustment
bde
2005-12-03
2
-8
/
+20
*
Fix prototype.
ru
2005-12-03
1
-1
/
+1
*
Fix type of argument.
ru
2005-12-03
1
-1
/
+1
*
Restored removal of the special handling needed for a result of +-0.
bde
2005-12-03
1
-0
/
+2
*
Break hard sentence break.
ru
2005-12-03
1
-1
/
+2
*
Simplified the fix in rev.1.3. Instead of using long double for
bde
2005-12-03
1
-8
/
+2
*
Fixed rint(x) in the following cases:
bde
2005-12-03
1
-0
/
+9
*
Switch BUILD_ARCH in Makefile to use uname -p suggested by ru.
ambrisko
2005-12-03
3
-6
/
+42
*
Remove implementation-defined, it has already been described in NOTES
davidxu
2005-12-03
1
-5
/
+0
*
Remove implementation-defined sentences.
davidxu
2005-12-03
3
-22
/
+5
*
Fix lots of markup and content bug.
davidxu
2005-12-03
7
-139
/
+201
*
syscall -> system call.
davidxu
2005-12-02
7
-25
/
+25
*
Fixed roundf(). The following cases never worked in FreeBSD:
bde
2005-12-02
3
-18
/
+18
*
Fix markup.
davidxu
2005-12-02
1
-1
/
+4
*
Unbreak build when I fluff the clean-up of __FBSDID diff reduction
ambrisko
2005-12-02
1
-0
/
+2
*
Add support to easily build FreeBSD unpacked in a chroot of another
ambrisko
2005-12-02
2
-0
/
+13
*
Tweak markup for POSIX standards. Minor wordsmithing.
imp
2005-12-01
1
-3
/
+7
*
Document O_NOCTTY and O_SYNC. O_NOCTTY is a nop on freebsd, while on
imp
2005-12-01
1
-0
/
+17
*
Add MLINK for execvP(3).
jhb
2005-12-01
1
-1
/
+1
*
Rearranged the polynomial evaluation to reduce dependencies, as in
bde
2005-11-30
2
-9
/
+13
*
Fixed cosf(x) when x is a "negative" NaNs. I broke this in rev.1.10.
bde
2005-11-30
1
-11
/
+19
*
Fixed the hi+lo approximation to log(2). The normal 17+24 bit decomposition
bde
2005-11-30
1
-4
/
+4
*
Update conformance and history sections.
davidxu
2005-11-30
4
-4
/
+16
*
Symlink mq_send to mq_timedsend.
davidxu
2005-11-30
1
-0
/
+2
*
Add manuals for POSIX message queue.
davidxu
2005-11-30
8
-2
/
+1077
*
Fix misspelling in Poul-Henning Kamp's email address under AUTHORS, from
tmclaugh
2005-11-30
1
-1
/
+1
*
Restore the previous state after a FILL operation in properties_read()
jhb
2005-11-28
1
-8
/
+15
*
Rearranged the polynomial evaluation some more to reduce dependencies.
bde
2005-11-28
1
-8
/
+20
*
Fixed about 50 million errors of infinity ulps and about 3 million errors
bde
2005-11-28
1
-1
/
+1
*
Exploit skew-symmetry to avoid an operation: -sin(x-A) = sin(A-x). This
bde
2005-11-28
2
-4
/
+4
*
Try to use the "proximity" (~) operator consistently in comments
bde
2005-11-28
2
-8
/
+10
*
Changed spelling of the request-to-inline macro name to match the change
bde
2005-11-28
2
-4
/
+6
*
Use only double precision for "kernel" cosf and sinf (except for
bde
2005-11-28
6
-71
/
+44
*
Portability: Remove AC_CHECK_MALLOC from configure.ac.in.
kientzle
2005-11-27
1
-1
/
+0
*
Implement following POSIX message queue interfaces:
davidxu
2005-11-26
2
-1
/
+74
*
Minor cleanups and optimizations:
bde
2005-11-24
1
-11
/
+5
*
Fix prototype.
ru
2005-11-24
1
-1
/
+1
*
Fix prototypes.
ru
2005-11-24
1
-6
/
+6
*
Fix prototypes.
ru
2005-11-24
1
-6
/
+6
*
Fix prototypes.
ru
2005-11-24
1
-5
/
+5
*
Fix prototype.
ru
2005-11-24
1
-1
/
+1
*
Fix prototype.
ru
2005-11-24
1
-1
/
+1
[next]