Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | arithemtic -> arithmetic | 2011-09-17 | 1 | -2/+2 | |
| | |||||
* | First pass at removing clauses 3 and 4 from NetBSD licenses. | 2008-06-26 | 1 | -8/+1 | |
| | | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | ||||
* | from FreeBSD via Jung (moorang at gmail), fix obvious typo in __fpu_ftox() | 2007-02-12 | 1 | -9/+9 | |
| | | | | which caused all negative numbers returned to be == -1. | ||||
* | please gcc | 2006-12-23 | 1 | -1/+2 | |
| | |||||
* | Fix unsigned {int, long, long long} to long double conversions for | 2004-09-28 | 3 | -11/+65 | |
| | | | | 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 | ||||
* | correct psABI functions _Q_feq and friends (they return 'int' not long double); | 2004-02-03 | 2 | -14/+14 | |
| | | | | pointed out by Mark Kettenis, kettenis,chello,nl | ||||
* | quad float emulation stuff. Mostly based on freebsd (which is based on | 2003-07-21 | 17 | -0/+3898 | |
NetBSD's kernel emulation stuff). Not enabled yet. |