summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/sys_file.go
AgeCommit message (Expand)Author
2018-12-06Fixing O_TRUNC behavior to match Linux.Zach Koopmans
2018-12-04Linkat(2) should sanity check flags.Brian Geffon
2018-12-04Max link traversals should be for an entire path.Brian Geffon
2018-11-08Create stubs for syscalls upto Linux 4.4.Rahat Mahmood
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-15Clean up Rename and Unlink checks for EBUSY.Nicolas Lacasse
2018-10-08Statfs Namelen should be NAME_MAX not PATH_MAXMichael Pratt
2018-09-14Make gVisor hard link check match Linux's.Nicolas Lacasse
2018-09-05Open(2) isn't honoring O_NOFOLLOWBrian Geffon
2018-08-09Fix missing O_LARGEFILE from O_CREAT filesMichael Pratt
2018-08-02Copy creds in accessMichael Pratt
2018-07-31proc: show file flags in fdinfoAndrei Vagin
2018-07-27Added the O_LARGEFILE flag.Justine Olshan
2018-07-19kernel: mutations on creds now require a copy.Adin Scannell
2018-06-21Implement ioctl(FIOASYNC)Ian Gudger
2018-06-11Add O_TRUNC handling in openatFabricio Voznika
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-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-08Fix warning: redundant if ...; err != nil check, just return error instead.Ian Gudger
2018-04-28Check in gVisor.Googler