[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] 39/98: proc: update comments
From: |
Samuel Thibault |
Subject: |
[hurd] 39/98: proc: update comments |
Date: |
Tue, 14 Jan 2014 02:00:00 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a commit to branch upstream
in repository hurd.
commit 31d394232eb8544154198ec3de7328ab1a6b82a6
Author: Justus Winter <address@hidden>
Date: Sun Nov 24 23:30:08 2013 +0100
proc: update comments
* proc/main.c (main): Update comment. The proc server is no longer PID 0.
* proc/proc.h: Likewise.
---
proc/main.c | 2 +-
proc/proc.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/proc/main.c b/proc/main.c
index 73abbc0..6b18737 100644
--- a/proc/main.c
+++ b/proc/main.c
@@ -84,7 +84,7 @@ main (int argc, char **argv, char **envp)
/* Create the initial proc object for init (PID 1). */
startup_proc = create_startup_proc ();
- /* Create our own proc object (we are PID 0). */
+ /* Create our own proc object. */
self_proc = allocate_proc (mach_task_self ());
assert (self_proc);
diff --git a/proc/proc.h b/proc/proc.h
index dcfc0db..d528a7d 100644
--- a/proc/proc.h
+++ b/proc/proc.h
@@ -133,7 +133,7 @@ struct exc
};
mach_port_t authserver;
-struct proc *self_proc; /* process 0 (us) */
+struct proc *self_proc; /* process HURD_PID_PROC (us) */
struct proc *startup_proc; /* process 1 (init) */
struct port_bucket *proc_bucket;
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-hurd/hurd.git
- [hurd] 37/98: libshouldbeinlibc: fix minor port leak in maptime_map, (continued)
- [hurd] 37/98: libshouldbeinlibc: fix minor port leak in maptime_map, Samuel Thibault, 2014/01/13
- [hurd] 38/98: init: fix port leak, Samuel Thibault, 2014/01/13
- [hurd] 68/98: trans: fix locking issue in fakeroot, Samuel Thibault, 2014/01/13
- [hurd] 55/98: pflocal: improve the demuxer functions, Samuel Thibault, 2014/01/13
- [hurd] 57/98: utils: improve the auth_demuxer function in fakeauth.c, Samuel Thibault, 2014/01/13
- [hurd] 66/98: trans: improve the performance of dir_lookup in fakeroot, Samuel Thibault, 2014/01/13
- [hurd] 41/98: libports: improve error handling in ports_reallocate_from_external, Samuel Thibault, 2014/01/13
- [hurd] 40/98: libports: improve error handling in ports_reallocate_port, Samuel Thibault, 2014/01/13
- [hurd] 58/98: trans: remove unused declaration from fakeroot.c, Samuel Thibault, 2014/01/13
- [hurd] 72/98: trans: fix reference counting bug in fakeroot, Samuel Thibault, 2014/01/13
- [hurd] 39/98: proc: update comments,
Samuel Thibault <=
- [hurd] 26/98: Make sure created netfs nodes have stat validated, Samuel Thibault, 2014/01/13
- [hurd] 53/98: proc: improve the message_demuxer function, Samuel Thibault, 2014/01/13
- [hurd] 04/98: utils: implement settrans --pid-file, Samuel Thibault, 2014/01/13
- [hurd] 59/98: trans: improve the netfs_demuxer function in fakeroot.c, Samuel Thibault, 2014/01/13
- [hurd] 48/98: libports: another right leak fix, Samuel Thibault, 2014/01/13
- [hurd] 73/98: trans: improve the error handling in fakeauth, Samuel Thibault, 2014/01/13
- [hurd] 06/98: proc: fix the declaraton of genpid, Samuel Thibault, 2014/01/13
- [hurd] 71/98: trans: fix locking in fakeroot's netfs_S_dir_lookup, Samuel Thibault, 2014/01/13
- [hurd] 70/98: trans: fix reference counting and destruction of fake nodes, Samuel Thibault, 2014/01/13
- [hurd] 77/98: trans/fakeroot: fix ownership of newly created files, Samuel Thibault, 2014/01/13