gvisor/pkg
Jamie Liu 12480f1c4b Ensure statfs::f_namelen is set by VFS2 gofer statfs/fstatfs.
VFS1 discards the value of f_namelen returned by the filesystem and returns
NAME_MAX unconditionally instead, so it doesn't run into this. Also set
f_frsize for completeness.

PiperOrigin-RevId: 405579707
2021-10-26 00:22:29 -07:00
..
abi Merge pull request #6345 from sudo-sturbia:mq/syscalls 2021-10-21 16:05:53 -07:00
amutex [syserror] Remove pkg syserror. 2021-08-13 17:16:52 -07:00
atomicbitops No split to assembly and noasm functions on atomicbitops package 2021-10-04 19:22:09 +09:00
binary
bitmap Merge pull request #6257 from zhlhahaha:2193-1 2021-07-30 14:43:13 -07:00
bits Add go:build directives as required by Go 1.17's gofmt. 2021-07-20 16:28:45 -07:00
bpf Remove uses of the binary package from the rest of the sentry. 2021-05-04 16:41:08 -07:00
buffer Prevent PacketData from being modified. 2021-09-27 13:35:22 -07:00
cleanup
compressio Remove uses of the binary package from the rest of the sentry. 2021-05-04 16:41:08 -07:00
context Support VFS2 save/restore. 2020-10-23 17:48:33 -07:00
control Merge pull request #6222 from avagin:stop 2021-06-25 15:43:17 -07:00
coverage Add go:build directives as required by Go 1.17's gofmt. 2021-07-20 16:28:45 -07:00
cpuid initialize hostFeatureSet from init function 2021-10-23 15:39:57 -07:00
crypto Change EcdsaVerify to specifically P-384 and compute the SHA384 digest. 2021-09-22 15:01:56 -07:00
errors [syserror] Remove pkg syserror. 2021-08-13 17:16:52 -07:00
eventchannel Add Event controls 2021-08-13 14:20:12 -07:00
eventfd add convenient wrapper for eventfd 2021-10-07 17:41:20 -07:00
fd [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. 2021-03-03 10:25:58 -08:00
fdchannel Add go:build directives as required by Go 1.17's gofmt. 2021-07-20 16:28:45 -07:00
fdnotifier Add go:build directives as required by Go 1.17's gofmt. 2021-07-20 16:28:45 -07:00
flipcall Internal change. 2021-09-02 15:50:49 -07:00
fspath Port most syscalls to VFS2. 2020-02-25 13:37:34 -08:00
gohacks Bump gVisor build tags to go1.19 2021-08-05 15:25:00 -07:00
goid Bump gVisor build tags to go1.19 2021-08-05 15:25:00 -07:00
hostarch Add go:build directives as required by Go 1.17's gofmt. 2021-07-20 16:28:45 -07:00
ilist Make ilist split safe. 2021-01-11 13:18:01 -08:00
linewriter Remove implicit dependencies for leaf packages. 2020-05-20 18:35:32 -07:00
lisafs Allow lisafs client to send more data than MaxMessageSize using chunks. 2021-09-23 23:33:45 -07:00
log Remove dependency on golang.org/x/sys/unix 2021-03-03 14:26:30 -08:00
marshal Remove usermem dependency from marshal 2021-06-13 19:23:55 -07:00
memutil Add go:build directives as required by Go 1.17's gofmt. 2021-07-20 16:28:45 -07:00
merkletree Internal change. 2021-08-23 14:51:50 -07:00
metric Sentry: Measure the time it takes to initialize the Sentry. 2021-07-07 12:48:24 -07:00
p9 [lisa] lisafs package POC. 2021-09-20 11:44:11 -07:00
pool Remove existing nogo exceptions. 2020-12-11 12:06:49 -08:00
procid Bump gVisor build tags to go1.19 2021-08-05 15:25:00 -07:00
rand Add go:build directives as required by Go 1.17's gofmt. 2021-07-20 16:28:45 -07:00
refs Parse mmap protection and flags in strace 2021-06-10 12:51:43 -07:00
refsvfs2 Fix deadlock in procfs 2021-07-12 18:30:46 -07:00
ring0 Remove ring0 floating point save/load functions on amd64. 2021-10-08 18:03:23 -07:00
safecopy Move `safecopy.ReplaceSignalHandler` into `sighandling` package. 2021-09-28 16:56:39 -07:00
safemem Internal change. 2021-08-12 01:40:34 -07:00
seccomp Add go:build directives as required by Go 1.17's gofmt. 2021-07-20 16:28:45 -07:00
secio Standardize on tools directory. 2020-01-27 12:21:00 -08:00
segment Fix simple mistakes identified by goreportcard. 2021-01-12 12:38:22 -08:00
sentry Ensure statfs::f_namelen is set by VFS2 gofer statfs/fstatfs. 2021-10-26 00:22:29 -07:00
shim Add support for containerd 1.5 2021-10-25 13:17:25 -07:00
sighandling Move `safecopy.ReplaceSignalHandler` into `sighandling` package. 2021-09-28 16:56:39 -07:00
sleep Consolidate most synchronization primitive linknames in the sync package. 2020-12-02 19:08:32 -08:00
state Add go:build directives as required by Go 1.17's gofmt. 2021-07-20 16:28:45 -07:00
sync Make cgroup creation/deletion more robust 2021-10-12 11:37:54 -07:00
syncevent Consolidate most synchronization primitive linknames in the sync package. 2020-12-02 19:08:32 -08:00
syserr [syserr] Fix SIGBUS on syserr.FromError 2021-08-30 15:35:02 -07:00
tcpip Add an integration test for istio like redirect. 2021-10-21 13:53:04 -07:00
test Add go:build directives as required by Go 1.17's gofmt. 2021-07-20 16:28:45 -07:00
unet add convenient wrapper for eventfd 2021-10-07 17:41:20 -07:00
urpc Merge pull request #6222 from avagin:stop 2021-06-25 15:43:17 -07:00
usermem [syserror] Remove pkg syserror. 2021-08-13 17:16:52 -07:00
waiter Add POLLRDNORM/POLLWRNORM support. 2021-03-24 12:11:44 -07:00