| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix prototype for ffsll(3) and fls(3). | delphij | 2011-05-03 | 1 | -2/+2 |
* | Allow strerror(0) and strerror_r(0, ...). | jilles | 2011-04-05 | 2 | -2/+5 |
* | index(3): Mention that index/rindex are deprecated and not specified by | jilles | 2011-03-20 | 1 | -1/+14 |
* | Powerpc is special here. powerpc and powerpc64 use different ABIs, so | imp | 2010-08-24 | 1 | -4/+2 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -3/+3 |
* | mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the | uqs | 2010-05-13 | 2 | -27/+27 |
* | 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 |