summaryrefslogtreecommitdiff
path: root/linux
Commit message (Expand)AuthorAge
* Fix defined(FOO) styleDenys Vlasenko2012-02-25
* Manual removal of non-Linux source, documentation, etc.Denys Vlasenko2012-02-25
* Remove initialization of native_scno fieldDmitry V. Levin2012-02-20
* Do not use SYS_ipc and SYS_socketcallDmitry V. Levin2012-02-20
* Remove initialization of native_scno field for most of syscallsDmitry V. Levin2012-02-20
* Remove unused sys_pread64 and sys_pwrite64 parsers on LinuxDmitry V. Levin2012-02-04
* Use process_vm_readv instead of PTRACE_PEEKDATA to read data blocksDenys Vlasenko2012-01-28
* Fix sigreturn arg count from 1 to 0 on all architectures.Denys Vlasenko2012-01-10
* linux/syscall.h: Remove redundant function declarationsDmitry V. Levin2011-11-28
* linux/syscall.h: Sort function declarationsDmitry V. Levin2011-11-28
* linux/syscall.h: Place one function declaration per lineDmitry V. Levin2011-11-28
* Remove redundant parsersDmitry V. Levin2011-11-28
* Reflect the fact that nfsservctl syscall was removed from linux kernelsDmitry V. Levin2011-11-28
* x86_64: add getcpu syscall entryDmitry V. Levin2011-11-27
* Add syscall entries for new linux syscallsDmitry V. Levin2011-11-26
* Fix prctl syscall entriesDmitry V. Levin2011-11-26
* arm: fix io_* syscall entriesDmitry V. Levin2011-11-26
* Fix mincore syscall entriesDmitry V. Levin2011-11-26
* Fix sendmsg syscall entriesDmitry V. Levin2011-11-25
* Fix epoll_wait syscall entriesDmitry V. Levin2011-11-25
* Fix epoll_ctl syscall entriesDmitry V. Levin2011-11-25
* arm: fix epoll_create syscall entryDmitry V. Levin2011-11-25
* Fix mlockall syscall entriesDmitry V. Levin2011-11-25
* Fix epoll_pwait syscall entriesDmitry V. Levin2011-11-25
* Fix reboot syscall entriesDmitry V. Levin2011-11-25
* Fix swapon syscall entriesDmitry V. Levin2011-11-25
* Fix sgetmask and ssetmask syscall entriesDmitry V. Levin2011-11-25
* Rename siggetmask to sgetmask and sigsetmask to ssetmaskDmitry V. Levin2011-11-25
* Add TRACE_IPC flag to sys_ipc syscall entriesDmitry V. Levin2011-11-25
* Remove useless and obsolete "#if DONE" sections. No code changesDmitry V. Levin2011-10-14
* Add names for dummy parsers. No code changesDmitry V. Levin2011-10-14
* Sort definitions of dummy parsers. No code changesDmitry V. Levin2011-10-14
* Implement decoding of splice, tee and vmsplice(2) syscallsDmitry V. Levin2011-10-11
* Define MAX_ARGS to 6 for all Linux archesDenys Vlasenko2011-08-23
* Stop using nargs == -1 in syscallent tablesDenys Vlasenko2011-08-23
* Correct sys_sendfile[64] type and nargsDenys Vlasenko2011-08-23
* Set saner MAX_ARGS (6 or 8) for X86_64 and I386Denys Vlasenko2011-08-23
* Fix MIPS syscall entriesDmitry V. Levin2011-06-09
* Don't display bogus parameter for sigreturn syscallDenys Vlasenko2011-06-09
* Whitespace cleanups. no code changes.Denys Vlasenko2011-06-07
* ARM EABI: fix 64-bit syscall's arguments decodingDmitry V. Levin2011-05-30
* Linux: implement decoding of preadv and pwritev syscallsDamir Shayhutdinov2011-05-30
* Blackfin: update syscall listMike Frysinger2011-04-24
* linux: add new EHWPOISON errnoMike Frysinger2011-04-24
* linux/ioctlent: unify them allMike Frysinger2011-03-14
* ppc, s390, sparc: regenerate ioctlent.h filesDmitry V. Levin2011-02-26
* Remove redundant ioctlent.h filesDmitry V. Levin2011-02-26
* ioctlsort: sync with ioctl_lookup()Dmitry V. Levin2011-02-25
* Remove obsolete .cvsignore filesDmitry V. Levin2011-02-25
* ioctlsort: zero pad ioctl codes to 4 placesMike Frysinger2011-02-22