| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace the WEAK_ALIAS() alias with the WEAK_REFERENCE() alias. Use it and | andreast | 2013-11-21 | 2 | -2/+2 |
* | - Correct mispellings of the word occurrence | gabor | 2013-04-17 | 3 | -5/+5 |
* | Change index() and rindex() to a weak alias. | ed | 2012-01-05 | 2 | -2/+2 |
* | Merge index() and strchr() together. | ed | 2012-01-03 | 5 | -137/+7 |
* | Remove duplicate .note.GNU-stack section declaration. bcopy already | kib | 2011-02-04 | 2 | -4/+0 |
* | Add section .note.GNU-stack for assembly files used by 386 and amd64. | kib | 2011-01-07 | 22 | -0/+44 |
* | libc: Remove the i386 assembler version of strlen(3). | jilles | 2010-10-01 | 2 | -55/+1 |
* | Add missing END() macros, as per rev 184547 for amd64. The lack of these | peter | 2008-11-02 | 21 | -0/+29 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
* | Eliminate an unpredictable branch from bcmp(). | alc | 2005-04-21 | 1 | -5/+4 |
* | MFp4: Pentium/Athlon-optimised implementation of wcschr(). | tjr | 2003-04-05 | 2 | -1/+78 |
* | MFp4: Pentium/Athlon-optimised implementation of wcslen(). | tjr | 2003-03-14 | 2 | -1/+69 |
* | MFp4: Reduce code size by 26 bytes by only aligning the jump targets that | tjr | 2003-03-12 | 1 | -10/+1 |
* | MFp4: Pentium/Athlon-optimised implementation of wmemchr(). | tjr | 2003-03-12 | 2 | -1/+115 |
* | MFp4: Pentium-optimised implementation of wcscmp(). Performs significantly | tjr | 2003-03-10 | 2 | -1/+80 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | Eliminate superfluous memory access in memcpy(3)/memmove(3). | sobomax | 2002-10-15 | 1 | -13/+8 |
* | Fix style bugs I added in last commit. | silby | 2002-06-27 | 1 | -4/+4 |
* | Modify bcopy (and memcpy/memmove) so that the length value is not | silby | 2002-06-27 | 1 | -2/+4 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 11 | -11/+11 |
* | Standardize on our SCM ID style. | obrien | 2002-03-23 | 19 | -80/+25 |
* | cosmetic: spell 'cashe' as 'cache' | billf | 2002-03-10 | 3 | -3/+3 |
* | De-orbit DEFS.h - the other arches do not use it, and it got replaced | peter | 2001-10-24 | 16 | -16/+16 |
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 16 | -32/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 17 | -33/+33 |
* | Handle machine-dependent (m-d) (string) sources more automatically. | bde | 1997-10-16 | 1 | -6/+4 |
* | kill the undead | peter | 1997-07-13 | 1 | -53/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r27180, | bde | 1997-07-03 | 1 | -0/+53 |
|\ |
|
| * | Import Lite2's src/lib, except for non-i386 machine-dependent directories, | bde | 1997-07-03 | 1 | -0/+53 |
| * | Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branch | peter | 1997-03-11 | 1 | -65/+32 |
| * | recording cvs-1.6 file death | peter | 1995-12-30 | 1 | -53/+0 |
| * | This commit was manufactured by cvs2svn to create branch 'CSRG'. | cvs2svn | 1995-06-27 | 1 | -0/+86 |
* | | Use separate routines for memmove() and memcpy(). This lets me drop | bde | 1997-04-20 | 1 | -0/+2 |
* | | Use separate routines for memmove() and memcpy(). This lets me drop | bde | 1997-04-20 | 2 | -94/+4 |
* | | Merged with the 1996/11/12 NetBSD version: | bde | 1997-04-20 | 1 | -10/+24 |
* | | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 19 | -37/+37 |
* | | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 19 | -37/+37 |
* | | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 1 | -53/+0 |
* | | Be smarter about handling overlapped copies and only go backwards if it | dg | 1995-12-27 | 2 | -12/+16 |
* | | First round of changes to clean up the RCSID mess in libc: | dg | 1995-01-23 | 19 | -37/+56 |
* | | Added leaner and meaner swab() function by J.T. Conklin. | dg | 1995-01-22 | 2 | -1/+105 |
* | | Fix a spelling error and add a comment about possible improvements. | bde | 1994-12-27 | 1 | -3/+17 |
* | | Go back to Bruce's fix with a minor change that will allow a NULL string | dg | 1994-11-25 | 1 | -4/+3 |
* | | Fixed bugs related to returning NULL if length is zero. | dg | 1994-11-25 | 1 | -3/+4 |
* | | Fix memchr(p, 0, 0) to return NULL instead of p. | bde | 1994-10-27 | 1 | -3/+3 |
* | | First crack at making libc work with the new make macros. It compiles on | wollman | 1994-08-05 | 18 | -3/+1442 |
|/ |
|
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 2 | -0/+58 |