summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/alpha (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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