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
Commit message (
Expand
)
Author
Age
Files
Lines
*
This commit adds profiling support for powerpc64. Now we can do application
andreast
2012-01-20
1
-1
/
+1
*
Conditionalize the __floatunsisf and __floatunsidf functions, added in
das
2012-01-20
1
-0
/
+4
*
Don't inline fenv.h functions on arm for now. Inlining makes sense:
das
2012-01-20
1
-0
/
+2
*
Merge in the latest SoftFloat changes from NetBSD. (NetBSD isn't the
das
2012-01-20
19
-16
/
+555
*
Insert read memory barriers.
davidxu
2012-01-16
2
-1
/
+2
*
Computations on NaNs are supposed to return one of the input NaNs unchanged.
das
2012-01-16
2
-4
/
+3
*
Implement FLT_ROUNDS for arm. Some (all?) arm FPUs lack support for
das
2012-01-16
2
-1
/
+64
*
Remove functions from softfloat's Symbol.map that don't need to be exported.
das
2012-01-16
2
-20
/
+14
*
Convert softfloat to use the standard exception flag and rounding macros
das
2012-01-16
5
-34
/
+34
*
Correct some bugs that resulted from arm/_fpmath.h being blindly copied
das
2012-01-16
1
-1
/
+2
*
Make man page wording more clear:
eadler
2012-01-15
1
-1
/
+1
*
Remove wtmpcvt(1).
ed
2012-01-13
1
-1
/
+0
*
Revert unintentional commit of changes to getnetgrent.c.
ghelmer
2012-01-10
1
-28
/
+13
*
Add pidfile_fileno() to obtain the file descriptor for an open
ghelmer
2012-01-10
1
-13
/
+28
*
Add aligned_alloc(3).
ed
2012-01-09
4
-9
/
+55
*
Properly sort functions by name.
ed
2012-01-08
1
-3
/
+3
*
Two other places where we can use WEAK_ALIAS.
andreast
2012-01-08
2
-6
/
+2
*
Implement fdlopen(3), an rtld interface to load shared object by file
kib
2012-01-07
4
-3
/
+47
*
Handle the internal scope address representation of the KAME IPv6
ume
2012-01-07
1
-1
/
+2
*
Use the macro WEAK_ALIAS. Tested on 32 and 64-bit.
andreast
2012-01-06
2
-20
/
+10
*
Change index() and rindex() to a weak alias.
ed
2012-01-05
6
-6
/
+6
*
Document the fact that chroot(2) is no longer part of POSIX since SUSv3
delphij
2012-01-04
1
-1
/
+19
*
Replace index() and rindex() calls with strchr() and strrchr().
ed
2012-01-03
5
-7
/
+7
*
Merge index() and strchr() together.
ed
2012-01-03
15
-279
/
+128
*
Add some additional const poison after r228972. The 'mapping' array in
dim
2011-12-30
1
-1
/
+2
*
libc: Eliminate some relative relocations in file flags table.
jilles
2011-12-29
1
-23
/
+23
*
Fix manual section for acl_get(3) and mac_get(3) family functions.
pluknet
2011-12-29
1
-14
/
+14
*
libc: Eliminate some relative relocations in getusershell().
jilles
2011-12-27
1
-8
/
+7
*
libc: Eliminate some relative relocations in setlocale().
jilles
2011-12-27
1
-1
/
+1
*
Update rtprio(2) manual page to reflect the latest changes in -CURRENT as
delphij
2011-12-27
2
-17
/
+82
*
Add missing opening and closing brackets in getopt_long.3 and getsubopt.3
gjb
2011-12-26
2
-3
/
+6
*
Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]
cperciva
2011-12-23
6
-3
/
+81
*
Handle malloc failures in yplib.c.
ghelmer
2011-12-23
1
-0
/
+46
*
Handle failures to malloc memory to hold key or val copies.
ghelmer
2011-12-23
1
-0
/
+11
*
- Fix style(9) bugs in glob.c
eadler
2011-12-20
1
-35
/
+35
*
- Add restrict keyword to glob(3)
eadler
2011-12-20
2
-3
/
+4
*
Address warnings found by clang.
tuexen
2011-12-17
1
-36
/
+28
*
A major overhaul of the CARP implementation. The ip_carp.c was started
glebius
2011-12-16
1
-1
/
+1
*
Since clang does not support the tls_model attribute used in malloc.c
dim
2011-12-15
1
-2
/
+10
*
In lib/libc/rpc/crypt_client.c, fix a clang warning about an implicit
dim
2011-12-15
1
-2
/
+2
*
Remove meaningless self-assignment in res_send.c, otherwise clang will
dim
2011-12-15
1
-2
/
+0
*
Fix a bug where sctp_sendmdg() uses uninitialized memory.
tuexen
2011-12-15
1
-0
/
+1
*
Small style(9) improvements.
theraven
2011-12-15
1
-2
/
+4
*
Clean up includes; the prototype for getosreldate() has moved to
ru
2011-12-14
1
-4
/
+3
*
Some fixes to the man pages for [at_]quick_exit(3)
theraven
2011-12-07
2
-12
/
+17
*
style(9) cleanups.
theraven
2011-12-07
1
-10
/
+7
*
Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add a
theraven
2011-12-07
7
-3
/
+204
*
The NOTE_COPY should have been named NOTE_FFCOPY from the very
ru
2011-12-07
1
-2
/
+2
*
libc: Eliminate 13 relative relocations in wctype().
jilles
2011-12-05
1
-26
/
+45
*
Revert r227812 and r227808 per discussion
eadler
2011-12-02
4
-30
/
+18
[next]