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
*
Document incorrect handling of multibyte characters due to limitations
tjr
2004-07-28
1
-1
/
+6
*
Set fpu context flags to known values, zero is illegal.
davidxu
2004-07-28
1
-0
/
+2
*
ANSIfy and constify; this now builds with GCC 3.4.
des
2004-07-28
1
-22
/
+19
*
Work around known GCC 3.4.x problem and use ANSI prototype for dremf().
kan
2004-07-28
1
-2
/
+2
*
Downgrade WARNS level for GCC 3.4.2.
kan
2004-07-28
3
-2
/
+3
*
Avoid casts as lvalues.
kan
2004-07-28
1
-2
/
+2
*
Downgrage WARNS level for GCC 3.4.x.
kan
2004-07-28
1
-1
/
+1
*
Remove stale code protected by #ifdef sparc. GCC 3.4.x adds sparc to
kan
2004-07-28
1
-9
/
+0
*
s/round/fpround/ to avoid naming clash with GCC builtin function.
kan
2004-07-28
1
-8
/
+8
*
Add UTF-8-specific implementations of mbsnrtowcs() and wcsnrtombs().
tjr
2004-07-27
1
-0
/
+163
*
Enclose .Fa fn with ``The ... function'' at the beginning of sentences.
charnier
2004-07-26
1
-4
/
+8
*
When writing "pax" format, readers are supposed to ignore fields
kientzle
2004-07-26
5
-25
/
+117
*
Allow "posix" as a synonym for "pax". (The gtar folks chose "posix",
kientzle
2004-07-25
1
-0
/
+1
*
We were forcing a pax extension header for files >= 1G. Set that
kientzle
2004-07-25
1
-1
/
+1
*
Add an nftw(3) link.
tjr
2004-07-25
1
-0
/
+1
*
Minor style nits.
kientzle
2004-07-24
1
-2
/
+2
*
Rework the feature-detection logic in archive_platform.h so that
kientzle
2004-07-24
1
-63
/
+116
*
Define the PACKAGE_NAME and PACKAGE_VERSION macros.
kientzle
2004-07-24
2
-0
/
+6
*
Suppress a minor compiler warning if the platform doesn't support hi-res
kientzle
2004-07-24
1
-0
/
+2
*
Add some functions to query basic facts about the library:
kientzle
2004-07-24
3
-12
/
+66
*
Use "linux" instead of "LINUX" to control Linux-specific code.
kientzle
2004-07-24
3
-8
/
+18
*
Fix the handling of signed values when parsing base-256 header values.
kientzle
2004-07-24
1
-32
/
+68
*
Remove unused variable.
das
2004-07-23
1
-9
/
+1
*
Return the correct value when dst == NULL and conversion has stopped after
tjr
2004-07-22
1
-2
/
+2
*
now e.f.f.3.ip6.arpa is delegated, we no longer need to query ip6.int
ume
2004-07-21
2
-7
/
+1
*
Read directly from the stdio buffer using the new __mbsnrtowcs() interface
tjr
2004-07-21
1
-14
/
+38
*
Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are
tjr
2004-07-21
14
-165
/
+317
*
Use __wcsrtombs() and __sfvwrite() to convert and write the wide character
tjr
2004-07-21
1
-8
/
+25
*
Back out previous commit. Even though statfs(2) can take a regular
csjp
2004-07-20
1
-0
/
+4
*
Remove reference to ENOTDIR in the documented errors
csjp
2004-07-20
1
-4
/
+0
*
Call __mbrtowc() and __wcrtomb() directly instead of taking detours
tjr
2004-07-20
3
-3
/
+6
*
Fix printing of long doubles to match the size that
gallatin
2004-07-19
2
-11
/
+8
*
prgregset_t changed type from being a typedef of struct reg to an
marcel
2004-07-19
1
-1
/
+1
*
Enable libpthread build for powerpc
grehan
2004-07-19
1
-1
/
+1
*
PPC MD bits for KSE. Runs test cases OK. Crippled to 1:1 mode for
grehan
2004-07-19
16
-0
/
+1640
*
Add signalcontext, required by KSE.
grehan
2004-07-19
2
-1
/
+104
*
The new program counter should go into the trapframe's srr0 and
grehan
2004-07-19
1
-1
/
+1
*
Update paths to reg*.c and regex2.h. Add a target to build regex.h.
tjr
2004-07-19
1
-1
/
+3
*
Update for removal of cclass.h. Trim some useless targets. Invoke mkh
tjr
2004-07-19
1
-34
/
+6
*
Update for recent changes to struct re_guts. Disable printing the contents
tjr
2004-07-19
1
-38
/
+5
*
Remove unused files.
tjr
2004-07-19
2
-12
/
+0
*
Make FLT_ROUNDS correctly reflect the dynamic rounding mode.
das
2004-07-19
6
-3
/
+80
*
Fix two bugs in the signbit() macro, which was implemented last year:
das
2004-07-19
5
-9
/
+31
*
Replace seven nominally MD implementations of frexp() that are broken
das
2004-07-18
16
-456
/
+65
*
This library is not WARNS=2 clean for -O2 builds, because we include
marcel
2004-07-18
1
-1
/
+1
*
Correct the mess I made by committing from the wrong tree. Most
marcel
2004-07-18
5
-33
/
+33
*
Try to fix ia64 and alpha compiles. I don't have either equipment fired
scottl
2004-07-18
2
-0
/
+14
*
Add missing #includes so that this can compile. Obtained from the i386 version.
scottl
2004-07-18
1
-0
/
+7
*
Remove claim of conformance to IEEE Std. 1003.2. Replace it with a list
tjr
2004-07-18
1
-7
/
+12
*
Remove claim of conformance to IEEE Std. 1003.2. Replace it with a list
tjr
2004-07-18
1
-3
/
+7
[next]