index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
syscalls
/
linux
/
semaphore.cc
Age
Commit message (
Expand
)
Author
2021-07-23
Don't panic on user-controlled state in semaphore syscalls.
Rahat Mahmood
2021-06-10
Merge pull request #6103 from sudo-sturbia:semaphore-err
gVisor bot
2021-06-01
Test system-wide semaphore limits.
Zyad A. Ali
2021-04-28
Remove side effect from test cases
Fabricio Voznika
2021-04-13
Remove _NoRandomSave tests.
Adin Scannell
2021-04-05
deflake semaphore test
Kevin Krakauer
2021-02-25
Implement SEM_STAT_ANY cmd of semctl.
Jing Chen
2021-02-11
Implement semtimedop.
Jing Chen
2020-12-29
Deflake semaphore_test_native
Jing Chen
2020-12-23
Resolve compiler warnings
Kevin Krakauer
2020-12-15
Implement command SEM_INFO and SEM_STAT for semctl.
Jing Chen
2020-12-11
Make semctl IPC_INFO cmd return the index of highest used entry.
Jing Chen
2020-12-03
Implement command IPC_INFO for semctl.
Jing Chen
2020-11-06
Implement command GETNCNT for semctl.
Jing Chen
2020-11-05
Deflake semaphore_test.
Jamie Liu
2020-11-02
Implement command GETZCNT for semctl.
Jing Chen
2020-10-26
Implement command IPC_STAT for semctl.
Jing Chen
2020-01-21
Change to standard types.
Adin Scannell
2020-01-21
Merge pull request #1492 from majek:err_typo_in_netstack_tests
gVisor bot
2019-11-01
tests: don't use ASSERT_THAT after fork
Andrei Vagin
2019-08-30
Add C++ toolchain and fix compile issues.
Adin Scannell
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-03-01
Add semctl(GETPID) syscall
Fabricio Voznika
2019-02-07
Implement semctl(2) SETALL and GETALL
Fabricio Voznika
2018-12-10
Open source system call tests.
Brian Geffon