Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen | 2002-07-22 | 1 | -4/+9 |
| | | | | | | Prepare to kill the UNIFIED_SYSCALL option and instead have it be a per arch thing that is either enabled or not for that arch. -Erik | ||||
* | Revert this file back to where it was so m68k can compile again. | Eric Andersen | 2002-04-03 | 1 | -25/+22 |
| | | | | | Oops. I'd hosed things up for m68k with the header file rework. -Erik | ||||
* | Major rework of the include files to eliminate redundancy | Eric Andersen | 2002-03-01 | 61 | -7421/+39 |
| | | | | | and to better support each arch. This is a really big patch... -Erik | ||||
* | Add in clone (untested) | David McCullough | 2002-02-06 | 1 | -25/+22 |
| | | | | | | | Fix up setjmp/longjmp which were quite broken not withstanding all the new versions. Needs a little more test time before I'll trust this code totally. | ||||
* | Be consistant about the ways in which asm/unistd.h might | Eric Andersen | 2002-02-04 | 1 | -2/+4 |
| | | | | | | be included to avoid gratuitous conflicts... This is a hack till we have proper _syscall macros for all archs. -Erik | ||||
* | Scrub up some lingering problems preventing readdir64 from working | Eric Andersen | 2001-11-14 | 1 | -2/+4 |
| | | | | | | and creating several *64 problems, particualrly when client apps used -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64. All better now. -Erik | ||||
* | Turn off dtype | Eric Andersen | 2001-11-14 | 1 | -1/+1 |
| | |||||
* | Sync up m68k headers | Eric Andersen | 2001-11-14 | 70 | -1225/+1920 |
| | |||||
* | Added sigset_t casts so we behave like the other platforms. | David McCullough | 2001-08-09 | 1 | -6/+6 |
| | |||||
* | Added __BEGIN_DECLS and __END_DECLS to the files that didn't have | David McCullough | 2001-07-11 | 6 | -1/+18 |
| | | | | | | it and that I could see needed it. Should be pretty low impact as these are only defined when using C++. | ||||
* | Changes for new auto-generated syscall.h | David McCullough | 2001-06-28 | 2 | -195/+1 |
| | |||||
* | Added this guy, nothing needed here really. | David McCullough | 2001-06-27 | 1 | -0/+8 |
| | |||||
* | Yes... I forgot to update bits/dirent.h for the other archs. :-( | Manuel Novoa III | 2001-06-27 | 1 | -2/+11 |
| | |||||
* | Cleanup the toploevel makefile handing of shared libs. Add weak_alias | Eric Andersen | 2001-06-12 | 1 | -31/+0 |
| | | | | | | define, and set things up so nasty old coff toolchains can now compile things and should actually work again. -Erik | ||||
* | Quick fix to setjmp/longjmp/sigsetjmp etc to make them work. | David McCullough | 2001-05-08 | 1 | -2/+7 |
| | | | | This should really be fixed to fall into line with the other archs. | ||||
* | Change FILENAME_MAX to be only 255. Max filename on ext2 is 255, | Eric Andersen | 2001-05-07 | 1 | -1/+1 |
| | | | | | | | so there is no reason to allocate 4k. Change working of execvep.c per patch from Matthias Kilian <kili@outback.escape.de> so that there is not a fixed 127 byte buffer. Too easy to overflow... -Erik | ||||
* | Remove all the __THROW macros | Eric Andersen | 2001-04-19 | 2 | -12/+12 |
| | |||||
* | Reduced the size of sigsets to the minimal needed. Apart from the size, | David McCullough | 2001-02-26 | 2 | -66/+12 |
| | | | | | it has the added advantage of giving the C++ build of m68k-elf-gcc a clean bill of health. | ||||
* | uClibc working with 2.0.x and 2.4.x m68k uClinux kernels, the PIC | David McCullough | 2001-01-29 | 3 | -9/+26 |
| | | | | stuff in crt0.S may not be quite right yet. | ||||
* | Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.a | Manuel Novoa III | 2001-01-25 | 1 | -1/+4 |
| | | | | objects with shared uClibc; allow disabling long long support. | ||||
* | Facelist/cleanup for several syscalls. Added poll. | Eric Andersen | 2001-01-16 | 1 | -2/+7 |
| | |||||
* | Thanks to James Graves <jgraves@deltamobile.com>, we now have | Eric Andersen | 2001-01-12 | 68 | -0/+8367 |
a first pass at getting m68k working. It may have some problems, but should now be fairly close. |