gvisor/pkg
Lucas Manning 28cf71cc61 Refactor the tcp segment implementation to use refsvfs.
This change also fixes existing refcounting correctness issues.

PiperOrigin-RevId: 437118979
2022-03-24 16:55:50 -07:00
..
abi Implement close_range. 2022-02-28 09:37:03 -08:00
atomicbitops pkg/atomicbitops: support 32-bit GOARCH value "mipsle" 2021-11-01 08:22:07 -07:00
binary Move Align{Up,Down} into binary package. 2020-02-11 11:09:31 -08:00
bitmap Implement close_range. 2022-02-28 09:37:03 -08: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 Fix buffer aliasing issue when Merging views. 2022-02-09 23:00:56 -08:00
cleanup Move Cleanup to its own package 2020-05-28 14:49:06 -07:00
compressio Remove uses of the binary package from the rest of the sentry. 2021-05-04 16:41:08 -07:00
context Align Context API with kernel internals. 2021-12-08 23:51:37 -08:00
control Merge pull request #6222 from avagin:stop 2021-06-25 15:43:17 -07:00
coretag Implement core tagging 2022-02-25 21:51:02 -08:00
coverage Ensure that nogo is enabled. 2022-02-03 23:45:40 -08:00
cpuid Merge pull request #7167 from zhlhahaha:2438 2022-03-07 15:03:09 -08:00
crypto Change EcdsaVerify to specifically P-384 and compute the SHA384 digest. 2021-09-22 15:01:56 -07:00
errors [syserr] Move ConvertIntr function to linuxerr package 2021-11-04 14:55:52 -07:00
eventchannel Add Event controls 2021-08-13 14:20:12 -07:00
eventfd Add support for virtio net headers in sharedmem endpoint. 2021-12-13 23:39:05 -08: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 Yield P after notifying event waiters in fdnotifier. 2022-02-24 14:30:32 -08: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 Sentry: Implement timer metrics. 2022-03-22 20:59:48 -07:00
goid Bump gVisor build tags to go1.20 2022-03-08 14:02:19 -08:00
hostarch Add go:build directives as required by Go 1.17's gofmt. 2021-07-20 16:28:45 -07:00
hostos Implement core tagging 2022-02-25 21:51:02 -08:00
ilist Don't hold EpollInstance.mu while calling FileDescription.Readiness(). 2022-03-04 11:07:37 -08:00
linewriter Remove implicit dependencies for leaf packages. 2020-05-20 18:35:32 -07:00
lisafs Skip dirents that fail stat(2) during Getdents RPC. 2022-03-09 16:33:53 -08:00
log Remove dependency on golang.org/x/sys/unix 2021-03-03 14:26:30 -08:00
marshal Add Checked methods to go_marshal. 2021-11-19 20:16:54 -08: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 Fix broken `+checkescape` annotation in sleep package. 2022-03-23 18:54:56 -07:00
p9 Rename p9.ConnectFlags to p9.SocketType. 2022-02-22 16:40:43 -08:00
pool Remove existing nogo exceptions. 2020-12-11 12:06:49 -08:00
procid Bump gVisor build tags to go1.20 2022-03-08 14:02:19 -08:00
rand Add go:build directives as required by Go 1.17's gofmt. 2021-07-20 16:28:45 -07:00
refs Add a panic mode to refs and refsvfs2. 2022-01-14 12:19:49 -08:00
refsvfs2 Enable reference count leak checking for lisafs. 2022-01-28 19:14:08 -08:00
ring0 kvm: fix CPU offsets for arm64 2022-02-08 17:27:41 -08: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 filters: don't allow to create new executable mappings 2022-02-03 14:54:09 -08: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 cgroupfs: Handle invalid PID/PGID on migration. 2022-03-24 15:09:56 -07:00
shim Misc changes 2022-02-16 17:55:01 -08:00
sighandling netstack: fix Mac build error 2021-11-12 15:24:47 -08:00
sleep Fix broken `+checkescape` annotation in sleep package. 2022-03-23 18:54:56 -07:00
state Add go:build directives as required by Go 1.17's gofmt. 2021-07-20 16:28:45 -07:00
sync Fix broken `+checkescape` annotation in sleep package. 2022-03-23 18:54:56 -07:00
syncevent Support synchronous AssertAndFetch for sleep package. 2021-12-10 12:25:25 -08:00
syserr Automated rollback of changelist 407638912 2021-11-17 17:07:05 -08:00
tcpip Refactor the tcp segment implementation to use refsvfs. 2022-03-24 16:55:50 -07:00
test Add systemd-cgroup support to runsc. 2022-03-17 15:03:44 -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 Align Context API with kernel internals. 2021-12-08 23:51:37 -08:00