summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/m68k
AgeCommit message (Expand)Author
2006-01-29create a local prototype to shutup warningsMike Frysinger
2006-01-29just use the common ptrace versionMike Frysinger
2006-01-29undefine stupid defines from the kernelMike Frysinger
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-26Allow for targets that don't know about signed zero floats."Jan-Benedict Glaw"
2006-01-24fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger
2006-01-23fix building with gcc4Mike Frysinger
2006-01-19Remove HAVE_ELFPeter S. Mazinger
2006-01-19Change to sane defaultsPeter S. Mazinger
2006-01-19move a bunch of arch-specific checks out of common files and into an arch spe...Mike Frysinger
2006-01-15add syscall() by d1mag in Bug 164Mike Frysinger
2006-01-14fix broken commentingMike Frysinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14make sure we set errno properlyMike Frysinger
2006-01-14use __syscall_error trickMike Frysinger
2006-01-14forgot to cut out the other __USE_MISC sectionMike Frysinger
2006-01-14need features.hMike Frysinger
2006-01-14shouldnt have trimmed the _ASM #if checkMike Frysinger
2006-01-14oldMike Frysinger
2006-01-14sync with glibcMike Frysinger
2006-01-14sync with glibcMike Frysinger
2006-01-14update to new uClibc startup styleMike Frysinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2006-01-02Remove fpu_control.h handling as wellPeter S. Mazinger
2005-12-15Hide fork and vfork, use the newly introduced *aliasPeter S. Mazinger
2005-12-14Do hidden brk, hide _brk as well for some archs, convert users of brkPeter S. Mazinger
2005-11-24Paul Brook reports: fix build failure with newer binutilsMike Frysinger
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-11-19rename common Makefile.arch to prevent include funkiness from occuringMike Frysinger
2005-11-18grab fix from glibc:Mike Frysinger
2005-11-16update copyright and license, add _BITS_SETJMP_H protection around the file, ...Mike Frysinger
2005-11-05makefiles for new build systemMike Frysinger
2005-11-04need our own page header file to prevent warningsMike Frysinger
2005-11-04use errno.h like in i386Mike Frysinger
2005-10-12Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger
2005-09-28Build crt[in].o with disabled ssp.Peter S. Mazinger
2005-09-27Speed up clean target, don't recurse where possible, remove unneeded actionsPeter S. Mazinger
2005-03-16change the reg class so it actually compilesMike Frysinger
2005-03-16merge the syscalls and punt the glibc import in the process (blah, what a was...Mike Frysinger
2005-03-16get rid of linux-headers hack ... rip code from glibcMike Frysinger
2005-02-12no more cvsMike Frysinger
2005-01-25merge parallel build supportMike Frysinger
2005-01-11Patch from Bernardo Innocenti:Eric Andersen
2004-12-22Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen
2004-07-30s/___brk_addr/__curbrk/gEric Andersen
2004-05-14__data_start needs to be added to all crt0.S files that don't currentlyEric Andersen
2004-05-14Kill off the now obsolete __libc_vfork symbolEric Andersen
2004-04-20Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen
2004-02-06Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it asEric Andersen
2004-01-16s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen