summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls
AgeCommit message (Expand)Author
2019-04-29Appease googletest deprecationTamir Duberstein
2019-04-29createAt should return all errors from FindInode except ENOENT.Nicolas Lacasse
2019-04-26Remove syscall tests' dependency on glogTamir Duberstein
2019-04-26Fix reference counting bug in /proc/PID/fdinfo/.Kevin Krakauer
2019-04-26Change name of sticky test arg.Kevin Krakauer
2019-04-25Don't enforce NAME_MAX in fs.Dirent.walk().Jamie Liu
2019-04-25s,sys/poll.h/,poll.h,gTamir Duberstein
2019-04-24Add Unix socket tests for the MSG_CTRUNC msghdr flag.Ian Gudger
2019-04-22Bugfix: fix fstatat symbol link to dirWei Zhang
2019-04-19tcpip/transport/tcp: read side only shutdown of an endpointBen Burkert
2019-04-19Add support for the MSG_TRUNC msghdr flag.Ian Gudger
2019-04-18Keep symlink target open while in test that compares inode ids.Nicolas Lacasse
2019-04-17Don't allow sigtimedwait to catch unblockable signalsMichael Pratt
2019-04-17Use FD limit and file size limit from hostFabricio Voznika
2019-04-11CONTRIBUTING: add style guide pointerAdin Scannell
2019-04-10Internal changeMichael Pratt
2019-04-10rlimits test: don't exceed nr_open.Kevin Krakauer
2019-04-10Allow threads with CAP_SYS_RESOURCE to raise hard rlimits.Kevin Krakauer
2019-04-10Fixed /proc/cpuinfo permissionsShiva Prasanth
2019-04-09Match multi-word StateMichael Pratt
2019-04-08Internal changeMichael Pratt
2019-04-08Export kernel.SignalInfoPriv.Jamie Liu
2019-04-08Add TODOMichael Pratt
2019-04-05Deflake PtraceTest.SeizeSetOptions.Jamie Liu
2019-04-04gvisor: Add support for the MS_NOEXEC mount optionAndrei Vagin
2019-04-03Fix index out of bounds in tty implementation.Kevin Krakauer
2019-04-02Set options on the correct Task in PTRACE_SEIZE.Jamie Liu
2019-04-02Add build rule for raw socket tests so they are runnable via:Kevin Krakauer
2019-04-02Add test that symlinking over a directory returns EEXIST.Nicolas Lacasse
2019-04-02Add a raw socket transport endpoint and use it for raw ICMP sockets.Kevin Krakauer
2019-04-01Save/restore simple devices.Rahat Mahmood
2019-04-01Trim trailing newline when reading /proc/[pid]/{uid,gid}_map in test.Jamie Liu
2019-04-01Fix MemfdTest_OtherProcessCanOpenFromProcfs.Jamie Liu
2019-03-29Return srclen in proc.idMapFileOperations.Write.Jamie Liu
2019-03-28set task's name when forkchris.zn
2019-03-28Setting timestamps should trigger an inotify event.Nicolas Lacasse
2019-03-28Clean up gofer handle caching.Jamie Liu
2019-03-27Add rsslim field in /proc/pid/stat.Nicolas Lacasse
2019-03-27Add start time to /proc/<pid>/stat.Nicolas Lacasse
2019-03-26Implement memfd_create.Rahat Mahmood
2019-03-22lstat should resolve the final path component if it ends in a slash.Nicolas Lacasse
2019-03-22Implement PTRACE_SEIZE, PTRACE_INTERRUPT, and PTRACE_LISTEN.Jamie Liu
2019-03-21Add test for short recvmsg iovec length.Ian Gudger
2019-03-21Test TCP sockets with MSG_TRUNC|MSG_PEEK.Ian Gudger
2019-03-21Clear msghdr flags on successful recvmsg.Ian Gudger
2019-03-19netstack: reduce MSS from SYN to account tcp optionsAndrei Vagin
2019-03-18Remove references to replaced child in Rename in ramfs/agentfsMichael Pratt
2019-03-18Replace use of ucontext with ucontext_t.Kevin Krakauer
2019-03-15Fix flaky RawPingAndSockets (and MultipleSocketsRecieve just in case).Kevin Krakauer
2019-03-09Fix getsockopt(IP_MULTICAST_IF).Ian Gudger