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
*
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
*
libc/net: Fix some issues in inet6_opt_init() (from RFC 3542):
eadler
2014-02-04
1
-4
/
+1
*
Fix a typo.
brueffer
2014-02-03
1
-1
/
+1
*
The posix_madvise(3) and posix_fadvise(2) should return error on
kib
2014-01-30
4
-8
/
+20
*
mdoc: fix several uses of the Fx macro to point to actual releases.
uqs
2014-01-28
5
-5
/
+5
*
Add MLINK for fdclosedir.3 to directory.3 and sort fdopendir(3) entry.
bdrewery
2014-01-24
1
-1
/
+2
*
The posix_fallocate(2) syscall should return error number on error,
kib
2014-01-23
1
-2
/
+2
*
Update EINVAL description.
pluknet
2014-01-23
1
-2
/
+2
*
Update jemalloc to version 3.5.0.
jasone
2014-01-23
3
-13
/
+31
*
Add a new flag to /etc/ttys: onifconsole. This is equivalent to "on" if the
nwhitehorn
2014-01-20
1
-0
/
+35
*
Replace LIBGCC by LIBCOMPILER_RT.
ed
2014-01-18
1
-3
/
+3
*
libc/resolv: Use poll() instead of kqueue().
jilles
2014-01-14
2
-3
/
+3
*
ANSI-fy prototype.
delphij
2014-01-14
1
-3
/
+1
*
fts(3): Remove stray mentions of the obsolete fts_bignum.
jilles
2014-01-12
1
-9
/
+1
*
fts: Stat things relative to the directory fd, if possible.
jilles
2014-01-12
1
-12
/
+19
*
Add some missing .Nm for newer syscalls in existing man pages.
jilles
2014-01-11
3
-3
/
+6
*
Fix several bugs in sctp_bindx():
tuexen
2014-01-04
1
-9
/
+18
[next]