Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-13 | prune trailing whitespace | Eric Andersen | |
2006-02-15 | Block the combo DOMULTI/SUPPORT_LD_DEBUG | Peter S. Mazinger | |
2006-01-23 | Make i386 build w/ -std=c99 (almost) | Peter S. Mazinger | |
2006-01-05 | implement syscall6 | Mike Frysinger | |
2005-11-02 | Undo 12115, it fails on building libc/sysdeps/linux/common | Peter S. Mazinger | |
2005-11-02 | Cleaner i386/syscalls.h patch to handle macro redefines proposed by jocke | Peter S. Mazinger | |
2005-11-02 | Remove __set_errno proposed by jocke | Peter S. Mazinger | |
2005-11-02 | Allow sources using syscalls to be IMA compiled on x86 | Peter S. Mazinger | |
2002-09-05 | Change <bits/syscall.h> to <bits/sysnum.h>. | Miles Bader | |
2002-07-22 | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen | |
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 | |||
2001-06-28 | Added a script to create bits/syscall.h for each arch. | Manuel Novoa III | |
NOTE!!! This is run by "make -C libc/sysdeps/linux/$(TARGET_ARCH) headers" in the main Makefile, but I only changed libc/sysdeps/linux/i386/Makefile as I had no way of testing it for the other archs. Various arch maintainers, please check and update the corresponding Makefile... or report bugs ;-)... appropriately. You'll also want to "cvs del" syscall.h and add it to a .cvsignore in $(ARCH)/bits. Also added a define to uClibc_config.h, __UCLIBC_USE_UNIFIED_SYSCALL__, and moved i386 unified syscall stuff out of common and into i386/bits/syscalls.h. | |||
2001-06-27 | Step one in a process to ween ourselves off of using asm/unistd.h. | Eric Andersen | |
This will break the build for a bit. -Erik | |||
2001-06-23 | This adds in support for PIC on x86. Unfortunately, this will break | Eric Andersen | |
all arches till they add in an libc/sysdeps/linux/<arch>/bits/syscalls.h file. Sorry about there, there was no other way... -Erik |