index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
i386
/
bits
/
syscalls.h
Age
Commit message (
Expand
)
Author
2008-04-24
- fixup asm. No object-code changes
Bernhard Reutner-Fischer
2008-01-05
michael_d writes in #1874:
Mike Frysinger
2007-03-13
Using local variable 'result' caused problems with lseek64 syscall failing wi...
Khem Raj
2007-03-06
Add posix_fadvise posix_fadvise64 for arm.
Khem Raj
2006-12-08
Take Mike Frysinger's comments into account -- make certain that user
Eric Andersen
2006-08-23
sync with psm: update errno handling to be the same on all arches
Mike Frysinger
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
2001-06-28
Added a script to create bits/syscall.h for each arch.
Manuel Novoa III
2001-06-27
Step one in a process to ween ourselves off of using asm/unistd.h.
Eric Andersen
2001-06-23
This adds in support for PIC on x86. Unfortunately, this will break
Eric Andersen