summaryrefslogtreecommitdiff
path: root/sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* Use ptr_to_kulong instead of explicit casts of pointers to kernel_ureg_tDmitry V. Levin2016-12-261-3/+3
* sysctl: cast pointers to kernel_ureg_t instead of size_tDmitry V. Levin2016-12-241-2/+2
* sysctl: cast pointers to kernel_ureg_t instead of longDmitry V. Levin2016-12-241-1/+1
* Add copyright headers to some files which lack themDmitry V. Levin2015-12-171-0/+29
* sysctl.c: remove KERN_JAVA_* defines handlingElvira Khabirova2015-08-161-6/+0
* syslog.c: use umove_or_printaddr and RVAL_DECODEDDmitry V. Levin2015-07-161-3/+3
* Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-071-2/+1
* Change last parameter of umoven() from char* to void*Denys Vlasenko2015-03-211-1/+1
* Move sysctl parser to a separate fileDmitry V. Levin2014-12-031-0/+170