diff options
Diffstat (limited to 'hurd/translator/proc.mdwn')
-rw-r--r-- | hurd/translator/proc.mdwn | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/hurd/translator/proc.mdwn b/hurd/translator/proc.mdwn index 98940f87..d5e0960c 100644 --- a/hurd/translator/proc.mdwn +++ b/hurd/translator/proc.mdwn @@ -51,3 +51,25 @@ It is stated by `/hurd/init`. it could just exec sysvinit <teythoon> I just think it's easier to patch hurd than to remove the assumption that init is pid 1 from sysvinit + + +## IRC, freenode, #hurd, 2013-09-13 + + <braunr> teythoon: also, as a feature request, i'd like the proc server not + to have pid 0, if you have any time to do that + <braunr> so it appears in top and friends + <teythoon> braunr: noted, that should be easy + <teythoon> not using 0 is probably a good thing, many things use pid 0 as + something special + + +# Process Discovery + +## IRC, freenode, #hurd, 2013-08-26 + + < teythoon> somewhat related, I do not like the way the proc server just + creates processes for new mach tasks it discovers + < teythoon> that does not play well with subhurds for example + < braunr> teythoon: i agree with you on proc process-to-task mapping + < braunr> that's something i intend to completely rework on propel + < braunr> in a way similar to how pid namespaces work on linux |