summaryrefslogtreecommitdiff
path: root/lib/libc/arch
AgeCommit message (Expand)Author
2003-04-22Indent delay slot insnsJason Wright
2003-04-17ELF fixups, ELF PIC syscall support, asm changes as requested by assembler.Dale Rahn
2003-03-10duplicate words and spelling fixes in commentsDavid Krause
2003-03-01Provide real ieee fp*() functions; from NetBSD.Miod Vallat
2003-02-18indent delay slotJason Wright
2003-02-08Obey calling convention and use the right opcode (fabss -> fabsd); Fabulous...Jason Wright
2003-01-29Align this char array accessed as double, for paranoia reasons.Dale Rahn
2003-01-16Waiter! I asked for a working vfork!Miod Vallat
2003-01-16Alignment requirements are satisfied in ENTRY(), no need to add more here.Miod Vallat
2003-01-15minbrk is exposed, gmon uses itMichael Shalayeff
2003-01-07Get static rcsid correctly, better style for .S files, trim whitespace.Miod Vallat
2003-01-07Properly align __infinity - m88k is very strict wrt double alignment.Miod Vallat
2003-01-07Get the rounding modes table correct, eventually.Miod Vallat
2003-01-07One more pass to get thinks correct wrt weak symbols and syscalls.Miod Vallat
2003-01-04Fix *longjmp() return values.Miod Vallat
2003-01-02Adapt to recent changes in libc/libc_r wrt weak symbols, so that programsMiod Vallat
2003-01-02Rename cerror to __cerror and curbrk to __curbrk, to avoid namespaceMiod Vallat
2003-01-02Begone.Miod Vallat
2003-01-02TyposMiod Vallat
2002-11-23Make the mul/div/rem (and u... versions) weak so that ld.so can overrideDale Rahn
2002-11-18Oops, unbrek libc_pMiod Vallat
2002-11-06Move the weak definition from before the syscall's entry point toTodd C. Miller
2002-11-06From NetBSD; Use _C_LABEL, not SYSNAME to call sigaltstack, sigblock,Todd C. Miller
2002-11-05thread safe libc -- 2nd try. OK miod@, millert@Marco S Hyman
2002-11-05Rename cerror to __cerror and curbrk to __curbrk, to avoid namespaceMiod Vallat
2002-11-05Rename cerror to __cerror and curbrk to __curbrk, to avoid namespaceMiod Vallat
2002-11-03back out previous patch.. there are still some vax/m68k issuesMarco S Hyman
2002-11-03libc changes for thread safety. Tested on:Marco S Hyman
2002-11-01Stub to help libc_r buildsMiod Vallat
2002-10-31gotta define SYSEXIT() and make all the rest of sys/*S be thread-safe now, mi...Michael Shalayeff
2002-10-31marc@ said we should be always thread-safe, accomodate for that, also definin...Michael Shalayeff
2002-10-24Remove some old if 0/if 1 code, it is pointless to keep this in.Dale Rahn
2002-10-21reversed condition checking for sig*jmp(, savemask)Michael Shalayeff
2002-10-21deal w/ longjmp(, 0)Michael Shalayeff
2002-10-21make an ieeefp regress pass; miod@ okMichael Shalayeff
2002-10-07name space pollution; after art@Michael Shalayeff
2002-10-07kick, kick. Fix these files which did not come from NetBSD, but theDale Rahn
2002-10-07clean up ifdefs for PIC, resulting code unchanged.Dale Rahn
2002-10-07s/curbrk/__curbrk/ as suggested by art, a few _ASM_LABEL added as appropriate.Dale Rahn
2002-10-07Simpler, smaller, more efficient and equivalent.Dale Rahn
2002-10-07cerror -> __cerror as suggested by art, with a couple of missing _ASM_LABEL()Dale Rahn
2002-10-06curbrk -> __curbrk on sparc to avoid name space pollution.Artur Grabowski
2002-10-06Rename curbrk to __curbrk on i386 to avoid namespace pollution.Artur Grabowski
2002-10-06Rename curbrk to __curbrk on alpha to avoid namespace pollution.Artur Grabowski
2002-10-06Rename cerror to __cerror on i386 to avoid namespace pollution.Artur Grabowski
2002-10-06Rename cerror to __cerror on alpha to avoid namespace pollution.Artur Grabowski
2002-09-18Fix license and conformance with man page.Steve Murphree
2002-09-11bye bye.Federico G. Schwindt
2002-09-10better, faster scooter; fix cerror in mi somedayMichael Shalayeff
2002-09-10mi versions are good enoughMichael Shalayeff