summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/sparc64 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Give some END()s to assembly symbols.mpi2019-11-054-4/+8
| | | | ok kettenis@, jca@
* sync with libc, using brnz,pt instead, should be betterderaadt2014-12-191-5/+4
| | | | ok kettenis
* syncronize "look in other file" messagesderaadt2013-06-132-2/+2
|
* 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
|
* These files are not used (and some of them would not compile anyway).miod2008-05-141-108/+0
|
* Remove the random() function from locore.s (which used sparcv7 instructions,kettenis2008-04-201-1/+0
| | | | | including mulscc to do multiplications) and switch to the generic random.c code.
* place a comment as to why these are otherwise emptyderaadt2007-11-287-1/+7
|
* libkern, begone. Move to a new mechanism where config(8)'s "file"deraadt2007-11-2516-415/+7
| | | | | | | | | | | | 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..
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0211-67/+23
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* 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
* Remove 64-bit gcc emulation stuff. We're not using it.art2002-09-065-754/+1
|
* $OpenBSD$jason2001-08-2017-1/+18
|
* strlcpy and strlcatart2001-08-191-1/+1
|
* libkern sparc64 stuff (mostly from NetBSD... lightly modified... with a side of bacon)jason2001-08-1917-0/+1797