summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/m68k
AgeCommit message (Expand)Author
2003-10-08Patch from Atsushi Nemoto (with some additions):Eric Andersen
2003-03-03Initial effort at adding profiling support.Eric Andersen
2003-02-05add brk for m68kDavid McCullough
2003-01-24A few more needed updatesEric Andersen
2003-01-24Finish up fixing stat and setting various system types.Eric Andersen
2003-01-24Ok, people are probably going to hate me for this... This commit changes theEric Andersen
2003-01-23Update architecture specific support to consistantlyEric Andersen
2002-11-05Fixup handling of disabled optionsEric Andersen
2002-11-03Properly prefix some symbolsEric Andersen
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-10-09Support O_STREAMINGEric Andersen
2002-09-17Add in clone and make the assembler PIC/msep-data friendly.David McCullough
2002-09-17Fixup JMPBUF_UNWINDS so that is will compile if used :-)David McCullough
2002-09-05Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader
2002-08-28Fix a silly bug notices by Ronald Wahl <rwa@peppercon.com>Eric Andersen
2002-08-27Make sure that bits/syscalls.h always includes bits/syscall.hEric Andersen
2002-08-27Added __kernel_fsid_t to satisfy some apps that need it.David McCullough
2002-08-26Make bits/kernel_types.h include guard names match the includeEric Andersen
2002-08-25Finish off the bits/kernel_stat.h cleanup for properEric Andersen
2002-08-24Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen
2002-08-23Split out the definition of struct stat into the new archEric Andersen
2002-08-22Rework struct stat/stat64 handling to eliminate kernel headersEric Andersen
2002-08-19Eliminate wrapping of struct stat and use the kernel versionEric Andersen
2002-07-22Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen
2002-04-14Fix dummy main reference so it works...Eric Andersen
2002-04-14Manuel and I were looking into a problem with applications failing to linkEric Andersen
2002-04-03Revert this file back to where it was so m68k can compile again.Eric Andersen
2002-03-16Remove the C++ support stubs, since these now live elsewhere andEric Andersen
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