Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | please gcc | 2006-12-23 | 1 | -1/+2 | |
| | |||||
* | Fix unsigned {int, long, long long} to long double conversions for | 2004-09-28 | 1 | -1/+53 | |
| | | | | values with the high bit set. ok kettenis@ jason@ | ||||
* | From the how many ways can you screw up replacing one line of code | 2004-03-24 | 1 | -2/+2 | |
| | | | | | department: cast 'i' to u_int64_t so the sign comparison actually makes sense. Any other bugs in here just ship in the release, I'm done. | ||||
* | use absolute value like rev 1.1 did; pointed out by tom and ok deraadt. | 2004-03-23 | 1 | -1/+2 | |
| | |||||
* | gcc3 doesn't align things the same as gcc2. Casting upwards is dangerous | 2004-03-23 | 1 | -2/+3 | |
| | | | | to a program's health, avoid it. ok deraadt | ||||
* | quad float emulation stuff. Mostly based on freebsd (which is based on | 2003-07-21 | 1 | -0/+310 | |
NetBSD's kernel emulation stuff). Not enabled yet. |