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
*
Add cpuset, an api for thread to cpu binding and cpu resource grouping
jeff
2008-03-02
1
-0
/
+15
*
Translate the r_info field of ELF relocation records when converting
jkoshy
2008-03-02
2
-4
/
+23
*
Hook up sqrtl() to the build.
das
2008-03-02
5
-13
/
+24
*
MD implementations of sqrtl().
das
2008-03-02
2
-0
/
+76
*
MI implementation of sqrtl(). This is very slow and should
das
2008-03-02
3
-4
/
+168
*
Use the easily-greppable copyright notice template from
philip
2008-02-29
7
-119
/
+119
*
Fix and improve some magic numbers for the "medium size" case.
bde
2008-02-28
2
-4
/
+4
*
Replace the use of warnx() with direct output to stderr using _write().
scf
2008-02-28
1
-12
/
+36
*
Add <limits.h> for SHRT_MAX.
jhb
2008-02-27
3
-0
/
+3
*
File descriptors are an int, but our stdio FILE object uses a short to hold
jhb
2008-02-27
3
-0
/
+39
*
Spelling correction, thanks to Joerg Sonnenberger.
kientzle
2008-02-27
1
-1
/
+1
*
Optimize skipping over Zip entries.
kientzle
2008-02-27
1
-14
/
+5
*
stdio is currently limited to file descriptors not greater than
wollman
2008-02-27
1
-1
/
+19
*
Added the "restrict" type-qualifier to the readlink() prototype.
ru
2008-02-26
1
-2
/
+2
*
Rename the archive_endian.h functions to avoid name clashes
kientzle
2008-02-26
2
-39
/
+41
*
Inline __ieee754__rem_pio2f(). On amd64 (A64) and i386 (A64), this
bde
2008-02-25
4
-0
/
+15
*
Use a temporary array instead of the arg array y[] for calling
bde
2008-02-25
2
-8
/
+8
*
Change __ieee754_rem_pio2f() to return double instead of float so that
bde
2008-02-25
5
-27
/
+24
*
Add missing words.
brueffer
2008-02-25
1
-2
/
+2
*
Fix some off-by-1 errors.
bde
2008-02-25
3
-6
/
+11
*
Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPC
raj
2008-02-24
7
-0
/
+17
*
Optimize the 9pi/2 < |x| <= 2**19pi/2 case some more by avoiding an
bde
2008-02-23
2
-11
/
+8
*
Avoid using FP-to-integer conversion for !(amd64 || i386) too. Use the
bde
2008-02-22
2
-6
/
+4
*
Remove the "quick check no cancellation" optimization for
bde
2008-02-22
1
-12
/
+1
*
Optimize the 9pi/2 < |x| <= 2**19pi/2 case on amd64 and i386 by avoiding
bde
2008-02-22
2
-0
/
+18
*
Add an irint() function in inline asm for amd64 and i386. irint() is
bde
2008-02-22
1
-0
/
+30
*
Optimize the conversion to bits a little (by about 11 cycles or 16%
bde
2008-02-22
1
-5
/
+13
*
Optimize the fixup for +-0 by using better classification for this case
bde
2008-02-22
1
-2
/
+4
*
Fix rintl() on signaling NaNs and unsupported formats.
bde
2008-02-22
1
-5
/
+3
*
s/rcsid/__FBSDID/
das
2008-02-22
79
-241
/
+158
*
Remove an unused variable.
das
2008-02-22
3
-3
/
+3
*
Eliminate some warnings.
das
2008-02-22
3
-9
/
+3
*
Note, as required by our agreement with IEEE/The Open Group, that the message
philip
2008-02-21
7
-0
/
+140
*
Sanity-check the block size.
kientzle
2008-02-21
1
-0
/
+19
*
Merge cosmetic changes from e_rem_pio2.c 1.10 (convert to __FBSDID();
bde
2008-02-19
1
-6
/
+4
*
Optimize for 3pi/4 <= |x| <= 9pi/4 in much the same way as for
bde
2008-02-19
1
-18
/
+56
*
Rearrange the polynomial evaluation for better parallelism. This
bde
2008-02-19
2
-9
/
+9
*
Include O_BINARY in open() calls on platforms that support it.
kientzle
2008-02-19
2
-3
/
+13
*
Another tiny, tiny step towards Windows support. No, I don't plan to
kientzle
2008-02-19
1
-1
/
+4
*
Someday I might forgive the standards bodies for omitting timegm().
kientzle
2008-02-19
1
-5
/
+9
*
Simplify file type setting.
kientzle
2008-02-19
1
-4
/
+2
*
The test_assert() function that backs my custom assert() macro
kientzle
2008-02-19
2
-9
/
+12
*
Portability: Since the values are fixed and the symbolic names
kientzle
2008-02-19
1
-3
/
+3
*
Portability: Include O_BINARY if the local platform defines it.
kientzle
2008-02-19
1
-1
/
+5
*
Correct a compile error when libbz2/zlib are unavailable.
kientzle
2008-02-19
2
-2
/
+2
*
Mark a few additional functions that are/are not available on FreeBSD.
kientzle
2008-02-19
1
-0
/
+7
*
Portability improvements:
kientzle
2008-02-19
1
-23
/
+66
*
Document return values better.
das
2008-02-18
1
-3
/
+34
*
Add tgammaf() as a simple wrapper around tgamma().
das
2008-02-18
5
-9
/
+63
*
2 long double constants were missing L suffixes. This helped break tanl()
bde
2008-02-18
1
-2
/
+2
[next]