summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/m68k
AgeCommit message (Expand)Author
2002-03-13Build our own crti.o and crtn.o with a cross arch method that IEric Andersen
2002-03-01Move syscall.h generation to the top level MakefileEric Andersen
2002-03-01Major rework of the include files to eliminate redundancyEric Andersen
2002-02-06Add in clone (untested)David McCullough
2002-02-04Be consistant about the ways in which asm/unistd.h mightEric Andersen
2002-01-07Mahe 'make clean' remove generated bits/syscall.h, asEric Andersen
2002-01-01Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-11-30Add support for mmu-full m68k systems, such as oldworld macs.Eric Andersen
2001-11-29Add include/sys/reg.h to make gdbserver happyEric Andersen
2001-11-24Wrap uClinux specific stuff, so this will run onEric Andersen
2001-11-14Scrub up some lingering problems preventing readdir64 from workingEric Andersen
2001-11-14Turn off dtypeEric Andersen
2001-11-14Sync up m68k headersEric Andersen
2001-08-09Added sigset_t casts so we behave like the other platforms.David McCullough
2001-07-11Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough
2001-07-11Fixup the atexit weak alias for elf, need to include <features.h> toDavid McCullough
2001-07-09Workaround an old m68k-coff compiler problemEric Andersen
2001-06-28Changes for new auto-generated syscall.hDavid McCullough
2001-06-27Added this guy, nothing needed here really.David McCullough
2001-06-27Yes... I forgot to update bits/dirent.h for the other archs. :-(Manuel Novoa III
2001-06-25Fixed vfork so the child doesn't trash the parents return address.David McCullough
2001-06-18This commit finishes adding support for the old m68k-coff toolchains byEric Andersen
2001-06-12Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen
2001-05-26Makefile targets to symlink arch-specific headers into include/ (onlyDavid Schleef
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
2001-05-08Quick fix to setjmp/longjmp/sigsetjmp etc to make them work.David McCullough
2001-05-07Change FILENAME_MAX to be only 255. Max filename on ext2 is 255,Eric Andersen
2001-04-20Nobody should be using the SYS_ syscall names. Use the __NR_<foo>Eric Andersen
2001-04-19Remove all the __THROW macrosEric Andersen
2001-04-06Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen
2001-02-26New crt0.S with all init done in 'C' code.David McCullough
2001-02-26Reduced the size of sigsets to the minimal needed. Apart from the size,David McCullough
2001-01-29ptrace for m68k debugging.David McCullough
2001-01-29uClibc working with 2.0.x and 2.4.x m68k uClinux kernels, the PICDavid McCullough
2001-01-25Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.aManuel Novoa III
2001-01-16Remove an extra "/" from the crt0 pathEric Andersen
2001-01-16Makefile fixesEric Andersen
2001-01-16Facelist/cleanup for several syscalls. Added poll.Eric Andersen
2001-01-16Added common handling of errno.Eric Andersen
2001-01-15Remove generated files. Bring Makefile behavior into sync with other arches.Eric Andersen
2001-01-12Patch from James Graves <jgraves@deltamobile.com> to better handle m68k.Eric Andersen
2001-01-12Thanks to James Graves <jgraves@deltamobile.com>, we now haveEric Andersen