summaryrefslogtreecommitdiff
path: root/extra/scripts/gen_bits_syscall_h.sh
AgeCommit message (Expand)Author
2015-03-22extra: add clang flags for gen_bits_syscall_hBernhard Reutner-Fischer
2013-01-26buildsys: gen_bits_syscall_h: do not leave undefined SYS_xxx aroundMike Frysinger
2013-01-26buildsys: gen_bits_syscall_h: clean up scriptMike Frysinger
2013-01-26buildsys: gen_bits_syscall_h: remove top_builddir referencesMike Frysinger
2013-01-26buildsys: allow the toolchain to search its dirs for kernel headersMike Frysinger
2008-09-24- remove debug cruftBernhard Reutner-Fischer
2008-09-24- deal with ARM specific syscalls. Closes #2894Bernhard Reutner-Fischer
2008-05-21- Wrap overlong comment-lines. No object-code changesBernhard Reutner-Fischer
2006-12-12we just want the kernel headers, not the whole kernel source ... so people ma...Mike Frysinger
2006-12-11kill off the need for fix_includes.sh by utilizing KERNEL_SOURCE directlyMike Frysinger
2006-10-07Sergey 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.hBernhard Reutner-Fischer
2005-11-17Replace TOPDIR w/ top_builddirPeter S. Mazinger
2005-10-28Update/add scripts' copyrightPeter S. Mazinger
2002-10-28Add appropriate -I options so that any files included by unistd.h areMiles Bader
2002-09-05Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader
2002-08-27Make sure that bits/syscalls.h always includes bits/syscall.hEric Andersen
2002-07-22Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen
2002-02-04Add include guardsEric Andersen
2001-10-12A small patch from Erwin Authried <eauth@softsys.co.at>Eric Andersen
2001-07-03Just take whatever the kernel headers gave us, spaces and all. This isEric Andersen
2001-06-28Added a script to create bits/syscall.h for each arch.Manuel Novoa III