| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvs | Ken Smith | 2011-02-16 | 120 | -120/+120 |
| * | MFC r205099-205100,205108: | Xin LI | 2010-05-13 | 1 | -25/+45 |
| * | MFC r202916: Make strsignal(3) thread-safe. | Hajimu UMEMOTO | 2010-02-07 | 1 | -4/+48 |
| * | MFC: r199988 | Christian Brueffer | 2009-12-04 | 1 | -2/+3 |
| * | Correct the information about when the respective functionality first | Christian Brueffer | 2009-04-23 | 1 | -1/+1 |
| * | There is no way for strmode(3) to append '+' if the file has ACL, | Edward Tomasz Napierala | 2009-04-14 | 2 | -4/+2 |
| * | Add wide character variants of string manipulations routines to 'SEE ALSO'. | Edward Tomasz Napierala | 2009-04-07 | 16 | -16/+33 |
| * | 7.2 will be the first release where strndup() appears. | Konstantin Belousov | 2009-03-22 | 1 | -1/+1 |
| * | Add wcpcpy(3) and wcpncpy(3). | David Schultz | 2009-03-04 | 5 | -3/+108 |
| * | Add restrict qualifiers. | David Schultz | 2009-02-28 | 1 | -1/+1 |
| * | - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(), | David Schultz | 2009-02-28 | 10 | -21/+312 |
| * | Add restrict qualifiers to the parameters to strlcpy() and strlcat(). | David Schultz | 2009-02-28 | 3 | -4/+4 |
| * | Make sure the comparison is done with an unsigned char. | Warner Losh | 2009-02-07 | 1 | -1/+1 |
| * | Fix the functions to match prototypes. The K&R definitions differ | Warner Losh | 2009-02-03 | 3 | -3/+3 |
| * | - ANSIfy function definitions | Daniel Gerzo | 2009-02-03 | 33 | -110/+41 |
| * | - Fix grammar. [1] | Xin LI | 2009-01-26 | 1 | -3/+3 |
| * | Rewrite of MI strlen(3) in a way that can better utilize modern hardware by | Xin LI | 2009-01-25 | 1 | -15/+78 |
| * | Document that ffsll(3) and flsll(3) functions first appeared in | Konstantin Belousov | 2009-01-13 | 1 | -1/+1 |
| * | o Language improvements from OpenBSD; | Xin LI | 2009-01-12 | 1 | -17/+17 |
| * | o ANSIfy. | Xin LI | 2009-01-12 | 1 | -29/+12 |
| * | Sort MLINKS. | Ruslan Ermilov | 2009-01-09 | 1 | -21/+32 |
| * | o Use full month name in .Dd macro. | Maxim Konovalov | 2008-12-09 | 1 | -1/+1 |
| * | Import the strndup(3) function. | Konstantin Belousov | 2008-12-06 | 4 | -3/+75 |
| * | Order the str*.c files mostly alphabetical. | Konstantin Belousov | 2008-12-06 | 1 | -3/+3 |
| * | Add an easier example. | Pawel Jakub Dawidek | 2008-12-05 | 1 | -1/+16 |
| * | Add the ffsll and flsll functions. These are ffs and fls operating | Konstantin Belousov | 2008-11-03 | 5 | -8/+122 |
| * | Fix style. | Konstantin Belousov | 2008-11-03 | 1 | -1/+1 |
| * | - License change to a less restrictive one; | Xin LI | 2008-10-19 | 1 | -33/+16 |
| * | Further simplify the code. | Xin LI | 2008-10-19 | 1 | -11/+2 |
| * | Use strlcpy() in !localized case to avoid the -1's. | Xin LI | 2008-10-17 | 1 | -2/+1 |
| * | Add memrchr(3). | Xin LI | 2008-04-10 | 4 | -4/+74 |
| * | Remove license clause 3 to agree with the now-standard BSD license. | Wes Peters | 2007-12-12 | 3 | -14/+0 |
| * | Use C comments since we now preprocess these files with CPP. | Daniel Eischen | 2007-04-29 | 1 | -2/+4 |
| * | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 68 | -272/+0 |
| * | Don't say "rightmost" when referring to the least significant bit. | Ruslan Ermilov | 2006-10-12 | 1 | -4/+5 |
| * | Improve the wording. Remove the appositive about strcmp, putting the | Dima Dorfman | 2006-08-14 | 1 | -2/+5 |
| * | o Make grep ^strlcpy work: put a return value type on separate line. | Maxim Konovalov | 2006-06-15 | 1 | -1/+2 |
| * | Add each directory's symbol map file to SYM_MAPS. | Daniel Eischen | 2006-03-13 | 1 | -0/+2 |
| * | Add symbol maps and initial symbol version definitions to libc. | Daniel Eischen | 2006-03-13 | 1 | -0/+80 |
| * | Fix prototype. | Ruslan Ermilov | 2005-11-24 | 1 | -2/+2 |
| * | Fix up markup. | Ruslan Ermilov | 2005-11-18 | 1 | -7/+9 |
| * | Remove references to nonexistent "FreeBSD Security Architecture" document. | Tim J. Robbins | 2005-09-05 | 2 | -10/+0 |
| * | Added a sentence to explain what "span" means. | Gary W. Swearingen | 2005-08-29 | 2 | -1/+15 |
| * | Add the function memmem(3) as found in glibc and others. | Andre Oppermann | 2005-08-25 | 6 | -5/+159 |
| * | Add an implementation of the semi-standard wcsdup() function, as found | Tim J. Robbins | 2005-08-13 | 3 | -4/+53 |
| * | Replace the current strspn() and strcspn() with significantly faster | David Schultz | 2005-04-02 | 2 | -67/+79 |
| * | Unbreak strsignal(). This is an MFC candidate. | Maxime Henrion | 2005-03-06 | 1 | -2/+3 |
| * | Unbreak !NLS case | Alexey Zelkin | 2005-02-27 | 2 | -2/+2 |
| * | Add NLS catalogs support to strerror(), strerror_r() and strsignal(). | Alexey Zelkin | 2005-02-27 | 2 | -29/+97 |
| * | Don't read more than the given 'len' bytes from the 'big' string. | Pawel Jakub Dawidek | 2005-02-11 | 1 | -1/+1 |