summaryrefslogtreecommitdiff
path: root/lib/libc/arch
AgeCommit message (Expand)Author
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
2002-08-27sync from libkern (where the major fix was done or the kernel piece of this)Michael Shalayeff
2002-08-13forgot to fix this while was fixing copy_on_fault shitzMichael Shalayeff
2002-08-11Two touches to make this work with ELF.Artur Grabowski
2002-08-08no more of the French Favourite SymbolMichael Shalayeff
2002-08-08fix KMSRCS after some files removelanceMichael Shalayeff
2002-08-05_C_LABEL where needed.Artur Grabowski
2002-07-25real vforkMichael Shalayeff
2002-07-08we can live very well w/ MI ffs()Michael Shalayeff
2002-07-08offload the arguments from the stack before performingMichael Shalayeff
2002-06-18Rewrite to get proper Copyright.Marc Espie
2002-06-17make fabs use asm, and license repairTheo de Raadt
2002-06-10no more _NO_WEAK_ALIASES here.Federico G. Schwindt
2002-05-22I was on drugs when I commited this initially, and still do not understandMiod Vallat
2002-05-20save the old onfault where the handler expects it to be, do not zero out on e...Michael Shalayeff
2002-05-17kill unused lineMichael Shalayeff
2002-05-17Remove unused pieces and clean Makefile.incMiod Vallat
2002-05-08Sync with netbsd version, adds SOFTFLOAT (not supported) and copyright.Dale Rahn
2002-05-08OpenBSD tag.Dale Rahn
2002-05-08Add copyright block to this file I wrote long ago.Dale Rahn
2002-03-11More fp-related libc pieces for hppa.Miod Vallat
2002-03-08reverse the conditionMichael Shalayeff
2002-03-08set ret for mem*, no mycopy, better reverse copy checkMichael Shalayeff
2002-02-25use c versionsMichael Shalayeff
2002-02-19We need to keep K&R compat macros for some ports where the assemnbler isTodd C. Miller
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17rfork() needs a fork.S-like stub as well; ok artTheo de Raadt