Age | Commit message (Expand) | Author |
2021-08-18 | Add control configs | Chong Cai |
2021-08-17 | Merge pull request #6262 from sudo-sturbia:msgqueue/syscalls3 | gVisor bot |
2021-08-17 | Implement stub for msgctl(2). | Zyad A. Ali |
2021-08-17 | Implement control operations on msgqueue. | Zyad A. Ali |
2021-08-17 | Implement ipc.Object.Set and use it in ipc mechanisms. | Zyad A. Ali |
2021-08-13 | [syserror] Remove pkg syserror. | Zach Koopmans |
2021-08-13 | Add Event controls | Chong Cai |
2021-08-13 | Free multicastMemberships on UDP endpoint close | Ghanan Gowripalan |
2021-08-12 | Add Usage controls | Chong Cai |
2021-08-12 | [syserror] Convert remaining syserror definitions to linuxerr. | Zach Koopmans |
2021-08-12 | fix typo | Kevin Krakauer |
2021-08-12 | Internal change. | gVisor bot |
2021-08-12 | Add support for TCP send buffer auto tuning. | Nayana Bidari |
2021-08-11 | [op] Make PacketBuffer Clone() do a deeper copy. | Ayush Ranjan |
2021-08-11 | Do not clear merkle files when creating dentry | Chong Cai |
2021-08-11 | Popluate verity directory children names | Chong Cai |
2021-08-11 | Initial cgroupfs support for subcontainers | Rahat Mahmood |
2021-08-09 | platform/kvm: fix a race condition in vCPU.unlock() | Andrei Vagin |
2021-08-05 | Correctly handle interruptions in blocking msgqueue syscalls. | Rahat Mahmood |
2021-08-05 | Bump gVisor build tags to go1.19 | Michael Pratt |
2021-08-05 | Automated rollback of changelist 384508720 | Kevin Krakauer |
2021-08-05 | Merge pull request #6372 from avagin:AlignedAtomic | gVisor bot |
2021-08-04 | Reduce overhead of AlignedAtomic types | Andrei Vagin |
2021-08-04 | Implement PR_SET_CHILD_SUBREAPER when the calling task is PID 1. | Nicolas Lacasse |
2021-08-04 | Add Fs controls | Chong Cai |
2021-08-03 | Add Lifecycle controls | Chong Cai |
2021-08-03 | Implement MSG_COPY option for msgrcv(2). | Zyad A. Ali |
2021-08-03 | Implement stubs for msgsnd(2) and msgrcv(2). | Zyad A. Ali |
2021-08-03 | Implement Queue.Receive. | Zyad A. Ali |
2021-08-03 | Implement Queue.Send. | Zyad A. Ali |
2021-08-01 | Merge pull request #6350 from sudo-sturbia:cgroupfs | gVisor bot |
2021-07-30 | Support RTM_DELLINK | Zeling Feng |
2021-07-30 | Merge pull request #6257 from zhlhahaha:2193-1 | gVisor bot |
2021-07-30 | checklinkname: rudimentary type-checking of linkname directives | Michael Pratt |
2021-07-28 | Explicitly encode the pcap packet headers to reduce CPU cost of pcap generation. | gVisor bot |
2021-07-28 | Add Uid/Gid/Groups fields to VFS2 /proc/[pid]/status. | Jamie Liu |
2021-07-28 | Merge pull request #6358 from zhlhahaha:2232 | gVisor bot |
2021-07-28 | Lock gofer.dentry.dataMu before SetAttr RPC modifying file size. | Jamie Liu |
2021-07-28 | tunning hasSlot function and fix store wrong value in usedSlots | Howard Zhang |
2021-07-27 | Don't create an extra fd bitmap to allocate a new fd. | Andrei Vagin |
2021-07-23 | Clean up logic for when a VFS2 gofer regular file close causes a flushf. | Jamie Liu |
2021-07-23 | Don't panic on user-controlled state in semaphore syscalls. | Rahat Mahmood |
2021-07-23 | Add support for SIOCGIFCONF ioctl in hostinet. | Lucas Manning |
2021-07-22 | VFS2: remove ext code | Kevin Krakauer |
2021-07-22 | kvm: set CR0.NE = 1 | Andrei Vagin |
2021-07-22 | Merge pull request #6108 from sudo-sturbia:msgqueue/syscalls | gVisor bot |
2021-07-22 | Replace kernel package types for clone and unshare with linux package types. | Jamie Liu |
2021-07-22 | Delete unnecessary function. | Zyad A. Ali |
2021-07-21 | Add metric to count number of segments acknowledged by DSACK. | Nayana Bidari |
2021-07-21 | Use atomics when checking for parent setgid in VFS2 tmpfs file creation. | Jamie Liu |