gvisor/pkg/sentry
Andrei Vagin 2016cc283c fs/proc: report PID-s from a pid namespace of the proc mount
Right now, we can find more than one process with the 1 PID in /proc.

$ for i in `seq 10`; do
> unshare -fp sleep 1000 &
> done

$ ls /proc
1  1  1  1  12  18  24  29  6            loadavg  net   sys          version
1  1  1  1  16  20  26  32  cpuinfo      meminfo  self  thread-self
1  1  1  1  17  21  28  36  filesystems  mounts   stat  uptime

PiperOrigin-RevId: 272506593
2019-10-02 13:29:42 -07:00
..
arch internal BUILD file cleanup. 2019-09-23 08:25:13 -07:00
context Preallocate auth.NewAnonymousCredentials() in contexttest.TestContext. 2019-06-20 13:36:14 -07:00
control Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
device Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
fs fs/proc: report PID-s from a pid namespace of the proc mount 2019-10-02 13:29:42 -07:00
fsimpl Change vfs.Dirent.Off to NextOff. 2019-09-20 14:24:29 -07:00
hostcpu Enable pkg/sentry/hostcpu support on arm64. 2019-09-18 23:51:42 +00:00
hostmm Update canonical repository. 2019-06-13 16:50:15 -07:00
inet netstack: Don't start endpoint goroutines too soon on restore. 2019-08-08 12:33:11 -07:00
kernel Include AT_SECURE in the aux vector 2019-10-01 15:43:14 -07:00
limits Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
loader Include AT_SECURE in the aux vector 2019-10-01 15:43:14 -07:00
memmap Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
mm Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
pgalloc Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
platform gvisor: change syscall.RawSyscall to syscall.RawSyscall6 where required 2019-09-24 23:47:42 -07:00
safemem Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
sighandling Update FIXME bug with GitHub issue. 2019-09-30 17:24:29 -07:00
socket Implement SO_BINDTODEVICE sockopt 2019-09-27 14:14:04 -07:00
state netstack: Don't start endpoint goroutines too soon on restore. 2019-08-08 12:33:11 -07:00
strace internal BUILD file cleanup. 2019-09-23 08:25:13 -07:00
syscalls splice: compare inode numbers only if both ends are pipes 2019-09-30 17:57:14 -07:00
time Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
unimpl internal BUILD file cleanup. 2019-09-23 08:25:13 -07:00
uniqueid Update canonical repository. 2019-06-13 16:50:15 -07:00
usage Remove support for non-incremental mapped accounting. 2019-08-30 19:06:55 -07:00
usermem Accelerate byte lookup in string with `bytealg/indexbyte` 2019-09-19 22:16:52 +08:00
vfs Change vfs.Dirent.Off to NextOff. 2019-09-20 14:24:29 -07:00
watchdog Add list of stuck tasks to panic message 2019-06-21 12:46:53 -07:00
BUILD go_marshal: Implement automatic generation of ABI marshalling code. 2019-09-09 13:36:39 -07:00