aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use cached portage.getpid() function (bug 739540)Zac Medico2020-08-301-5/+11
* lib/*: fix superfluous-parens and enable checkAaron Bauman2020-08-051-3/+3
* lib/portage/process.py: fix whitespaceAaron Bauman2020-08-031-5/+5
* Fix pylint R0205.Alec Warner2020-07-221-1/+1
* ForkProcess: replace os.fork with multiprocessing.Process (bug 730192)Zac Medico2020-07-181-2/+2
* Remove support code for Python < 3.4Michał Górny2020-07-171-1/+1
* Eliminate the most of explicit py3 conditionalsMichał Górny2020-07-161-14/+2
* Eliminate basestring/long/_unicode py3 compatMichał Górny2020-07-161-4/+1
* process: Provide libc fallback for sethostname() on PyPyMichał Górny2020-05-171-1/+8
* Import portage.util.netlink.RtNetlink in global scopeMike Gilbert2020-04-201-2/+9
* process: Unshare UTS namespace, and set hostname to 'localhost'Michał Górny2020-03-281-1/+10
* process: display relevant FEATURES when unshare failsZac Medico2019-12-151-2/+13
* Use RTNETLINK to configure the loopback interfaceMike Gilbert2019-08-301-16/+10
* process: add _has_ipv6() functionZac Medico2019-08-041-3/+40
* process: redirect IPv6 'ip' command output to /dev/nullMike Gilbert2019-08-021-2/+4
* Configure additional addresses on the lo interface for network-sandboxMike Gilbert2019-08-011-13/+37
* Don't modify /etc/mtab from temporary namespacesi.Dark_Templar2019-05-271-1/+1
* pid-sandbox: run pid-ns-init as root (bug 675868)Arfrever Frehtes Taifersar Arahesis2019-01-221-2/+10
* pid-ns-init: fix child process signal disposition (bug 675828)Zac Medico2019-01-201-0/+1
* pid-sandbox: execute pid-ns-init as pid 1 (bug 675312)Zac Medico2019-01-141-6/+19
* process.spawn: validate unshare calls (bug 673900)Zac Medico2019-01-031-26/+133
* portage.process.spawn: inherit env by default (bug 672440)Zac Medico2018-12-031-3/+7
* portage.process.spawn: add cwd parameterZac Medico2018-11-231-3/+10
* Introduce a tiny init replacement for inside pid namespaceMichał Górny2018-11-181-5/+6
* Support FEATURES=pid-sandboxMichał Górny2018-11-181-5/+43
* Add FEATURES=mount-sandbox to take advantage of mount nsMichał Górny2018-11-181-6/+28
* Rename pym→lib, for better distutils-r1 interoperabilityMichał Górny2018-07-181-0/+689