Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - remove debug cruft | Bernhard Reutner-Fischer | 2008-09-24 | 1 | -1/+1 |
| | |||||
* | - deal with ARM specific syscalls. Closes #2894 | Bernhard Reutner-Fischer | 2008-09-24 | 1 | -7/+7 |
| | |||||
* | - Wrap overlong comment-lines. No object-code changes | Bernhard Reutner-Fischer | 2008-05-21 | 1 | -4/+6 |
| | |||||
* | we just want the kernel headers, not the whole kernel source ... so people ↵ | Mike Frysinger | 2006-12-12 | 1 | -1/+1 |
| | | | | may need to update their paths slightly | ||||
* | kill off the need for fix_includes.sh by utilizing KERNEL_SOURCE directly | Mike Frysinger | 2006-12-11 | 1 | -4/+4 |
| | |||||
* | Sergey Lapin says the undefined syscall numbers from unistd.h do not get ↵ | Khem Raj | 2006-10-07 | 1 | -3/+5 |
| | | | | propogated into generated sysnum.h. | ||||
* | - make sure that icc generates bits/sysnum.h | Bernhard Reutner-Fischer | 2006-01-24 | 1 | -1/+6 |
| | | | | pgcc would need a completely different treatment here. | ||||
* | Replace TOPDIR w/ top_builddir | Peter S. Mazinger | 2005-11-17 | 1 | -5/+5 |
| | |||||
* | Update/add scripts' copyright | Peter S. Mazinger | 2005-10-28 | 1 | -0/+6 |
| | |||||
* | Add appropriate -I options so that any files included by unistd.h are | Miles Bader | 2002-10-28 | 1 | -3/+6 |
| | | | | | found correctly. Tweak the whitespace of the generated file. | ||||
* | Change <bits/syscall.h> to <bits/sysnum.h>. | Miles Bader | 2002-09-05 | 1 | -4/+4 |
| | |||||
* | Make sure that bits/syscalls.h always includes bits/syscall.h | Eric Andersen | 2002-08-27 | 1 | -1/+2 |
| | | | | -Erik | ||||
* | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen | 2002-07-22 | 1 | -2/+1 |
| | | | | | | 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 | ||||
* | Add include guards | Eric Andersen | 2002-02-04 | 1 | -0/+3 |
| | |||||
* | A small patch from Erwin Authried <eauth@softsys.co.at> | Eric Andersen | 2001-10-12 | 1 | -2/+2 |
| | | | | | *) changed ARM crt0.S / crt0pic.S selection -- depends on DOPIC now. *) Minor tweek to syscall definitions | ||||
* | Just take whatever the kernel headers gave us, spaces and all. This is | Eric Andersen | 2001-07-03 | 1 | -1/+1 |
| | | | | | | to accomodate arm, where rmk has made the syscall numbers be very very strangely setup, -Erik | ||||
* | Added a script to create bits/syscall.h for each arch. | Manuel Novoa III | 2001-06-28 | 1 | -0/+25 |
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. |