about summary refs log tree commit diff
path: root/sysvipc/test-sysvipc.h
Commit message (Collapse)AuthorAgeFilesLines
* sysvipc: Return EINVAL for invalid shmctl commandsAdhemerval Zanella2020-10-141-3/+30
| | | | | | | | It avoids regressions on possible future commands that might require additional libc support. The downside is new commands added by newer kernels will need further glibc support. Checked on x86_64-linux-gnu and i686-linux-gnu (Linux v4.15 and v5.4).
* sysvipc: Return EINVAL for invalid msgctl commandsAdhemerval Zanella2020-10-021-0/+25
| | | | | | | | It avoids regressions on possible future commands that might require additional libc support. The downside is new commands added by newer kernels will need further glibc support. Checked on x86_64-linux-gnu and i686-linux-gnu (Linux v4.15 and v5.4).
* sysvipc: Return EINVAL for invalid semctl commandsAdhemerval Zanella2020-10-021-0/+85
It avoids regressions on possible future commands that might require additional libc support. The downside is new commands added by newer kernels will need further glibc support. Checked on x86_64-linux-gnu and i686-linux-gnu (Linux v4.15 and v5.4).