summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/m68k
Commit message (Expand)AuthorAgeFilesLines
* Fix a silly bug notices by Ronald Wahl <rwa@peppercon.com>Eric Andersen2002-08-281-1/+0
* Make sure that bits/syscalls.h always includes bits/syscall.hEric Andersen2002-08-271-0/+5
* Added __kernel_fsid_t to satisfy some apps that need it.David McCullough2002-08-271-0/+8
* Make bits/kernel_types.h include guard names match the includeEric Andersen2002-08-261-3/+9
* Finish off the bits/kernel_stat.h cleanup for properEric Andersen2002-08-251-0/+30
* Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen2002-08-241-0/+29
* Split out the definition of struct stat into the new archEric Andersen2002-08-231-0/+58
* Rework struct stat/stat64 handling to eliminate kernel headersEric Andersen2002-08-221-78/+0
* Eliminate wrapping of struct stat and use the kernel versionEric Andersen2002-08-191-65/+9
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-221-4/+9
* Fix dummy main reference so it works...Eric Andersen2002-04-141-2/+6
* Manuel and I were looking into a problem with applications failing to linkEric Andersen2002-04-142-0/+8
* Revert this file back to where it was so m68k can compile again.Eric Andersen2002-04-031-25/+22
* Remove the C++ support stubs, since these now live elsewhere andEric Andersen2002-03-162-21/+0
* Build our own crti.o and crtn.o with a cross arch method that IEric Andersen2002-03-131-1/+1
* Move syscall.h generation to the top level MakefileEric Andersen2002-03-011-1/+0
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-0165-7422/+274
* Add in clone (untested)David McCullough2002-02-067-109/+187
* Be consistant about the ways in which asm/unistd.h mightEric Andersen2002-02-041-2/+4
* Mahe 'make clean' remove generated bits/syscall.h, asEric Andersen2002-01-071-0/+1
* Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen2002-01-011-2/+2
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-192-6/+4
* Add support for mmu-full m68k systems, such as oldworld macs.Eric Andersen2001-11-303-2/+57
* Add include/sys/reg.h to make gdbserver happyEric Andersen2001-11-292-0/+90
* Wrap uClinux specific stuff, so this will run onEric Andersen2001-11-241-0/+2
* Scrub up some lingering problems preventing readdir64 from workingEric Andersen2001-11-141-2/+4
* Turn off dtypeEric Andersen2001-11-141-1/+1
* Sync up m68k headersEric Andersen2001-11-1470-1225/+1920
* Added sigset_t casts so we behave like the other platforms.David McCullough2001-08-091-6/+6
* Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough2001-07-116-1/+18
* Fixup the atexit weak alias for elf, need to include <features.h> toDavid McCullough2001-07-111-1/+5
* Workaround an old m68k-coff compiler problemEric Andersen2001-07-091-0/+2
* 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