summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/m68k
Commit message (Expand)AuthorAgeFilesLines
...
* Changes for new auto-generated syscall.hDavid McCullough2001-06-283-199/+4
* Added this guy, nothing needed here really.David McCullough2001-06-271-0/+8
* Yes... I forgot to update bits/dirent.h for the other archs. :-(Manuel Novoa III2001-06-271-2/+11
* Fixed vfork so the child doesn't trash the parents return address.David McCullough2001-06-253-27/+35
* This commit finishes adding support for the old m68k-coff toolchains byEric Andersen2001-06-182-1/+106
* Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen2001-06-125-43/+30
* Makefile targets to symlink arch-specific headers into include/ (onlyDavid Schleef2001-05-261-0/+3
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-3/+2
* Quick fix to setjmp/longjmp/sigsetjmp etc to make them work.David McCullough2001-05-082-10/+15
* Change FILENAME_MAX to be only 255. Max filename on ext2 is 255,Eric Andersen2001-05-071-1/+1
* Nobody should be using the SYS_ syscall names. Use the __NR_<foo>Eric Andersen2001-04-202-2/+2
* Remove all the __THROW macrosEric Andersen2001-04-192-12/+12
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-2/+2
* New crt0.S with all init done in 'C' code.David McCullough2001-02-261-30/+33
* Reduced the size of sigsets to the minimal needed. Apart from the size,David McCullough2001-02-262-66/+12
* ptrace for m68k debugging.David McCullough2001-01-291-0/+33
* uClibc working with 2.0.x and 2.4.x m68k uClinux kernels, the PICDavid McCullough2001-01-295-34/+43
* Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.aManuel Novoa III2001-01-251-1/+4
* Remove an extra "/" from the crt0 pathEric Andersen2001-01-161-1/+1
* Makefile fixesEric Andersen2001-01-161-4/+5
* Facelist/cleanup for several syscalls. Added poll.Eric Andersen2001-01-161-2/+7
* Added common handling of errno.Eric Andersen2001-01-162-10/+1
* Remove generated files. Bring Makefile behavior into sync with other arches.Eric Andersen2001-01-155-451/+15
* Patch from James Graves <jgraves@deltamobile.com> to better handle m68k.Eric Andersen2001-01-121-0/+64
* Thanks to James Graves <jgraves@deltamobile.com>, we now haveEric Andersen2001-01-1276-0/+9039