summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux
AgeCommit message (Expand)Author
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17Check thread group CPU timers in the CPU clock ticker.Jamie Liu
2018-10-17Move Unix transport out of netstackIan Gudger
2018-10-15Clean up Rename and Unlink checks for EBUSY.Nicolas Lacasse
2018-10-09Add memunit to sysinfo(2).Brian Geffon
2018-10-08Statfs Namelen should be NAME_MAX not PATH_MAXMichael Pratt
2018-10-08Implement shared futexes.Jamie Liu
2018-10-01Add itimer types to linux package, straceMichael Pratt
2018-09-18Allow for MSG_CTRUNC in input flags for recv.Brian Geffon
2018-09-17Allow NULL data in mount(2)Michael Pratt
2018-09-14Make gVisor hard link check match Linux's.Nicolas Lacasse
2018-09-14Fix interaction between rt_sigtimedwait and ignored signals.Jamie Liu
2018-09-05Open(2) isn't honoring O_NOFOLLOWBrian Geffon
2018-08-23Implement POSIX per-process interval timers.Jamie Liu
2018-08-20getdents should return type=DT_DIR for SpecialDirectories.Nicolas Lacasse
2018-08-14Automated rollback of changelist 208284483Nicolas Lacasse
2018-08-10Implemented the splice(2) syscall.Justine Olshan
2018-08-10Validate FS.base before establishing it in the task's register set.Neel Natu
2018-08-09Fix missing O_LARGEFILE from O_CREAT filesMichael Pratt
2018-08-02Copy creds in accessMichael Pratt
2018-08-02Update comment referenceMichael Pratt
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-02Add seccomp(2) support.Brian Geffon
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-07-31proc: show file flags in fdinfoAndrei Vagin
2018-07-27Added the O_LARGEFILE flag.Justine Olshan
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-07-19kernel: mutations on creds now require a copy.Adin Scannell
2018-07-12Fix aio eventfd lookupMichael Pratt
2018-06-29aio: Return EINVAL if the number of events is negative.Nicolas Lacasse
2018-06-28Check for invalid offset when submitting an AIO read/write request.Nicolas Lacasse
2018-06-27Ignore MADV_DONTDUMP and MADV_DODUMP.Jamie Liu
2018-06-21Implement ioctl(FIOASYNC)Ian Gudger
2018-06-15Replace crypto/rand with internal rand packageMichael Pratt
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