summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls
AgeCommit message (Expand)Author
2018-06-11Add O_TRUNC handling in openatFabricio Voznika
2018-06-08Fix sigaltstack semantics.Adin Scannell
2018-05-22Remove offset check to match with Linux implementation.Fabricio Voznika
2018-05-22Change length type, and let fadvise64 return ESPIPE if file is a pipeChanwit Kaewkasi
2018-05-17Cleanup docsMichael Pratt
2018-05-17Implement sysv shm.Rahat Mahmood
2018-05-16Verify that when offset address is not null, infile must be seekableChanwit Kaewkasi
2018-05-15Fix problem with sendfile(2) writing less dataFabricio Voznika
2018-05-11Implement MAP_32BIT.Jamie Liu
2018-05-08Fix warning: redundant if ...; err != nil check, just return error instead.Ian Gudger
2018-05-01Add support for ping socketsIan Gudger
2018-05-01Implement SO_TIMESTAMPIan Gudger
2018-05-01Fix SO_RCVTIMEOUT for recvmsgIan Gudger
2018-04-28Check in gVisor.Googler