summaryrefslogtreecommitdiff
path: root/linux
Commit message (Expand)AuthorAge
* Shrink space needed by undefined syscalls in syscall tables.Denys Vlasenko2012-03-19
* Fix mips64 build failure: sys_pwrite64 doesn't exist.Denys Vlasenko2012-03-18
* Revert "Remove underscores from a few syscall names which have them"Denys Vlasenko2012-03-17
* Remove underscores from a few syscall names which have themDenys Vlasenko2012-03-17
* Implement prlimit64 decoding, rewrite [gs]etrlimit decodingDmitry V. Levin2012-03-16
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-16
* alpha: fix decode of osf_sigprocmaskMike Frysinger2012-03-15
* ia64: fix compilation warningsDmitry V. Levin2012-03-15
* Implement sys_rt_tgsigqueueinfo syscall decoderDmitry V. Levin2012-03-13
* Implement syslog syscall decoderDmitry V. Levin2012-03-13
* Implement sendmmsg syscall decoderDmitry V. Levin2012-03-11
* Implement sched_rr_get_interval syscall decoderDmitry V. Levin2012-03-11
* Implement migrate_pages syscall decoderDmitry V. Levin2012-03-11
* Implement get_robust_list syscall decoderDmitry V. Levin2012-03-11
* Define sys_set_robust_list as an alias to sys_munmapDmitry V. Levin2012-03-11
* Implement clock_adjtime syscall decoderDmitry V. Levin2012-03-11
* Define sys_setns as an alias to sys_inotify_rm_watchDmitry V. Levin2012-03-11
* Sort definitions of dummy parsers. No code changesDmitry V. Levin2012-03-11
* Alias sys_fsync to sys_closeDmitry V. Levin2012-03-11
* Update ioctl entriesDmitry V. Levin2012-03-10
* Add syscall entries for new linux syscallsDmitry V. Levin2012-03-10
* Implement process_vm_writev decoderDmitry V. Levin2012-03-10
* swapon: decode swap flagsDmitry V. Levin2012-03-09
* Remove stray sys_swapon() declarationDenys Vlasenko2012-02-28
* Correct syscall entries for t[g]killDenys Vlasenko2012-02-27
* Alias a few more syscall printing functionsDenys Vlasenko2012-02-27
* Compress blank linesDmitry V. Levin2012-02-25
* 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