summaryrefslogtreecommitdiff
path: root/lib/libc/arch
AgeCommit message (Expand)Author
2000-01-25simplify, maaan!Michael Shalayeff
2000-01-24return values are in ret* regsMichael Shalayeff
2000-01-12ugly workaround for an .align parse bug in current binutilsMichael Shalayeff
2000-01-06missing ';'David Leonard
2000-01-06 use 'x/**/y' as non-ansi concat, and not 'x /**/ y' - duhDavid Leonard
2000-01-06okay then, don't use _C_LABEL. redefine _PROF_PROLOGUE which seems a lot sanerDavid Leonard
2000-01-06well. that wasnt tested very well.David Leonard
2000-01-06use weak symbolsDavid Leonard
2000-01-06use _C_LABEL macroDavid Leonard
2000-01-06system call entry, art@David Leonard
1999-12-31typo; busted ld does not report unresolved symbols from .s sourcesMichael Shalayeff
1999-12-31this is not used anywhere, since static variables are just not visibleMichael Shalayeff
1999-12-31SYSLIBC_SCCSMichael Shalayeff
1999-12-31like forkMichael Shalayeff
1999-12-31sigsuspendMichael Shalayeff
1999-12-31this was toughMichael Shalayeff
1999-12-31do the deedMichael Shalayeff
1999-12-31according to brkMichael Shalayeff
1999-12-310 in child, pid in parentMichael Shalayeff
1999-12-31real fleshMichael Shalayeff
1999-12-31i dunno how ptrace gonna work, so just do an execve for nowMichael Shalayeff
1999-12-25fake cerror.S creation for nowMichael Shalayeff
1999-12-05fix space regs load insns, also some tabs vs spacesMichael Shalayeff
1999-11-14this seem proper nowMichael Shalayeff
1999-09-16adopt to the new frame frameworkMichael Shalayeff
1999-09-14this is the bcopy we useMichael Shalayeff
1999-09-14some basic frameworkMichael Shalayeff
1999-07-23replace the stub ieeefp functions with the real working functions,Dale S. Rahn
1999-06-15changes required for powerpc libc_r support.Dale S. Rahn
1999-06-07replacement pipe() system call; copies data into place inside kernel, soTheo de Raadt
1999-06-02A couple of more __MIPSEX__Per Fogelstrom
1999-05-28use SYSENTRY, so that libc_r wraps this properlyTheo de Raadt
1999-05-01It is faster to split this into separate length and copy operationsTodd C. Miller
1999-04-30don't use a2Todd C. Miller
1999-04-30fix register usage (program logic is unchanged)Todd C. Miller
1999-04-27use assembler hereMichael Shalayeff
1999-04-25missing parts from last commitTodd C. Miller
1999-04-25m68k assembler version of strlcpy(3)Todd C. Miller
1999-04-21Fix the _THREAD_SAFE path through the cerror code for powerpc.Dale S. Rahn
1999-03-12Fixes to the currently unused PIC support in the powerpc asm files.Dale S. Rahn
1999-02-09Fixed brk() and sbrk(). Removal of old mvme88k dir.Steve Murphree
1999-02-04END -> SYSEND (typo fix)David Leonard
1999-02-01Should be taken care of but make it obviousPer Fogelstrom
1999-02-01mi ptraceDavid Leonard
1999-02-01remove PASSTHRUDavid Leonard
1999-01-28Preliminary version for PIC support. Builds and runs standard and profiledDale S. Rahn
1999-01-22ENTRY -> SYSENTRY for sparc libc_r (per d@)Marco S Hyman
1999-01-20use LIBCSRCDIRDavid Leonard
1999-01-19thread supportDavid Leonard
1999-01-06_THREAD_SAFEDavid Leonard