Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | 2014-03-18 | 18 | -1046/+0 | |
| | | | | | | | this hardware alive is becoming increasingly difficult, and I should heed the message sent by the three disks which have died on me over the last few days. Noone sane will mourn these ports anyway. So long, and thanks for the fish. | ||||
* | m68k kernel memcpy/memmove/bcopy implementation in libkern, remove ovbcopy, fix for larger than 128k size copies. Parts from deraadt@, ok (and off-by-one fix) miod@ | 2013-06-17 | 3 | -3/+134 | |
| | |||||
* | 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 | 4 | -4/+4 | |
| | |||||
* | Kernel bits for m68k/ELF, mostly from NetBSD. In addition, the `pmod' symbel | 2013-02-02 | 13 | -163/+163 | |
| | | | | in fpsp has to be renamed due to a clash with other parts of the kernel. | ||||
* | place a comment as to why these are otherwise empty | 2007-11-28 | 4 | -0/+4 | |
| | |||||
* | libkern, begone. Move to a new mechanism where config(8)'s "file" | 2007-11-25 | 9 | -130/+6 | |
| | | | | | | | | | | | | 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.. | ||||
* | junk SCCS | 2007-11-24 | 9 | -61/+9 | |
| | |||||
* | more locc() dies | 2007-05-04 | 2 | -60/+2 | |
| | |||||
* | remove strcpy and strcat from the kernel; they are dead and unused code. | 2007-05-04 | 2 | -109/+0 | |
| | | | | | | | (OpenBSD does not use strcat/strcpy in the kernel, if people do it in external modules they should update their code) ok deraadt@ | ||||
* | Switch to the C version of random() on m68k platforms. It is almost as fast | 2006-01-04 | 1 | -2/+2 | |
| | | | | | | | | | | as the assembly version on 0[234]0, but *fifteen* times faster than it on 68060 systems, since it uses a form of muls.l which has to be emulated. And since we use random() for statclock variance, this means we were gratuitously doing an average of 100 emulation traps per second. ok deraadt@ millert@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 19 | -129/+53 | |
| | | | | 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 | ||||
* | 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 | 3 | -2/+215 | |
| | |||||
* | Added memset.c, needed by AUDIO_INITINFO | 1998-06-19 | 1 | -2/+2 | |
| | |||||
* | $OpenBSD$ | 1997-11-07 | 18 | -13/+39 | |
| | |||||
* | add memchr to libkern | 1997-11-04 | 1 | -1/+2 | |
| | |||||
* | use .S version | 1996-05-01 | 2 | -22/+28 | |
| | |||||
* | From NetBSD: Merge with NetBSD 960217 | 1996-02-29 | 1 | -2/+4 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 19 | -0/+1082 | |