| Commit message (Expand) | Author | Age | Files | Lines |
* | remove from gen so that lint doesn't check gen if assembly versions |  martynas | 2009-04-21 | 1 | -2/+2 |
* | - ldexp implementation has issues. switch to the one from libm |  martynas | 2009-04-19 | 1 | -2/+2 |
* | these were not needed |  martynas | 2008-12-09 | 1 | -2/+1 |
* | ditto frexpl and ldexpl |  martynas | 2008-12-09 | 1 | -1/+2 |
* | - add long double signbit |  martynas | 2008-12-09 | 6 | -6/+38 |
* | - replace dtoa w/ David's gdtoa, version 2008-03-15 |  martynas | 2008-09-07 | 10 | -1/+226 |
* | - move isinf, isnan dups to gen, since most is ieee 754 |  martynas | 2008-07-24 | 4 | -97/+12 |
* | fix some lint 'xxx used, but not defined' warnings by properly adding |  otto | 2007-05-15 | 1 | -1/+3 |
* | The int (32bit) argument must be sign extended on the 64 bit amd64 before |  drahn | 2006-05-09 | 1 | -3/+5 |
* | Remove the advertising clause in the UCB license which Berkeley |  jsg | 2005-12-13 | 12 | -72/+24 |
* | if we pull in a .S file, we must fake out the lint with a .c file |  deraadt | 2005-11-29 | 1 | -2/+4 |
* | zap rcsid. |  espie | 2005-08-07 | 4 | -19/+4 |
* | cleanup KMSRC (copy to libkern) list from nonexistant srcs; also noticed before by marc@ and drahn@ |  mickey | 2005-06-29 | 1 | -3/+2 |
* | Replace broken frexp() with a working one from FreeBSD. There's |  millert | 2005-02-01 | 2 | -76/+2 |
* | Sync with NetBSD, picking up fixes to correctly reset status bits returning |  kettenis | 2004-07-13 | 1 | -3/+6 |
* | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many |  deraadt | 2004-02-27 | 1 | -2/+2 |
* | Define OSYSCALL* macros, as their SYSCALL* counterparts, but using the |  miod | 2004-02-22 | 2 | -3/+26 |
* | errno is int, not long; tracked down by otto@ |  miod | 2004-02-18 | 1 | -4/+4 |
* | correct syscall() stub; fixes perl and vi.recover |  deraadt | 2004-02-11 | 1 | -2/+3 |
* | Fix PIC cerror. ok miod@ mickey@ |  drahn | 2004-02-10 | 1 | -2/+3 |
* | CURBRK -> __curbrk changes from mickey, minbrk addition by me, ok mickey@ |  drahn | 2004-02-10 | 2 | -12/+14 |
* | correct function names, ok deraadt@ |  drahn | 2004-02-10 | 3 | -6/+6 |
* | masks are only 32 bits on openbsd |  deraadt | 2004-02-09 | 1 | -2/+2 |
* | do signal blocking before saving registers |  deraadt | 2004-02-09 | 2 | -23/+23 |
* | 16 byte align for performance, as on other architectures |  deraadt | 2004-02-08 | 1 | -2/+4 |
* | from freebsd, helps awk too: |  deraadt | 2004-02-08 | 1 | -2/+2 |
* | from freebsd (and appears to make our awk work better) |  deraadt | 2004-02-08 | 1 | -17/+14 |
* | make old & new SYSENTRY macros |  deraadt | 2004-02-06 | 1 | -7/+12 |
* | things for amd64; from art@ |  mickey | 2004-01-28 | 41 | -0/+1846 |