]> granicus.if.org Git - strace/history - sysctl.c
tests: add ioctl_evdev-success* test binaries to .gitignore
[strace] / sysctl.c
2018-12-24 Dmitry V. LevinUpdate copyright headers
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2017-06-17 Dmitry V. LevinFix a few spacing style issues
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2016-12-26 Dmitry V. LevinUse ptr_to_kulong instead of explicit casts of pointers...
2016-12-24 Dmitry V. Levinsysctl: cast pointers to kernel_ureg_t instead of size_t
2016-12-24 Dmitry V. Levinsysctl: cast pointers to kernel_ureg_t instead of long
2015-12-17 Dmitry V. LevinAdd copyright headers to some files which lack them
2015-08-16 Elvira Khabirovasysctl.c: remove KERN_JAVA_* defines handling
2015-07-16 Dmitry V. Levinsyslog.c: use umove_or_printaddr and RVAL_DECODED
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2015-03-21 Denys VlasenkoChange last parameter of umoven() from char* to void*
2014-12-03 Dmitry V. LevinMove sysctl parser to a separate file