summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/i386/string (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove assembly version of strlen from i386 and amd64, where it'smikeb2012-01-172-23/+3
| | | | | | | up to 3 times slower than the C code most of the time. This was brought up by DragonflyBSD guys initially. ok deraadt, guenther. miod will not miss it.
* "boundries" -> "boundaries" in various comments. Started by Diego Casati.krw2007-05-252-4/+4
|
* zap rcsid, tested there. okay deraadt@espie2005-08-0719-96/+19
|
* Change wording of APIWARNs to match arch-independent code.kettenis2005-03-252-4/+4
| | | | ok deraadt@
* Fix APIWARNs.kettenis2005-03-252-6/+6
| | | | ok deraadt@
* warn about unsafe APIs at link time. Conditional on libc/Makefile definingderaadt2003-07-242-2/+16
| | | | | APIWARN; disabled by default. In use by many developers for quite some time, now they have a common knob to enable/disable this
* oopsderaadt2003-06-112-12/+2
|
* ansification; checked by pvalderaadt2003-06-112-2/+12
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* offload the arguments from the stack before performingmickey2002-07-081-9/+7
| | | | | | the copying, initial idea is from freebsd (not fully implemented there, apparently). this also makes bcopy/memcpy a tiny little bit faster.
* don't use %ebx, that's what %edx is for; Andy Doran <ad@netbsd.org>mickey2000-12-291-8/+6
|
* missing parts from last commitmillert1999-04-251-2/+2
|
* tabifykstailey1997-07-231-3/+3
|
* Fix RCS idstholo1996-08-1920-16/+51
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* Add support for building lint(1) librarytholo1996-03-251-0/+2
|
* initial import of NetBSD treederaadt1995-10-1820-0/+836