gvisor/pkg/sentry
Ian Gudger 6a59e7f510 Rename DowngradableRWMutex to RWmutex.
Also renames TMutex to Mutex.

These custom mutexes aren't any worse than the standard library versions (same
code), so having both seems redundant.

PiperOrigin-RevId: 290873587
2020-01-21 19:36:12 -08:00
..
arch enable pkg/sentry/arch to support arm64 basically 2020-01-14 22:24:28 -08:00
context Add context to state. 2019-10-31 18:03:24 -07:00
control New sync package. 2020-01-09 22:02:24 -08:00
device New sync package. 2020-01-09 22:02:24 -08:00
fs Rename DowngradableRWMutex to RWmutex. 2020-01-21 19:36:12 -08:00
fsimpl Implement sysfs. 2020-01-21 15:13:26 -08:00
hostcpu Enable pkg/sentry/hostcpu support on arm64. 2019-09-18 23:51:42 +00:00
hostmm
inet Add endpoint tracking to the stack. 2019-10-29 16:14:51 -07:00
kernel New sync package. 2020-01-09 22:02:24 -08:00
limits New sync package. 2020-01-09 22:02:24 -08:00
loader Document ELF PT_LOAD difference from Linux 2019-12-06 08:37:14 -08:00
memmap Implement memmap.MappingIdentity for vfs.FileDescription. 2019-12-12 13:19:33 -08:00
mm Rename DowngradableRWMutex to RWmutex. 2020-01-21 19:36:12 -08:00
pgalloc New sync package. 2020-01-09 22:02:24 -08:00
platform Merge pull request #1275 from lubinszARM:pr_ring0_5 2020-01-21 16:09:25 -08:00
safemem Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
sighandling Bump up Go 1.13 as minimum requirement 2019-12-06 23:10:15 -08:00
socket Add a new TCP stat for current open connections. 2020-01-21 15:43:39 -08:00
state netstack: Don't start endpoint goroutines too soon on restore. 2019-08-08 12:33:11 -07:00
strace Allow dual stack sockets to operate on AF_INET 2020-01-13 14:47:22 -08:00
syscalls Merge pull request #1609 from xiaobo55x:uname 2020-01-21 17:59:00 -08:00
time New sync package. 2020-01-09 22:02:24 -08:00
unimpl internal BUILD file cleanup. 2019-09-23 08:25:13 -07:00
uniqueid
usage New sync package. 2020-01-09 22:02:24 -08:00
usermem Avoid unnecessary slice allocation in usermem.BytesIO.blocksFromAddrRanges(). 2019-11-14 14:04:58 -08:00
vfs Add more files to /proc/[pid]/* 2020-01-16 14:10:05 -08:00
watchdog New sync package. 2020-01-09 22:02:24 -08:00
BUILD Internal change. 2019-11-25 11:20:30 -08:00