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
*
Fix incremental builds involving non-root users with read-only source files.
will
2014-09-18
1
-2
/
+2
*
Explicitly set MAP_PRIVATE to avoid [EINVAL] after r271635.
bdrewery
2014-09-17
1
-2
/
+2
*
- Remove mention of MAP_INHERIT. It hasn't been implemented for thirteen
jhb
2014-09-17
1
-14
/
+1
*
Bump .Dd for the content change done to access(2) in r271655
ngie
2014-09-16
1
-1
/
+1
*
Validate the mode argument in access, eaccess, and faccessat for optional
ngie
2014-09-16
1
-1
/
+9
*
document mqueuefs is required for mq_open...
jmg
2014-09-15
1
-2
/
+8
*
Add stricter checking of some mmap() arguments:
jhb
2014-09-15
1
-1
/
+24
*
Minor mdoc nit.
joel
2014-09-09
1
-1
/
+0
*
Add the fp{get,set}{mask,round} functions to the public symbols in the map.
andrew
2014-09-05
2
-0
/
+14
*
libc/locale: Remove a wrong comma.
pfg
2014-09-04
1
-1
/
+1
*
Always seek back to the beginning of a regular directory, even if the
jhb
2014-09-03
1
-1
/
+1
*
Add bsearch_b to the libc map and the stdlib header.
pfg
2014-09-01
1
-0
/
+1
*
In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo).
ian
2014-08-31
22
-1
/
+36
*
Fix "make checkdpadd" for lib/libc when MK_SSP != no
ngie
2014-08-25
1
-0
/
+1
*
Add missing break.
pfg
2014-08-20
1
-0
/
+1
*
From https://sourceware.org/ml/newlib/2014/msg00113.html
imp
2014-08-14
1
-2
/
+4
*
Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUS
tuexen
2014-08-13
1
-0
/
+6
*
Fixed ENOMEM description.
pluknet
2014-08-13
1
-1
/
+1
*
Minor style tweaks.
pfg
2014-08-13
1
-7
/
+7
*
Fix broken pointer overflow check ns_name_unpack()
ume
2014-08-12
1
-2
/
+3
*
Update our stub resolver to final version of libbind.
ume
2014-08-12
36
-199
/
+909
*
Bring the md5 functions into libc for internal use only.
ume
2014-08-12
2
-0
/
+6
*
Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTED
tuexen
2014-08-12
1
-0
/
+7
*
Const-ify character string
pfg
2014-08-07
1
-1
/
+1
*
fix misordering...
jmg
2014-08-04
1
-3
/
+3
*
add xrefs for the other functions...
jmg
2014-08-04
1
-1
/
+5
*
Add support for the SCTP_RECONFIG_SUPPORTED and the corresponding
tuexen
2014-08-04
1
-0
/
+3
*
Add support for the SCTP_PKTDROP_SUPPORTED socket option and
tuexen
2014-08-03
1
-0
/
+3
*
Add SCTP socket option SCTP_NRSACK_SUPPORTED to control the
tuexen
2014-08-03
1
-0
/
+3
*
Add support for the SCTP_PR_SUPPORTED socket option as specified in
tuexen
2014-08-02
1
-0
/
+3
*
Cleanup the ECN configuration handling and provide an SCTP socket
tuexen
2014-08-02
1
-0
/
+3
*
Fix the example: free the memory that was allocated by getline().
n_hibma
2014-07-31
1
-0
/
+1
*
If telldir() is called immediately after a call to seekdir(), POSIX
jhb
2014-07-29
2
-28
/
+26
*
strftime() xlocale cleanups.
pfg
2014-07-26
1
-37
/
+46
*
In the "Too many open files" edge cases don't try to preserve old
ache
2014-07-26
1
-0
/
+8
*
POSIX says that passing a location returned by telldir() to seekdir()
jhb
2014-07-24
1
-0
/
+1
*
Avoid possible cast degradation.
pfg
2014-07-22
2
-2
/
+2
*
For "a"-mode files and rewind/fseek + fwrite combination return meaningful
ache
2014-07-22
1
-0
/
+18
*
Back the whole change out until I figure out how to obtain O_APPEND,
ache
2014-07-22
1
-6
/
+0
*
Checking for __SAPP alone is not enough because it is emulated O_APPEND
ache
2014-07-22
1
-1
/
+2
*
Revert r268984:
pfg
2014-07-22
1
-2
/
+5
*
Mostly cosmetic cleanups.
pfg
2014-07-22
2
-3
/
+3
*
ftello: return 1 when seeking offset on an append stream.
pfg
2014-07-22
1
-0
/
+2
*
rewind: always clear error indicator.
pfg
2014-07-22
1
-3
/
+2
*
Fix hdestroy() compliance issue.
pfg
2014-07-21
1
-1
/
+0
*
Update license.
pfg
2014-07-21
1
-7
/
+2
*
Add re-entrant versions of the hash functions based on the GNU api.
pfg
2014-07-21
4
-41
/
+153
*
Adjust errno on failed prepwrite.
pfg
2014-07-20
3
-3
/
+10
*
Const-ify a character string.
pfg
2014-07-20
1
-1
/
+1
*
Use a correct errno in freopen.
pfg
2014-07-20
1
-1
/
+1
[next]