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
*
Correct bugs fixed but not merged from my own tree.
delphij
2010-03-13
1
-2
/
+3
*
Follow up commit to reindent the code.
delphij
2010-03-12
1
-13
/
+13
*
Two optimizations to MI strlen(3) inspired by David S. Miller's
delphij
2010-03-12
1
-12
/
+31
*
Mark up "unsigned char".
ru
2010-02-04
4
-4
/
+11
*
Implement strndup(3) using strnlen(3).
ed
2010-02-02
1
-3
/
+1
*
Make strsignal(3) thread-safe.
ume
2010-01-24
1
-4
/
+48
*
Add a missing word to a sentence in the return values section.
trhodes
2009-12-04
1
-1
/
+1
*
Add an .Nm for strncat.
brueffer
2009-12-01
1
-2
/
+3
*
Correct the information about when the respective functionality first
brueffer
2009-04-23
1
-1
/
+1
*
There is no way for strmode(3) to append '+' if the file has ACL,
trasz
2009-04-14
2
-4
/
+2
*
Add wide character variants of string manipulations routines to 'SEE ALSO'.
trasz
2009-04-07
16
-16
/
+33
*
7.2 will be the first release where strndup() appears.
kib
2009-03-22
1
-1
/
+1
*
Add wcpcpy(3) and wcpncpy(3).
das
2009-03-04
5
-3
/
+108
*
Add restrict qualifiers.
das
2009-02-28
1
-1
/
+1
*
- Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),
das
2009-02-28
10
-21
/
+312
*
Add restrict qualifiers to the parameters to strlcpy() and strlcat().
das
2009-02-28
3
-4
/
+4
*
Make sure the comparison is done with an unsigned char.
imp
2009-02-07
1
-1
/
+1
*
Fix the functions to match prototypes. The K&R definitions differ
imp
2009-02-03
3
-3
/
+3
*
- ANSIfy function definitions
danger
2009-02-03
33
-110
/
+41
*
- Fix grammar. [1]
delphij
2009-01-26
1
-3
/
+3
*
Rewrite of MI strlen(3) in a way that can better utilize modern hardware by
delphij
2009-01-25
1
-15
/
+78
*
Document that ffsll(3) and flsll(3) functions first appeared in
kib
2009-01-13
1
-1
/
+1
*
o Language improvements from OpenBSD;
delphij
2009-01-12
1
-17
/
+17
*
o ANSIfy.
delphij
2009-01-12
1
-29
/
+12
*
Sort MLINKS.
ru
2009-01-09
1
-21
/
+32
*
o Use full month name in .Dd macro.
maxim
2008-12-09
1
-1
/
+1
*
Import the strndup(3) function.
kib
2008-12-06
4
-3
/
+75
*
Order the str*.c files mostly alphabetical.
kib
2008-12-06
1
-3
/
+3
*
Add an easier example.
pjd
2008-12-05
1
-1
/
+16
*
Add the ffsll and flsll functions. These are ffs and fls operating
kib
2008-11-03
5
-8
/
+122
*
Fix style.
kib
2008-11-03
1
-1
/
+1
*
- License change to a less restrictive one;
delphij
2008-10-19
1
-33
/
+16
*
Further simplify the code.
delphij
2008-10-19
1
-11
/
+2
*
Use strlcpy() in !localized case to avoid the -1's.
delphij
2008-10-17
1
-2
/
+1
*
Add memrchr(3).
delphij
2008-04-10
4
-4
/
+74
*
Remove license clause 3 to agree with the now-standard BSD license.
wes
2007-12-12
3
-14
/
+0
*
Use C comments since we now preprocess these files with CPP.
deischen
2007-04-29
1
-2
/
+4
*
Per Regents of the University of Calfornia letter, remove advertising
imp
2007-01-09
68
-272
/
+0
*
Don't say "rightmost" when referring to the least significant bit.
ru
2006-10-12
1
-4
/
+5
*
Improve the wording. Remove the appositive about strcmp, putting the
dd
2006-08-14
1
-2
/
+5
*
o Make grep ^strlcpy work: put a return value type on separate line.
maxim
2006-06-15
1
-1
/
+2
*
Add each directory's symbol map file to SYM_MAPS.
deischen
2006-03-13
1
-0
/
+2
*
Add symbol maps and initial symbol version definitions to libc.
deischen
2006-03-13
1
-0
/
+80
*
Fix prototype.
ru
2005-11-24
1
-2
/
+2
*
Fix up markup.
ru
2005-11-18
1
-7
/
+9
*
Remove references to nonexistent "FreeBSD Security Architecture" document.
tjr
2005-09-05
2
-10
/
+0
*
Added a sentence to explain what "span" means.
garys
2005-08-29
2
-1
/
+15
*
Add the function memmem(3) as found in glibc and others.
andre
2005-08-25
6
-5
/
+159
*
Add an implementation of the semi-standard wcsdup() function, as found
tjr
2005-08-13
3
-4
/
+53
*
Replace the current strspn() and strcspn() with significantly faster
das
2005-04-02
2
-67
/
+79
[next]