summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls
AgeCommit message (Expand)Author
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-23Track paths and provide a rename hook.Adin Scannell
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
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