| Commit message (Expand) | Author | Age | Files | Lines |
* | hppa64 bits cloned form hppa |  mickey | 2005-04-01 | 33 | -0/+1694 |
* | Fix typo in comment (_setjmp -> setjmp) |  hshoexer | 2005-04-01 | 1 | -2/+2 |
* | Change wording of APIWARNs to match arch-independent code. |  kettenis | 2005-03-25 | 2 | -4/+4 |
* | Fix APIWARNs. |  kettenis | 2005-03-25 | 2 | -6/+6 |
* | Replace broken frexp() with a working one from FreeBSD. There's |  millert | 2005-02-01 | 23 | -838/+22 |
* | fix typo in comment |  hshoexer | 2004-10-29 | 1 | -2/+2 |
* | rcsid |  mickey | 2004-10-26 | 1 | -1/+2 |
* | fix a couple of wrongly used li's instead of dli's. spotted by as@gnu ;) |  pefo | 2004-10-18 | 1 | -3/+3 |
* | convert to 64 bit |  pefo | 2004-10-02 | 1 | -97/+55 |
* | convert to 64 bit |  pefo | 2004-10-02 | 1 | -19/+13 |
* | add some missing $, ok djm@ 'That looks fine to me' millert@ |  jsg | 2004-10-01 | 3 | -0/+4 |
* | Fix unsigned {int, long, long long} to long double conversions for |  otto | 2004-09-28 | 3 | -11/+65 |
* | ABI compliant register names |  pefo | 2004-09-15 | 1 | -19/+19 |
* | setjmp now passes all regress tests. |  pefo | 2004-09-10 | 3 | -11/+17 |
* | mips64 is now going ABI64 and shared library support! |  pefo | 2004-09-09 | 29 | -114/+270 |
* | 32 -> 64 bit cleanups but no optimizations yet |  pefo | 2004-09-07 | 12 | -42/+47 |
* | remove single ' |  pefo | 2004-08-15 | 1 | -2/+2 |
* | bye |  pefo | 2004-08-11 | 44 | -2516/+0 |
* | Move mips to mips64 |  pefo | 2004-08-11 | 44 | -0/+2551 |
* | Use less stack space for temporary storage and C code invocation, after |  miod | 2004-07-28 | 3 | -30/+24 |
* | Update stack frame processing after ABI change. |  miod | 2004-07-28 | 2 | -9/+9 |
* | Do not overallocate stack space, and keep the stack on a 16-byte boundary. |  miod | 2004-07-22 | 1 | -7/+7 |
* | Sync with NetBSD, picking up fixes to correctly reset status bits returning |  kettenis | 2004-07-13 | 1 | -3/+6 |
* | Use _ENTRY(CERROR) instead of CERROR so correct type info is generated. |  drahn | 2004-06-21 | 1 | -2/+2 |
* | include whole SYS.h instead of just machine/asm.h |  mickey | 2004-06-10 | 1 | -2/+2 |
* | PICy stuff |  mickey | 2004-05-25 | 6 | -31/+86 |
* | In _longjmp(), flush windows rather than attempting to backtrack manually, |  miod | 2004-05-04 | 2 | -59/+35 |
* | It turns out that the so-called fast ffs(3) routines were wrong, as soon as |  miod | 2004-04-01 | 2 | -18/+2 |
* | From the how many ways can you screw up replacing one line of code |  jason | 2004-03-24 | 1 | -2/+2 |
* | use absolute value like rev 1.1 did; pointed out by tom and ok deraadt. |  jason | 2004-03-23 | 1 | -1/+2 |
* | gcc3 doesn't align things the same as gcc2. Casting upwards is dangerous |  jason | 2004-03-23 | 1 | -2/+3 |
* | longjmp should not return 0, if longjmp(..., 0) is invoked return 1. |  drahn | 2004-03-01 | 1 | -2/+8 |
* | fix weak aliases for _thread_sys functions, proper libpthead linking. |  drahn | 2004-03-01 | 1 | -31/+18 |
* | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many |  deraadt | 2004-02-27 | 42 | -1879/+2 |
* | Define OSYSCALL* macros, as their SYSCALL* counterparts, but using the |  miod | 2004-02-22 | 4 | -6/+52 |
* | errno is int, not long; tracked down by otto@ |  miod | 2004-02-18 | 2 | -8/+8 |
* | Remove WARN_REFERENCES incorrectly imported from NetBSD. ok miod@ |  drahn | 2004-02-16 | 2 | -8/+2 |
* | Update from netbsd, prodded by miod@ |  drahn | 2004-02-12 | 1 | -2/+2 |
* | correct syscall() stub; fixes perl and vi.recover |  deraadt | 2004-02-11 | 2 | -4/+6 |
* | Fix PIC cerror. ok miod@ mickey@ |  drahn | 2004-02-10 | 2 | -4/+6 |
* | CURBRK -> __curbrk changes from mickey, minbrk addition by me, ok mickey@ |  drahn | 2004-02-10 | 4 | -24/+28 |
* | correct function names, ok deraadt@ |  drahn | 2004-02-10 | 6 | -12/+12 |
* | masks are only 32 bits on openbsd |  deraadt | 2004-02-09 | 2 | -4/+4 |
* | do signal blocking before saving registers |  deraadt | 2004-02-09 | 4 | -46/+46 |
* | 16 byte align for performance, as on other architectures |  deraadt | 2004-02-08 | 2 | -4/+8 |
* | from freebsd, helps awk too: |  deraadt | 2004-02-08 | 2 | -4/+4 |
* | from freebsd (and appears to make our awk work better) |  deraadt | 2004-02-08 | 2 | -34/+28 |
* | Do not generate text relocations in PIC code. |  drahn | 2004-02-07 | 3 | -11/+11 |
* | make old & new SYSENTRY macros |  deraadt | 2004-02-06 | 2 | -14/+24 |
* | fix alias definition, was backwards. |  drahn | 2004-02-06 | 1 | -2/+2 |