summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-27First round of VAX patches. This isn't complete right now, there are for"Jan-Benedict Glaw"
2006-01-27use attribute_unused instead of hardcodedPeter S. Mazinger
2006-01-27remove commentPeter S. Mazinger
2006-01-27Disabled NULL error_print_progname, uselessPeter S. Mazinger
2006-01-27Update copyright and commentPeter S. Mazinger
2006-01-27Some warnings go awayPeter S. Mazinger
2006-01-27Add some prototypes to arch specific pread_write.c, mips has __mips64 questio...Peter S. Mazinger
2006-01-27Add back explicit prototype, archs miss sys/io.h, remove m68k exclusionPeter S. Mazinger
2006-01-27s|sys/perm.h|sys/io.h|, thx vapierPeter S. Mazinger
2006-01-27The VAX gas cannot (yet) cope with the tricks played here, so I'm grounding"Jan-Benedict Glaw"
2006-01-27update copyrightMike Frysinger
2006-01-27just exec the catMike Frysinger
2006-01-27try at crt1 code by tweaking crt0.c and utilizing the -S output of gccMike Frysinger
2006-01-26Tobias no longer works for axisMike Frysinger
2006-01-26disable -z now by defaultMike Frysinger
2006-01-26touchup style to match other arch versionsMike Frysinger
2006-01-26make sure we include the local sysdep.h headerMike Frysinger
2006-01-26remove things that libc-symbols.h already defines for usMike Frysinger
2006-01-26cris uses @ for asm line separationsMike Frysinger
2006-01-26Ricard Wanderlof writes:Mike Frysinger
2006-01-26prototypes for threads tooPeter S. Mazinger
2006-01-26Some more prototypes, enable missing-prototypes/declarations warnings for nowPeter S. Mazinger
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-26Really define, not undefine the crash statement..."Jan-Benedict Glaw"
2006-01-26Allow for targets that don't know about signed zero floats."Jan-Benedict Glaw"
2006-01-26Enable gcvt in header, we build itPeter S. Mazinger
2006-01-26Correct mips, does mips ever be similar to others ;-(Peter S. Mazinger
2006-01-25Guard the use of sigreturn as in x86_64, thx blindvtPeter S. Mazinger
2006-01-25hidden_strong_alias gone and won't be added back because it causes troublePeter S. Mazinger
2006-01-25Modify the earlier changes, because libc-lock references __pthread_mutex*, do...Peter S. Mazinger
2006-01-25Use #define __NR_vfork __NR_fork consistentlyPeter S. Mazinger
2006-01-25error_message_count got lostPeter S. Mazinger
2006-01-25make use of the internals provided earlierPeter S. Mazinger
2006-01-25Keep only hidden __pthread_mutex_* used in libc, change pthread_mutex_* to us...Peter S. Mazinger
2006-01-25Remove unused prototypePeter S. Mazinger
2006-01-25user internal versions of waitpid/raise/nanosleepPeter S. Mazinger
2006-01-25provide internal nanosleep/waitpid/sigaction/raisePeter S. Mazinger
2006-01-25longjmp should use __libc_longjmp, use __typeof again now that it works corre...Peter S. Mazinger
2006-01-25s/IS_IN_linuxthreads/IS_IN_libpthread/Peter S. Mazinger
2006-01-24first (broken) pass at updating to new crt styleMike Frysinger
2006-01-24touchup page a bit to try and be clearer about which list we are talking aboutMike Frysinger
2006-01-24Get rid of a shadow warningPeter S. Mazinger
2006-01-24add noreturn for *longjmpPeter S. Mazinger
2006-01-24__longjmp/__libc_longjmp as noreturnPeter S. Mazinger
2006-01-24- make sure that icc generates bits/sysnum.hBernhard Reutner-Fischer
2006-01-24waitpid undefinedPeter S. Mazinger
2006-01-24Hope to mips buildPeter S. Mazinger
2006-01-24use __typeof for all __libc_x prototypes, do not need __sigaction/__vforkPeter S. Mazinger
2006-01-24Don't use __getpid/__getpagesizePeter S. Mazinger
2006-01-24fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger