summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux
AgeCommit message (Expand)Author
2019-03-13Allow filesystem.Mount to take an optional interface argument.Nicolas Lacasse
2019-03-05Priority-inheritance futex implementationFabricio Voznika
2019-03-01Add semctl(GETPID) syscallFabricio Voznika
2019-02-25Handle invalid offset in sendfile(2)Fabricio Voznika
2019-02-08Encode stat to bytes manually, instead of calling CopyObjectOut.Nicolas Lacasse
2019-02-07Implement semctl(2) SETALL and GETALLFabricio Voznika
2019-01-31Remove license commentsMichael Pratt
2019-01-10Fixing select call to not enforce RLIMIT_NOFILE.Zach Koopmans
2019-01-08Allow MSG_OOB and MSG_DONTROUTE to be no-ops on recvmsg(2).Brian Geffon
2019-01-08Improve loader related error messages returned to users.Brian Geffon
2018-12-21Automated rollback of changelist 226224230Jamie Liu
2018-12-20Make read and write respect SO_RCVTIMEO and SO_SNDTIMEOIan Gudger
2018-12-19Automated rollback of changelist 225861605Googler
2018-12-19Implement pwritev2.Zach Koopmans
2018-12-17Implement mlock(), kind of.Jamie Liu
2018-12-14Implement SO_SNDTIMEOIan Gudger
2018-12-10Implement MSG_WAITALLIan Gudger
2018-12-10Add type safety to shm ids and keys.Rahat Mahmood
2018-12-10Validate FS_BASE in Task.CloneMichael Pratt
2018-12-06Fixing O_TRUNC behavior to match Linux.Zach Koopmans
2018-12-05Check for CAP_SYS_RESOURCE in prctl(PR_SET_MM, ...)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-12-04Fix mempolicy_test on bazel.Rahat Mahmood
2018-11-26Implementation of preadv2 for Linux 4.4 supportZach Koopmans
2018-11-20Fix recursive read lock taken on TaskSetFabricio Voznika
2018-11-20Update futex to use usermem abstractions.Adin Scannell
2018-11-08Implement sync_file_range()Andrei Vagin
2018-11-08Create stubs for syscalls upto Linux 4.4.Rahat Mahmood
2018-11-01Prevent premature destruction of shm segments.Rahat Mahmood
2018-10-20Add more unimplemented syscall eventsFabricio Voznika
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