Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | 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 | ||||
* | powerpc uses memset for bzero, do this for profiled version also. | 2002-11-11 | 1 | -1/+7 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -2/+2 | |
| | |||||
* | remove unused files, build bzero off of memset | 2001-07-09 | 1 | -3/+13 | |
| | |||||
* | have to have a proto here | 2001-07-09 | 1 | -1/+5 | |
| | |||||
* | strlcat and strlcpy into libkern. | 2000-12-18 | 1 | -2/+3 | |
| | |||||
* | Pull memcmp() into libkern. Also, use asm version of memset() on m68k. | 2000-06-16 | 1 | -2/+2 | |
| | |||||
* | add memset to list of files to build. | 1999-11-09 | 1 | -2/+2 | |
| | |||||
* | add missing function from libkern, strncasecmp() | 1998-09-25 | 1 | -2/+2 | |
| | |||||
* | add memchr to libkern | 1997-11-04 | 1 | -1/+2 | |
| | |||||
* | Adding OpenBSD tags to files. | 1996-12-28 | 2 | -0/+2 | |
| | |||||
* | add necessary file for powerpc port. | 1996-12-28 | 1 | -0/+62 | |
| | | | | It would be really nice if this was a "standard" libkern function. | ||||
* | Check-in of powerpc kernel support. | 1996-12-21 | 2 | -0/+48 | |
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. |