summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/semaphore.cc
AgeCommit message (Expand)Author
2021-07-23Don't panic on user-controlled state in semaphore syscalls.Rahat Mahmood
2021-06-10Merge pull request #6103 from sudo-sturbia:semaphore-errgVisor bot
2021-06-01Test system-wide semaphore limits.Zyad A. Ali
2021-04-28Remove side effect from test casesFabricio Voznika
2021-04-13Remove _NoRandomSave tests.Adin Scannell
2021-04-05deflake semaphore testKevin Krakauer
2021-02-25Implement SEM_STAT_ANY cmd of semctl.Jing Chen
2021-02-11Implement semtimedop.Jing Chen
2020-12-29Deflake semaphore_test_nativeJing Chen
2020-12-23Resolve compiler warningsKevin Krakauer
2020-12-15Implement command SEM_INFO and SEM_STAT for semctl.Jing Chen
2020-12-11Make semctl IPC_INFO cmd return the index of highest used entry.Jing Chen
2020-12-03Implement command IPC_INFO for semctl.Jing Chen
2020-11-06Implement command GETNCNT for semctl.Jing Chen
2020-11-05Deflake semaphore_test.Jamie Liu
2020-11-02Implement command GETZCNT for semctl.Jing Chen
2020-10-26Implement command IPC_STAT for semctl.Jing Chen
2020-01-21Change to standard types.Adin Scannell
2020-01-21Merge pull request #1492 from majek:err_typo_in_netstack_testsgVisor bot
2019-11-01tests: don't use ASSERT_THAT after forkAndrei Vagin
2019-08-30Add C++ toolchain and fix compile issues.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-03-01Add semctl(GETPID) syscallFabricio Voznika
2019-02-07Implement semctl(2) SETALL and GETALLFabricio Voznika
2018-12-10Open source system call tests.Brian Geffon