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
/
string
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r322427:
kib
2017-08-19
1
-4
/
+7
*
MFC r322426:
kib
2017-08-15
1
-1
/
+1
*
MFC r304106:
delphij
2017-05-31
7
-5
/
+196
*
MFC r317034:
bapt
2017-05-01
1
-58
/
+62
*
MFC r316213:
kib
2017-04-23
3
-1
/
+68
*
MFC r312332,r312446,r312451:
ngie
2017-02-04
1
-1
/
+1
*
libc: spelling fixes.
pfg
2016-04-30
1
-1
/
+1
*
Make it clear that the "size" argument is for the dst string.
bdrewery
2016-02-26
1
-3
/
+3
*
Add a standards compliance note for strtok_r as suggested by cpercival.
wblock
2016-01-22
1
-1
/
+6
*
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
*
collate: Fix expansion substitions (broken upstream too)
bapt
2015-10-23
1
-40
/
+59
*
Merge from head
bapt
2015-10-19
1
-2
/
+3
|
\
|
*
Document bitset(9)
cem
2015-10-17
1
-2
/
+3
*
|
Merge from head
bapt
2015-10-13
2
-33
/
+24
|
\
\
|
|
/
|
*
Add declaration to eliminate -Wmissing-prototypes warning.
rodrigc
2015-09-20
1
-0
/
+2
|
*
Replace strndup with OpenBSD's implementation.
delphij
2015-08-26
1
-33
/
+22
*
|
Merge from HEAD
bapt
2015-08-25
2
-2
/
+31
|
\
\
|
|
/
|
*
Fix spelling.
araujo
2015-08-24
1
-2
/
+1
|
*
Update bzero(3) manpage to following the Posix Standard.
araujo
2015-08-24
1
-1
/
+9
|
*
Make clear the bcopy(3) manpage regards when it was marked as LEGACY
araujo
2015-08-14
1
-13
/
+23
|
*
Remove the mention of memcpy(3) that is build on top of bcopy(3).
araujo
2015-08-13
1
-9
/
+7
|
*
Describe that bcopy(3) is deprecated and marked as LEGACY in
araujo
2015-08-12
1
-1
/
+15
*
|
Update wcscoll forgotten in previous patch
bapt
2015-08-09
1
-51
/
+143
*
|
Fix typo
bapt
2015-08-09
2
-14
/
+8
*
|
The collate functions within libc have been using version 1 and 1.2 of the
bapt
2015-08-07
3
-135
/
+127
|
/
*
strchr(3): Mdoc fixes.
jilles
2015-06-04
1
-3
/
+5
*
memmem(3): empty little string matches the beginning of the big string
emaste
2015-05-26
2
-11
/
+17
*
Make strlcpy/strlcat slightly easier to read.
pfg
2015-04-06
2
-43
/
+42
*
Various mdoc fixes and a few EOL whitespace removals.
brueffer
2014-12-21
1
-1
/
+1
*
Remove duplicated code.
delphij
2014-10-16
2
-22
/
+1
*
Add MLINK for explicit_bzero(3) and bump .Dd date.
delphij
2014-10-07
2
-1
/
+2
*
Add explicit_bzero(3) and its kernel counterpart.
delphij
2014-10-07
4
-2
/
+45
*
use .Mt to mark up email addresses consistently (part4)
bapt
2014-06-23
3
-5
/
+4
*
Fix strcasecmp_l() and strncasecmp_l() POSIX 2008 compliance.
pfg
2014-05-30
1
-2
/
+2
*
Emphasis on 'do not' and 'complement' in the strcspn(3)
allanjude
2014-05-27
1
-5
/
+6
*
Merge strcspn.3 into strspn.3 and clarify the explaination of what they do
allanjude
2014-05-25
3
-98
/
+37
*
libc man pages: Remove reference to non-existent FreeBSD Security
eadler
2014-03-07
2
-6
/
+0
*
Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}
marcel
2014-03-04
1
-4
/
+4
*
Fix typo: site_t -> size_t
eadler
2013-11-10
1
-1
/
+1
*
Fix .Dd after r257646.
gjb
2013-11-05
1
-1
/
+1
*
Use OpenBSD's revamped description of strlcpy and strlcat.
eadler
2013-11-04
1
-68
/
+63
*
libc: Always use our own copy of sys_errlist and sys_nerr (.so only).
jilles
2013-08-31
1
-3
/
+5
*
Renumber clauses to reduce diffs to other versions
emaste
2013-05-28
73
-73
/
+73
*
Create a symlink from strchrnul.3 to strchr.3.
zeising
2013-03-06
1
-1
/
+2
*
Add strchrnul(), a GNU function similar to strchr(), except that it returns
zeising
2013-02-13
4
-5
/
+81
*
clarify the wording for 'first' and 'last'
eadler
2012-09-30
1
-5
/
+4
*
strsignal(): Reindent.
jilles
2012-09-19
1
-21
/
+21
*
strsignal(): Do not append signal numbers to messages for known signals.
jilles
2012-09-19
1
-1
/
+1
*
Correct BUGS description of static buffer use
emaste
2012-07-27
1
-3
/
+3
[next]