summaryrefslogtreecommitdiffstats
path: root/lib/libc/ia64/string
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak memmove(). Return the dst argument. While here, fix the ENDmarcel2004-09-041-7/+6
| | | | macro to actually reference memmove, not memcpy.
* Unbreak memcpy(). memcpy() is defined to return the dst argument.marcel2004-09-041-6/+5
| | | | | | By using r8 instead of r14 to do the swap, we put the dst argument in the return register. Since bcopy() doesn't clobber r8, we don't have to do anything else. This fixes ports/textproc/aspell.
* style cleanup: Remove duplicate $FreeBSD$ tags.cperciva2004-02-102-4/+0
| | | | | | | | These files had tags after teh copyright notice, inside the comment block (incorrect, removed), and outside the comment block (correct). Approved by: rwatson (mentor)
* Use __FBSDID.obrien2003-03-035-5/+5
|
* Fix a few more dependancy violations.dfr2001-10-221-3/+3
|
* Fix a load of dependancy violations.dfr2001-10-051-5/+5
|
* Fix a whole bunch of dependancy bugs and make it actually work when thedfr2001-09-221-7/+10
| | | | size is not a multiple of eight.
* Fix a couple of dumb mistakes.dfr2000-10-161-7/+9
|
* Initial libc port for ia64.dfr2000-10-146-0/+351
OpenPOWER on IntegriCloud