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
*
citrus: Avoid invalid code points.
pfg
2014-04-29
1
-0
/
+8
*
Set the new floating point exception mask correctly
andrew
2014-04-28
1
-1
/
+1
*
libc/stdio: Fail fdopen() on an execute-only fd.
jilles
2014-04-21
2
-3
/
+5
*
Rename the fp{get,set}* files so they no longer conflict with the softfloat
andrew
2014-04-21
7
-2
/
+2
*
Add the deprecated fp{get,set}* functions, a few ports use them.
andrew
2014-04-20
7
-0
/
+304
*
Correct sorting.
brueffer
2014-04-15
1
-1
/
+1
*
Mention Capsicum.
brueffer
2014-04-15
1
-1
/
+7
*
realpath(): Properly fail "." or ".." components after non-directories.
jilles
2014-04-13
1
-20
/
+6
*
Fix table alignment. EVFILT_PROCDESC is longer than the existing filters.
ed
2014-04-07
1
-1
/
+1
*
Implement kqueue(2) for procdesc(4).
ed
2014-04-07
2
-2
/
+27
*
Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.
kevlo
2014-04-07
1
-0
/
+5
*
Move definitions out of rpc_com so that the linker doesn't complain about
theraven
2014-04-06
2
-2
/
+5
*
Accept RFC 2292 option values so that RFC 2292 compliant programs that
marcel
2014-04-05
1
-6
/
+18
*
The getlogin_basic() function can return a 0 status with a NULL
marcel
2014-04-05
1
-3
/
+8
*
Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.
imp
2014-04-05
9
-9
/
+9
*
Silence a warning with GCC that was breaking the build with Juniper's GCC.
theraven
2014-04-05
3
-4
/
+7
*
Correct return type of pdfork(2).
ed
2014-04-04
1
-2
/
+2
*
Fix the inheritance of the FBSDprivate_1.0 namespace.
theraven
2014-04-03
1
-1
/
+1
*
Move _b functions into the 11.x symbol version namespace.
theraven
2014-04-03
3
-5
/
+16
*
Add an extra void* cast to work around a bug in FreeBSD-gcc inherited
theraven
2014-04-03
1
-1
/
+1
*
Move scandir_b to a later symbol version.
theraven
2014-04-02
1
-1
/
+1
*
Add support for some block functions that come from OS X. These are
theraven
2014-04-02
17
-30
/
+390
*
Fix an issue where the locale and rune locale could become out of sync,
theraven
2014-04-02
2
-9
/
+9
*
- In the libiconv module for ISO 2022 restore the original order of the
tijl
2014-04-01
13
-28
/
+25
*
Use the correct variable name in the example code.
eadler
2014-03-30
1
-1
/
+1
*
Update system man pages for s/capability.h/capsicum.h/.
rwatson
2014-03-27
7
-14
/
+15
*
Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.
andrew
2014-03-23
2
-3
/
+6
*
Implement __flt_rounds for ARMv6 hard-float. The fpscr register stores the
andrew
2014-03-22
1
-10
/
+14
*
Remove an extra 1 in an #if line
andrew
2014-03-16
1
-1
/
+1
*
Fix the spelling of function.
andrew
2014-03-16
2
-2
/
+2
*
Add an optimised version of the float and double helper functions. These
andrew
2014-03-16
6
-124
/
+537
*
Update most userspace consumers of capability.h to use capsicum.h instead.
rwatson
2014-03-16
1
-1
/
+1
*
To avoid missing a chance to cancel thread, call _pthread_testcancel at the
davidxu
2014-03-13
1
-0
/
+1
*
Make ether_line really report an error when all input is invalid.
jmmv
2014-03-12
1
-5
/
+7
*
Export _libc_arm_fpu_present as a private symbol to be used by other
andrew
2014-03-11
1
-0
/
+2
*
libc man pages: Remove reference to non-existent FreeBSD Security
eadler
2014-03-07
3
-8
/
+0
*
fts: Don't abort if an empty pathname is given.
jilles
2014-03-06
1
-5
/
+1
*
Let __bt_put() accept the R_SETCURSOR flag, as stated in the dbopen(3) manpage.
jlh
2014-03-06
1
-1
/
+2
*
Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}
marcel
2014-03-04
46
-138
/
+142
*
Merge from head up to r262611.
dim
2014-02-28
1
-1
/
+1
|
\
|
*
syncer(4) is a kernel process, not a user process
bjk
2014-02-27
1
-1
/
+1
*
|
Merge from head up to r262472.
dim
2014-02-25
2
-5
/
+4
|
\
\
|
|
/
|
*
Consistently pass around context information using a simple pointer. This
tijl
2014-02-24
2
-5
/
+4
*
|
Merge from head up to r262311.
dim
2014-02-21
1
-3
/
+3
|
\
\
|
|
/
|
*
Match the correct variable to the variable description.
brueffer
2014-02-21
1
-3
/
+3
*
|
In lib/libc/sparc64/sys/__sparc_utrap_setup.c, avoid an error about
dim
2014-02-20
1
-1
/
+1
|
/
*
document _JAIL as a possible option to set a cpuset for a jail..
jmg
2014-02-15
1
-1
/
+2
*
Set errno on inet_ntop(3) failure.
kevlo
2014-02-07
1
-2
/
+4
*
fts: Fix double-free with conflicting concurrent modifications.
jilles
2014-02-07
1
-4
/
+8
*
libc/net: fix a portability issue
eadler
2014-02-05
1
-1
/
+1
[next]