summaryrefslogtreecommitdiff
path: root/sched.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2018-04-051-1/+1
* Return RVAL_STR unconditionallyEugene Syromyatnikov2018-04-041-2/+1
* Wipe out references to defunct sourceforgeDmitry V. Levin2018-02-231-1/+1
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* aarch64: workaround gcc+kernel bugDmitry V. Levin2017-03-291-1/+13
* sched: enhance decoding of sched_setattr syscallDmitry V. Levin2017-02-191-23/+66
* Move definition of struct sched_attr to a separate header fileDmitry V. Levin2017-02-181-10/+2
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-2/+2
* Cast tcp->u_rval to kernel_ureg_t instead of unsigned longDmitry V. Levin2016-12-251-1/+1
* sched: change address argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+2
* Fix printing of struct sched_attr.sched_flagsDmitry V. Levin2016-05-161-1/+1
* Prepare for transition from xlookup64 to xlookupDmitry V. Levin2016-05-141-1/+1
* Add copyright headers to some files which lack themDmitry V. Levin2015-12-171-0/+29
* Implement sched_getattr and sched_setattr syscalls decodingDmitry V. Levin2015-07-291-0/+54
* sched.c: make use of RVAL_DECODEDDmitry V. Levin2015-07-181-16/+13
* sched.c: use printnum_int and printaddrDmitry V. Levin2015-07-181-20/+9
* Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-071-12/+6
* process.c: move sched_* parsers to a separate fileDmitry V. Levin2014-12-111-0/+84