Age | Commit message (Expand) | Author |
2001-08-19 | remove unused bits and pieces. | Brad Smith |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela |
2001-06-13 | SYSLEAF, not LEAF. shared libc_r builds now on alpha. | Artur Grabowski |
2001-06-13 | pretty | Artur Grabowski |
2001-06-13 | "#endif _THREAD_SAFE" is not legal | Artur Grabowski |
2001-06-04 | oh, just include machine/asm.h | Michael Shalayeff |
2001-06-04 | entrieness cleanup | Michael Shalayeff |
2001-05-11 | PowerPC is big endian, not little endian. This fixes isinf() and isnan() | Dale Rahn |
2001-04-18 | Most of the systems we run on require an emulated EMODD, so avoid using | Hugh Graham |
2001-03-29 | fix fork, brk/sbrk; rcsid embedding | Michael Shalayeff |
2001-03-28 | correct arg order addi/subi, newer gas catches this | Michael Shalayeff |
2001-03-18 | Fix lots of register masks. | Brandon Creighton |
2001-01-24 | alignment seems like a good idea; after art@alpha | Michael Shalayeff |
2001-01-24 | Add alignment on this ugly array. | Artur Grabowski |
2001-01-04 | grammer/spelling | Todd T. Fries |
2000-12-29 | don't use %ebx, that's what %edx is for; Andy Doran <ad@netbsd.org> | Michael Shalayeff |
2000-11-26 | Properly implement errno handling for the threaded libc (libc_r) | Dale Rahn |
2000-10-17 | damn it, i have had it with this untested weak shit | Theo de Raadt |
2000-10-16 | re-add weak sparc support; d@ | Theo de Raadt |
2000-10-11 | back out weak symbols; deraadt@ | David Leonard |
2000-10-10 | Fresh infinity from NetBSD. | Hugh Graham |
2000-10-06 | weaken syscall symbols in libc by default | David Leonard |
2000-10-04 | use weak symbols in sparc's libc | David Leonard |
2000-03-01 | $OpenBSD$ | Todd T. Fries |
2000-01-25 | simplify, maaan! | Michael Shalayeff |
2000-01-24 | return values are in ret* regs | Michael Shalayeff |
2000-01-12 | ugly workaround for an .align parse bug in current binutils | Michael Shalayeff |
2000-01-06 | missing ';' | David Leonard |
2000-01-06 | use 'x/**/y' as non-ansi concat, and not 'x /**/ y' - duh | David Leonard |
2000-01-06 | okay then, don't use _C_LABEL. redefine _PROF_PROLOGUE which seems a lot saner | David Leonard |
2000-01-06 | well. that wasnt tested very well. | David Leonard |
2000-01-06 | use weak symbols | David Leonard |
2000-01-06 | use _C_LABEL macro | David Leonard |
2000-01-06 | system call entry, art@ | David Leonard |
1999-12-31 | typo; busted ld does not report unresolved symbols from .s sources | Michael Shalayeff |
1999-12-31 | this is not used anywhere, since static variables are just not visible | Michael Shalayeff |
1999-12-31 | SYSLIBC_SCCS | Michael Shalayeff |
1999-12-31 | like fork | Michael Shalayeff |
1999-12-31 | sigsuspend | Michael Shalayeff |
1999-12-31 | this was tough | Michael Shalayeff |
1999-12-31 | do the deed | Michael Shalayeff |
1999-12-31 | according to brk | Michael Shalayeff |
1999-12-31 | 0 in child, pid in parent | Michael Shalayeff |
1999-12-31 | real flesh | Michael Shalayeff |
1999-12-31 | i dunno how ptrace gonna work, so just do an execve for now | Michael Shalayeff |
1999-12-25 | fake cerror.S creation for now | Michael Shalayeff |
1999-12-05 | fix space regs load insns, also some tabs vs spaces | Michael Shalayeff |
1999-11-14 | this seem proper now | Michael Shalayeff |
1999-09-16 | adopt to the new frame framework | Michael Shalayeff |
1999-09-14 | this is the bcopy we use | Michael Shalayeff |