Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-22 | Merge d706922d (automated) | gVisor bot | |
2019-07-22 | Merge a0a86bbb (automated) | gVisor bot | |
2019-07-22 | Merge fdac770f (automated) | gVisor bot | |
2019-07-19 | Merge 32e6be00 (automated) | gVisor bot | |
2019-07-19 | Merge f544509c (automated) | gVisor bot | |
2019-07-19 | Merge 0e040ba6 (automated) | gVisor bot | |
2019-07-17 | Merge 6f7e2bb3 (automated) | gVisor bot | |
2019-07-17 | Merge 84a59de5 (automated) | gVisor bot | |
2019-07-17 | Merge 8e3e021a (automated) | gVisor bot | |
2019-07-17 | Merge 609cd91e (automated) | gVisor bot | |
2019-07-17 | Merge pull request #355 from zhuangel:master | gVisor bot | |
PiperOrigin-RevId: 258643966 | |||
2019-07-17 | Merge 542fbd01 (automated) | gVisor bot | |
2019-07-17 | Fix race in FDTable.GetFDs(). | Bhasker Hariharan | |
PiperOrigin-RevId: 258635459 | |||
2019-07-17 | Merge 682fd2d6 (automated) | gVisor bot | |
2019-07-17 | Merge ca829158 (automated) | gVisor bot | |
2019-07-17 | Merge 78a2704b (automated) | gVisor bot | |
2019-07-16 | Merge 89368456 (automated) | gVisor bot | |
2019-07-16 | Merge 74dc663b (automated) | gVisor bot | |
2019-07-16 | Merge cf4fc510 (automated) | gVisor bot | |
2019-07-16 | Merge 6a8ff6da (automated) | gVisor bot | |
2019-07-15 | Merge ab44d145 (automated) | gVisor bot | |
2019-07-12 | Merge c8ae00eb (automated) | gVisor bot | |
2019-07-12 | Merge 4ad67050 (automated) | gVisor bot | |
2019-07-12 | Merge eff2c264 (automated) | gVisor bot | |
2019-07-12 | Merge 69e0affa (automated) | gVisor bot | |
2019-07-09 | build: add nogo for static validation | Adin Scannell | |
PiperOrigin-RevId: 257297820 | |||
2019-07-03 | futex: compare keys for equality when doing a FUTEX_UNLOCK_PI. | Neel Natu | |
PiperOrigin-RevId: 256453827 | |||
2019-07-03 | Merge pull request #493 from ahmetb:reticulating-splines | gVisor bot | |
PiperOrigin-RevId: 256319059 | |||
2019-07-02 | Remove map from fd_map, change to fd_table. | Adin Scannell | |
This renames FDMap to FDTable and drops the kernel.FD type, which had an entire package to itself and didn't serve much use (it was freely cast between types, and served as more of an annoyance than providing any protection.) Based on BenchmarkFDLookupAndDecRef-12, we can expect 5-10 ns per lookup operation, and 10-15 ns per concurrent lookup operation of savings. This also fixes two tangential usage issues with the FDMap. Namely, non-atomic use of NewFDFrom and associated calls to Remove (that are both racy and fail to drop the reference on the underlying file.) PiperOrigin-RevId: 256285890 | |||
2019-07-02 | sentry/kernel: add syslog message | Ahmet Alp Balkan | |
It feels like "reticulating splines" is missing from the list of meaningless syslog messages. Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com> | |||
2019-06-28 | Add finalizer on AtomicRefCount to check for leaks. | Ian Gudger | |
PiperOrigin-RevId: 255711454 | |||
2019-06-28 | Merge b2907595 (automated) | gVisor bot | |
2019-06-27 | Complete pipe support on overlayfs | Fabricio Voznika | |
Get/Set pipe size and ioctl support were missing from overlayfs. It required moving the pipe.Sizer interface to fs so that overlay could get access. Fixes #318 PiperOrigin-RevId: 255511125 | |||
2019-06-27 | Merge 5b41ba5d (automated) | gVisor bot | |
2019-06-27 | Merge 085a9075 (automated) | gVisor bot | |
2019-06-27 | Fix various spelling issues in the documentation | Michael Pratt | |
Addresses obvious typos, in the documentation only. COPYBARA_INTEGRATE_REVIEW=https://github.com/google/gvisor/pull/443 from Pixep:fix/documentation-spelling 4d0688164eafaf0b3010e5f4824b35d1e7176d65 PiperOrigin-RevId: 255477779 | |||
2019-06-26 | Merge 857e5c47 (automated) | gVisor bot | |
2019-06-26 | Merge 67e2f227 (automated) | gVisor bot | |
2019-06-26 | Merge e98ce4a2 (automated) | gVisor bot | |
2019-06-25 | Merge 03ae91c6 (automated) | gVisor bot | |
2019-06-25 | gvisor: lockless read access for task credentials | Andrei Vagin | |
Credentials are immutable and even before these changes we could read them without locks, but we needed to take a task lock to get a credential object from a task object. It is possible to avoid this lock, if we will guarantee that a credential object will not be changed after setting it on a task. PiperOrigin-RevId: 254989492 | |||
2019-06-25 | Merge fd16a329 (automated) | gVisor bot | |
2019-06-22 | Merge 35719d52 (automated) | gVisor bot | |
2019-06-22 | Implement statx. | Nicolas Lacasse | |
We don't have the plumbing for btime yet, so that field is left off. The returned mask indicates that btime is absent. Fixes #343 PiperOrigin-RevId: 254575752 | |||
2019-06-22 | Merge ab6774ce (automated) | gVisor bot | |
2019-06-21 | Merge 6f933a93 (automated) | gVisor bot | |
2019-06-21 | Merge ae4ef32b (automated) | gVisor bot | |
2019-06-21 | Merge 72737532 (automated) | gVisor bot | |
2019-06-21 | Merge 5ba16d51 (automated) | gVisor bot | |
2019-06-21 | Merge c0317b28 (automated) | gVisor bot | |