Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.S | 2020-11-28 | 2 | -7/+7 | |
| | | | | | | | | | This changes RETGUARD_SETUP(ffs) to RETGUARD_SETUP(ffs, %r11, %r12) and RETGUARD_CHECK(ffs) to RETGUARD_CHECK(ffs, %r11, %r12) to show that r11 and r12 are in use between setup and check, and to pick registers other than r11 and r12 in some kernel functions. ok mortimer@ deraadt@ | ||||
* | Retguared asm macros for powerpc libkern | 2020-10-27 | 2 | -7/+12 | |
| | | | | | This was in the macppc snap, but I forgot to include it in my last commit "Retguard asm macros for powerpc libc, ld.so" | ||||
* | The kernel and bootblocks never reference this file... | 2020-07-18 | 1 | -41/+0 | |
| | |||||
* | Provide an optimized implementation of ffs(3) in the kernel on | 2020-06-10 | 1 | -0/+15 | |
| | | | | | | | arm64/powerpc/powerpc64, making use of the count leading zeros instruction. powerpc testing by cwen@; ok kettenis@ deraadt@ | ||||
* | Sync no-argument function declaration and definition by adding (void). | 2016-03-07 | 1 | -2/+2 | |
| | | | | ok mpi@ millert@ | ||||
* | Fast memmove() implementation for PowerPC, from NetBSD via martin@; with | 2013-06-15 | 3 | -1/+170 | |
| | | | | bcopy() and memcpy() wrappers. | ||||
* | remove ovbcopy support | 2013-06-11 | 1 | -1/+0 | |
| | | | | ok kettenis | ||||
* | fix an oft copied typo that i'm tired of looking at | 2013-06-03 | 2 | -2/+2 | |
| | |||||
* | Remove excessive sys/cdefs.h inclusion | 2012-12-05 | 1 | -2/+2 | |
| | | | | ok guenther millert kettenis | ||||
* | place a comment as to why these are otherwise empty | 2007-11-28 | 2 | -0/+2 | |
| | |||||
* | libkern, begone. Move to a new mechanism where config(8)'s "file" | 2007-11-25 | 4 | -86/+0 | |
| | | | | | | | | | | | | 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.. | ||||
* | more locc() dies | 2007-05-04 | 1 | -2/+2 | |
| | |||||
* | not needed | 2005-07-20 | 1 | -2/+2 | |
| | |||||
* | add moddi3, needed by new libz | 2005-07-20 | 1 | -5/+2 | |
| | |||||
* | 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. |