summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* travis: run looping_threads.test under valgrindldv/travis-looping-threads-valgrindDmitry V. Levin2018-08-192-54/+9
* Implement queueing of threads before dispatching themEugene Syromyatnikov2018-08-193-116/+207
* Add a generic list implementationEugene Syromyatnikov2018-08-193-0/+147
* tests: check tracing of looping threadsDmitry V. Levin2018-08-197-55/+154
* strace.c: introduce struct tcb_wait_dataDmitry V. Levin2018-08-191-38/+69
* xlat: fix typo in smc_protocols.inEugene Syromyatnikov2018-08-191-1/+1
* ci: add a test with the latest gcc and mainline headersDmitry V. Levin2018-08-192-0/+14
* ci: update gitlab ubuntu imageDmitry V. Levin2018-08-191-1/+1
* ci: install kernel headers after compiler dependenciesDmitry V. Levin2018-08-191-13/+14
* ci: fix kernel headers version diagnosticsDmitry V. Levin2018-08-191-1/+2
* tests: enhance test coverage of evdev ioctlZhibin Li2018-08-191-0/+1
* tests: check decoding of successful evdev ioctlZhibin Li2018-08-196-0/+266
* evdev: fix decoding of EVIOCGBIT(0, ...)Zhibin Li2018-08-195-13/+10
* evdev: fix decoding of bit setsZhibin Li2018-08-191-2/+2
* kvm: decode the argument of KVM_CHECK_EXTENSIONPierre Marsais2018-08-193-0/+170
* xlat: update V4L2_CID_USER_*_BASE constantsDmitry V. Levin2018-08-191-4/+10
* xlat: workaround V4L2_CID_USER_IMX_BASE Linux kernel ABI breakageDmitry V. Levin2018-08-191-1/+16
* Post-release administriviaDmitry V. Levin2018-08-143-0/+12
* Prepare for 4.24 releasev4.24Dmitry V. Levin2018-08-141-1/+1
* Update copyright headersDmitry V. Levin2018-08-128-7/+8
* Update ioctl entries from linux v4.18Gleb Fotengauer-Malinovskiy2018-08-127-132/+160
* maint: update for linux v4.18Gleb Fotengauer-Malinovskiy2018-08-121-0/+3
* Replace BTRFS_IOC_[GS]ET_FSLABEL with FS_IOC_[GS]ETFSLABELDmitry V. Levin2018-08-127-21/+33
* open.c: use __O_TMPFILEEugene Syromyatnikov2018-08-081-8/+1
* xlat: regenerate sock_options.inDmitry V. Levin2018-08-052-235/+169
* xlat: add fallback definitions to open_mode_flagsDmitry V. Levin2018-08-051-18/+191
* xlat: remove non-Linux flags from open_mode_flagsEugene Syromyatnikov2018-08-051-15/+0
* xlat: add fallback definitions to madvise_cmdsDmitry V. Levin2018-08-051-19/+75
* xlat: add fallback definitions to mmap_flagsDmitry V. Levin2018-08-051-27/+182
* maint: add a Linux UAPI headers crawlerEugene Syromyatnikov2018-08-051-0/+230
* strace.spec.in: use $RPM_OPT_FLAGS when building auxiliary programsDmitry V. Levin2018-08-051-0/+1
* strace.spec.in: compress changelog filesDmitry V. Levin2018-08-051-2/+8
* strace.spec.in: use a SUSE-specific group name for SUSEDmitry V. Levin2018-08-051-1/+1
* strace.spec.in: use a SUSE-specific license name for SUSEEugene Syromyatnikov2018-08-051-1/+1
* tests: allow any error code when trying to set timeEugene Syromyatnikov2018-08-053-15/+17
* s390x: fix build with old kernel headersEugene Syromyatnikov2018-08-053-0/+7
* strace.spec.in: minor updates here and thereDmitry V. Levin2018-08-051-3/+11
* strace.spec.in: remove strace64 subpackageDmitry V. Levin2018-08-051-37/+0
* Update NEWSDmitry V. Levin2018-08-041-0/+1
* Update NEWSDmitry V. Levin2018-08-041-0/+11
* rtnl_route: decode new RTA_* attributesDmitry V. Levin2018-08-041-1/+4
* xlat: update RTA_* constantsDmitry V. Levin2018-08-041-0/+3
* rtnl_link: decode new IFLA_BRPORT_* attributesDmitry V. Levin2018-08-041-1/+4
* xlat: update IFLA_BRPORT_* constantsDmitry V. Levin2018-08-041-0/+3
* xlat: update IFA_* constantsDmitry V. Levin2018-08-041-0/+1
* xlat: update RTPROT_* constantsDmitry V. Levin2018-08-041-0/+5
* xlat: save the script used to generate xlat/sock_options.inDmitry V. Levin2018-08-011-0/+68
* tests: check decoding of getsockopt(PACKET_STATISTICS)Zhibin Li2018-08-017-0/+161
* tests: check decoding of setsockopt(PACKET_[R|T]X_RING)Zhibin Li2018-08-014-0/+55
* tests: check decoding of setsockopt(PACKET_[ADD|DROP]_MEMBERSHIP)Zhibin Li2018-08-014-0/+105