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
*
Replace nslexer.l->nslexer.c custom rule with a -D CFLAG.
bdrewery
2016-01-27
1
-8
/
+3
*
nslexer.c does not depend on nsparser.h.
bdrewery
2016-01-27
1
-1
/
+1
*
Remove excess whitespace
bdrewery
2016-01-27
1
-1
/
+1
*
Restore flushing of output for revoke(2) again. Document revoke()'s
kib
2016-01-26
1
-2
/
+6
*
Replace .CURDIR with SRCTOP to respect LIBC_SRCTOP feature.
bdrewery
2016-01-25
1
-5
/
+5
*
sctp_sendx() needs to provide the assoc_id back.
tuexen
2016-01-24
1
-2
/
+7
*
Fix bug in the readpassphrase(3) function, which can be exposed
sobomax
2016-01-24
1
-8
/
+16
*
sctp_sendv() needs to fill in the association id on return.
tuexen
2016-01-24
1
-0
/
+7
*
Add a standards compliance note for strtok_r as suggested by cpercival.
wblock
2016-01-22
1
-1
/
+6
*
sem: Don't free nameinfo that is still in list when open() fails.
jilles
2016-01-22
1
-1
/
+3
*
Replace the last non-optional use of sbrk() in the tree with mmap().
brooks
2016-01-21
1
-11
/
+4
*
Fix the implementations of PSEUDO_NOERROR and PSEUDO.
brooks
2016-01-21
1
-7
/
+21
*
Add .NOMETA missed in r291320.
bdrewery
2016-01-20
1
-1
/
+1
*
mdoc: sort Xr
joel
2016-01-18
1
-1
/
+1
*
Fix compilation on MIPS (typo introduced in r294227).
br
2016-01-18
1
-1
/
+1
*
utimensat(2): Correct description of [EINVAL] error.
jilles
2016-01-17
1
-3
/
+6
*
Bring in initial libc and libstand support for RISC-V.
br
2016-01-17
28
-11
/
+1399
*
Remove an unneeded assignment of the return value.
ed
2016-01-14
1
-1
/
+0
*
- Add the 'restrict' type qualifier to match function prototype.
kevlo
2016-01-14
1
-4
/
+3
*
Avoid reading pass the end of the source buffer when it is not NUL
brooks
2016-01-13
1
-1
/
+1
*
Avoid reading pass the end of the source buffer when it is not NUL
brooks
2016-01-13
1
-1
/
+1
*
Update futimens/utimensat for MFC to stable/10:
jilles
2016-01-12
3
-4
/
+10
*
Fix a mismerge from NetBSD in r162194 with `xdr_rpcb_entry_list_ptr(..)`
ngie
2016-01-12
1
-2
/
+2
*
Similar to r293704, fix theoretical leak of netconfig(3) resources in
ngie
2016-01-11
1
-2
/
+2
*
Fix theoretical leak of netconfig(3) resources in svcunix_create(..)
ngie
2016-01-11
1
-1
/
+1
*
New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 and
glebius
2016-01-08
1
-32
/
+91
*
Add sbin and /usr/local directories to _PATH_DEFPATH.
jilles
2016-01-05
2
-4
/
+4
*
Use __alignof__ instead of assuming int64_t to get the right
imp
2015-12-30
1
-10
/
+1
*
Document the recently added support for ptrace(2) LWP events.
jhb
2015-12-30
1
-1
/
+38
*
The FILE structure has a mbstate_t in it. This structure needs to be
imp
2015-12-27
1
-2
/
+14
*
Verify that tv_sec value specified in settimeofday() and clock_settime()
dchagin
2015-12-27
2
-2
/
+8
*
Replace implementation of hsearch() by one that scales.
ed
2015-12-27
7
-185
/
+335
*
Make libxnet.so a symlink to libc.so. This makes `-lxnet` a no-op, as
cperciva
2015-12-25
1
-0
/
+1
*
Remove _gethostbynisname() and _gethostbynisaddr(). These functions
ume
2015-12-25
2
-57
/
+0
*
Do not compile ARMv6 instructions on ARMv4/v5. Although clang is fine
kib
2015-12-24
1
-0
/
+7
*
Increase the timeout for resolv_test from the default (300 seconds) to
ngie
2015-12-23
2
-4
/
+13
*
Support a.out format in nlist only on i386
emaste
2015-12-22
1
-2
/
+2
*
Let tsearch()/tdelete() use an AVL tree.
ed
2015-12-22
6
-86
/
+605
*
We don't need to use a temporary buffer, here.
ume
2015-12-22
1
-7
/
+3
*
Use _map_v4v6_address().
ume
2015-12-21
1
-4
/
+3
*
Simplify _map_v4v6_address().
ume
2015-12-21
1
-7
/
+3
*
If we end up following a CNAME chain that does not find
ume
2015-12-21
1
-1
/
+6
*
libc: Use namespace.h in a few more files.
jilles
2015-12-20
4
-11
/
+19
*
addrinfo.ai_family is an address family, not a protocol family.
ume
2015-12-20
1
-8
/
+8
*
clock_gettime(2),gettimeofday(2): Remove [EFAULT] error.
jilles
2015-12-20
2
-8
/
+2
*
Fix lockf(3) cancellation behaviour.
kib
2015-12-20
1
-3
/
+8
*
Use _map_v4v6_address().
ume
2015-12-18
1
-4
/
+3
*
Add AI_V4MAPPED and AI_ALL support for getaddrinfo(3).
ume
2015-12-18
2
-28
/
+174
*
Iterate down lib/libc/tests/nss...
ngie
2015-12-16
1
-0
/
+1
*
Integrate tools/regression/lib/libc/nss into the FreeBSD test suite as
ngie
2015-12-16
10
-0
/
+5399
[next]