aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/ia64/string
Commit message (Collapse)AuthorAgeFilesLines
* Remove ia64.Marcel Moolenaar2014-07-076-350/+0
| | | | | | | | | | | | | | | | | | | | This includes: o All directories named *ia64* o All files named *ia64* o All ia64-specific code guarded by __ia64__ o All ia64-specific makefile logic o Mention of ia64 in comments and documentation This excludes: o Everything under contrib/ o Everything under crypto/ o sys/xen/interface o sys/sys/elf_common.h Discussed at: BSDcan Notes: svn path=/head/; revision=268351
* Unbreak memmove(). Return the dst argument. While here, fix the ENDMarcel Moolenaar2004-09-041-7/+6
| | | | | | | macro to actually reference memmove, not memcpy. Notes: svn path=/head/; revision=134743
* Unbreak memcpy(). memcpy() is defined to return the dst argument.Marcel Moolenaar2004-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. Notes: svn path=/head/; revision=134739
* style cleanup: Remove duplicate $FreeBSD$ tags.Colin Percival2004-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) Notes: svn path=/head/; revision=125669
* Use __FBSDID.David E. O'Brien2003-03-035-5/+5
| | | | Notes: svn path=/head/; revision=111777
* Fix a few more dependancy violations.Doug Rabson2001-10-221-3/+3
| | | | Notes: svn path=/head/; revision=85306
* Fix a load of dependancy violations.Doug Rabson2001-10-051-5/+5
| | | | Notes: svn path=/head/; revision=84552
* Fix a whole bunch of dependancy bugs and make it actually work when theDoug Rabson2001-09-221-7/+10
| | | | | | | size is not a multiple of eight. Notes: svn path=/head/; revision=83822
* Fix a couple of dumb mistakes.Doug Rabson2000-10-161-7/+9
| | | | Notes: svn path=/head/; revision=67208
* Initial libc port for ia64.Doug Rabson2000-10-146-0/+351
Notes: svn path=/head/; revision=67117