Age | Commit message (Expand) | Author |
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 |
1999-09-14 | some basic framework | Michael Shalayeff |
1999-07-23 | replace the stub ieeefp functions with the real working functions, | Dale S. Rahn |
1999-06-15 | changes required for powerpc libc_r support. | Dale S. Rahn |
1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so | Theo de Raadt |
1999-06-02 | A couple of more __MIPSEX__ | Per Fogelstrom |
1999-05-28 | use SYSENTRY, so that libc_r wraps this properly | Theo de Raadt |
1999-05-01 | It is faster to split this into separate length and copy operations | Todd C. Miller |
1999-04-30 | don't use a2 | Todd C. Miller |
1999-04-30 | fix register usage (program logic is unchanged) | Todd C. Miller |
1999-04-27 | use assembler here | Michael Shalayeff |
1999-04-25 | missing parts from last commit | Todd C. Miller |
1999-04-25 | m68k assembler version of strlcpy(3) | Todd C. Miller |
1999-04-21 | Fix the _THREAD_SAFE path through the cerror code for powerpc. | Dale S. Rahn |
1999-03-12 | Fixes to the currently unused PIC support in the powerpc asm files. | Dale S. Rahn |
1999-02-09 | Fixed brk() and sbrk(). Removal of old mvme88k dir. | Steve Murphree |
1999-02-04 | END -> SYSEND (typo fix) | David Leonard |
1999-02-01 | Should be taken care of but make it obvious | Per Fogelstrom |
1999-02-01 | mi ptrace | David Leonard |
1999-02-01 | remove PASSTHRU | David Leonard |
1999-01-28 | Preliminary version for PIC support. Builds and runs standard and profiled | Dale S. Rahn |
1999-01-22 | ENTRY -> SYSENTRY for sparc libc_r (per d@) | Marco S Hyman |
1999-01-20 | use LIBCSRCDIR | David Leonard |
1999-01-19 | thread support | David Leonard |
1999-01-06 | _THREAD_SAFE | David Leonard |