Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | strcpy/strcat/sprintf removal in all bootblocks. various testing by | 2003-06-01 | 1 | -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 the | 2002-04-28 | 1 | -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. | 2000-12-18 | 1 | -2/+3 | |
| | |||||
* | alpha was missing memset | 2000-06-26 | 1 | -2/+2 | |
| | |||||
* | Pull memcmp() into libkern. Also, use asm version of memset() on m68k. | 2000-06-16 | 1 | -2/+2 | |
| | |||||
* | add memchr to libkern | 1997-11-04 | 1 | -1/+2 | |
| | |||||
* | Several kernel files have internal (conflicting) versions of strchr() so | 1997-05-05 | 1 | -2/+2 | |
| | | | | move to libsa for now. | ||||
* | Alpha needs strchr.c | 1997-05-04 | 1 | -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 961020 | 1996-10-31 | 12 | -108/+125 | |
| | |||||
* | copied from libc | 1996-05-01 | 7 | -3/+231 | |
| | |||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 1 | -2/+3 | |
| | |||||
* | update from netbsd | 1995-12-14 | 3 | -21/+148 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 4 | -0/+315 | |