summaryrefslogtreecommitdiff
path: root/lib/libc/arch
AgeCommit message (Expand)Author
2001-01-24alignment seems like a good idea; after art@alphaMichael Shalayeff
2001-01-24Add alignment on this ugly array.Artur Grabowski
2001-01-04grammer/spellingTodd T. Fries
2000-12-29don't use %ebx, that's what %edx is for; Andy Doran <ad@netbsd.org>Michael Shalayeff
2000-11-26Properly implement errno handling for the threaded libc (libc_r)Dale Rahn
2000-10-17damn it, i have had it with this untested weak shitTheo de Raadt
2000-10-16re-add weak sparc support; d@Theo de Raadt
2000-10-11back out weak symbols; deraadt@David Leonard
2000-10-10Fresh infinity from NetBSD.Hugh Graham
2000-10-06weaken syscall symbols in libc by defaultDavid Leonard
2000-10-04use weak symbols in sparc's libcDavid Leonard
2000-03-01$OpenBSD$Todd T. Fries
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