commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Hurd branch, master, updated. v0.9.git20230216-12-g35e7d72e


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20230216-12-g35e7d72e
Date: Tue, 18 Apr 2023 07:57:14 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".

The branch, master has been updated
       via  35e7d72e5f643bb342aff114b9bf5d7e03f6d5e2 (commit)
      from  ac2803b4119db5e7c4eb56837f83811c51ec3ea0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 35e7d72e5f643bb342aff114b9bf5d7e03f6d5e2
Author: Sergey Bugaev <bugaevc@gmail.com>
Date:   Tue Apr 18 13:49:02 2023 +0300

    procfs: Fix process creation time in /proc/pid/stat
    
    This was always showing up as 0, because apparently we need to query
    creation_time for the task, not a thread.
    
    Here's a before vs after comparison:
    
    $ cat /proc/self/stat ~/procfs/self/stat
    11151 (cat) S 26571 11151 26571 0 0 0 0 0 0 0 1 0 0 0 20 0 2 0 0 154783744 
251 0 134443008 134477480 0 0 0 0 0 0 0 21001 0 0 0 0 0 0 0
    11151 (cat) S 26571 11151 26571 0 0 0 0 0 0 0 1 0 0 0 20 0 2 0 168174516295 
154783744 260 0 134443008 134477480 0 0 0 0 0 0 0 21001 0 0 0 0 0 0 0
    Message-Id: <20230418104902.12263-1-bugaevc@gmail.com>

-----------------------------------------------------------------------

Summary of changes:
 procfs/process.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
Hurd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]