Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-19 | Joseph S. Myers writes: | Eric Andersen | |
sys/syscall.h uses the IS_IN_libc define before including any header that includes libc-internal.h (where IS_IN_libc is defined). This patch makes sys/syscall.h include features.h to get the IS_IN_libc define where appropriate. | |||
2005-12-16 | Use kernel provided syscalls for user-space, the one from libc is not usable | Peter S. Mazinger | |
2005-11-23 | update license with glibc | Mike Frysinger | |
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-27 | Cleanup and don't require LIBC to be defined for the syscall numbers. | Eric Andersen | |
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 | |||
2000-07-07 | A few updates. | Eric Andersen | |
-Erik | |||
2000-05-14 | Initial revision | Erik Andersen | |