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
/
extra
/
scripts
/
gen_bits_syscall_h.sh
Age
Commit message (
Expand
)
Author
2013-01-26
buildsys: gen_bits_syscall_h: do not leave undefined SYS_xxx around
Mike Frysinger
2013-01-26
buildsys: gen_bits_syscall_h: clean up script
Mike Frysinger
2013-01-26
buildsys: gen_bits_syscall_h: remove top_builddir references
Mike Frysinger
2013-01-26
buildsys: allow the toolchain to search its dirs for kernel headers
Mike Frysinger
2008-09-24
- remove debug cruft
Bernhard Reutner-Fischer
2008-09-24
- deal with ARM specific syscalls. Closes #2894
Bernhard Reutner-Fischer
2008-05-21
- Wrap overlong comment-lines. No object-code changes
Bernhard Reutner-Fischer
2006-12-12
we just want the kernel headers, not the whole kernel source ... so people ma...
Mike Frysinger
2006-12-11
kill off the need for fix_includes.sh by utilizing KERNEL_SOURCE directly
Mike Frysinger
2006-10-07
Sergey Lapin says the undefined syscall numbers from unistd.h do not get prop...
Khem Raj
2006-01-24
- make sure that icc generates bits/sysnum.h
Bernhard Reutner-Fischer
2005-11-17
Replace TOPDIR w/ top_builddir
Peter S. Mazinger
2005-10-28
Update/add scripts' copyright
Peter S. Mazinger
2002-10-28
Add appropriate -I options so that any files included by unistd.h are
Miles Bader
2002-09-05
Change <bits/syscall.h> to <bits/sysnum.h>.
Miles Bader
2002-08-27
Make sure that bits/syscalls.h always includes bits/syscall.h
Eric Andersen
2002-07-22
Rework syscall handling. Rewrite syscall handlers for x86 and ARM.
Eric Andersen
2002-02-04
Add include guards
Eric Andersen
2001-10-12
A small patch from Erwin Authried <eauth@softsys.co.at>
Eric Andersen
2001-07-03
Just take whatever the kernel headers gave us, spaces and all. This is
Eric Andersen
2001-06-28
Added a script to create bits/syscall.h for each arch.
Manuel Novoa III