summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/alpha (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correctly handle a length of zero in memcpy().miod2013-06-151-7/+14
| | | | Return the original destination pointer in memcpy() and memmove().
* merge memcpy/memmove/bcopy into one file, with sub-jumps.deraadt2013-06-133-3/+271
| | | | ok .... I guess noone, because it is summer
* remove ovbcopy supportderaadt2013-06-111-1/+0
| | | | ok kettenis
* fix an oft copied typo that i'm tired of looking attedu2013-06-036-6/+6
|
* place a comment as to why these are otherwise emptyderaadt2007-11-286-1/+6
|
* libkern, begone. Move to a new mechanism where config(8)'s "file"deraadt2007-11-2519-255/+1374
| | | | | | | | | | | | directive can select between MI and MD versions of these files. At the same time, adjust the boot programs to pick exactly what they need, instead of the 7 or 8 mechanisms previously used. There will be some fallout from this, but testing it all by myself is a ridiculously slow process; it will be finished in-tree. Various developers were very nice and avoided making fun of me when I was gibbering in the corner..
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-011-2/+2
| | | | | various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind
* IEEE 754 floating point completion code, and implementation of thepvalchev2002-04-281-3/+3
| | | | | | | | | | | FP_C (Floating Point Control Quadword). From ross@NetBSD. Added a way to disable it with option NO_IEEE, which appears on the ramdisks to save space. This affects only programs compiled with -mieee, and what it essentially does is enabling infinities and NaNs, instead of generating SIGFPE on division by zero, overflow, etc. ok art, deraadt
* strlcat and strlcpy into libkern.provos2000-12-181-2/+3
|
* alpha was missing memsetmillert2000-06-261-2/+2
|
* Pull memcmp() into libkern. Also, use asm version of memset() on m68k.millert2000-06-161-2/+2
|
* add memchr to libkernchuck1997-11-041-1/+2
|
* Several kernel files have internal (conflicting) versions of strchr() somillert1997-05-051-2/+2
| | | | move to libsa for now.
* Alpha needs strchr.cmillert1997-05-041-2/+2
| | | | | | Fix up clean and depend targets in Makefile.inc so we can include Makefile.inc in cases where there is already a clean/depend target (based on a NetBSD Makefile.inc).
* Merge NetBSD/Alpha 961020niklas1996-10-3112-108/+125
|
* copied from libcderaadt1996-05-017-3/+231
|
* partial sync with netbsd 960418, more to comederaadt1996-04-211-2/+3
|
* update from netbsdderaadt1995-12-143-21/+148
|
* initial import of NetBSD treederaadt1995-10-184-0/+315