Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use suword16/fuword16 instead of susword/fusword - this has two different | peter | 2002-06-20 | 1 | -3/+3 |
| | | | | | definitions so far.. 16 bit on x86 and appears to be 32 bit on sparc64. Be explicit to avoid suprises. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Use [u]intptr_t instead of [u_]long for casts between pointers and | bde | 1998-08-16 | 1 | -6/+11 |
| | | | | integers. Don't forget to cast to (void *) as well. | ||||
* | Removed unused #includes (bogus #includes were necessary because fusword() | bde | 1997-08-31 | 1 | -2/+1 |
| | | | | was declared in the wrong place). | ||||
* | Don't depend on gcc's feature of permitting returning void expressions | bde | 1997-07-01 | 1 | -2/+3 |
| | | | | in functions returning void. | ||||
* | Removed unused #includes. | bde | 1997-06-14 | 1 | -3/+1 |
| | |||||
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
| | | | | ready for it yet. | ||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Updated #includes to 4.4Lite style. | bde | 1996-09-10 | 1 | -11/+11 |
| | |||||
* | Added #include of <machine/md_var.h>. This will be needed when | bde | 1996-06-25 | 1 | -1/+2 |
| | | | | | some declarations are moved from <machine/cpufunc.h> to better places. | ||||
* | Fix the consistent mistranslation of Linux's get_fs_word() and | bde | 1994-09-21 | 1 | -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 | ||||
* | Copyright changes per the author. | rich | 1994-06-10 | 1 | -6/+16 |
| | | | | | Added specific permissions for redistribution with FreeBSD and NetBSD. Fixed author's email address. | ||||
* | Added rcs Id's | gclarkii | 1994-04-29 | 1 | -0/+3 |
| | |||||
* | Import of gpl'ed math emulator. | gclarkii | 1994-04-29 | 1 | -0/+256 |
No changes have been done. |