summaryrefslogtreecommitdiff
path: root/sys/gnu/i386/fpemul/load_store.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated #includes to 4.4Lite style.Bruce Evans1996-09-101-11/+11
| | | | Notes: svn path=/head/; revision=18207
* Added #include of <machine/md_var.h>. This will be needed whenBruce Evans1996-06-251-1/+2
| | | | | | | | some declarations are moved from <machine/cpufunc.h> to better places. Notes: svn path=/head/; revision=16733
* Fix the consistent mistranslation of Linux's get_fs_word() andBruce Evans1994-09-211-4/+4
| | | | | | | | | | | put_fs_word() to fuword() and suword(). Linux words are 16 bits but BSD words are 32-bits, at least on vax's. Writing a too-large word trashed the neighbouring short word. Bruce Notes: svn path=/head/; revision=2957
* Copyright changes per the author.Rich Murphey1994-06-101-6/+16
| | | | | | | | Added specific permissions for redistribution with FreeBSD and NetBSD. Fixed author's email address. Notes: svn path=/head/; revision=1699
* Added rcs Id'sGary Clark II1994-04-291-0/+3
| | | | Notes: svn path=/head/; revision=1428
* Import of gpl'ed math emulator.Gary Clark II1994-04-291-0/+256
No changes have been done. Notes: svn path=/head/; revision=1421