glibc/sysvipc
Adhemerval Zanella a16d2abd49 sysvipc: Return EINVAL for invalid semctl commands
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).
2020-10-02 16:11:55 -03:00
..
sys Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
ftok.c Remove internal usage of extensible stat functions 2020-09-11 14:35:32 -03:00
Makefile Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
msgctl.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
msgget.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
msgrcv.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
msgsnd.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
semctl.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
semget.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
semop.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
semtimedop.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
shmat.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
shmctl.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
shmdt.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
shmget.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
test-sysvipc.h sysvipc: Return EINVAL for invalid semctl commands 2020-10-02 16:11:55 -03:00
test-sysvmsg.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
test-sysvsem.c sysvipc: Return EINVAL for invalid semctl commands 2020-10-02 16:11:55 -03:00
test-sysvshm.c Update copyright dates with scripts/update-copyrights. 2020-01-01 00:14:33 +00:00
Versions Update. 2003-04-02 23:49:47 +00:00