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 d8671bc2a0fead7655b9e80736db33d84f14025c (commit)
from 40ab805df48b2f65d5028ba59063e2a36f19f452 (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 d8671bc2a0fead7655b9e80736db33d84f14025c
Author: Almudena Garcia <[email protected]>
Date: Thu Oct 31 01:53:52 2019 +0100
proc: add support for last_processor
Read last_processor (new member) from thread_info structures, and fill stat
structure with this.
* configure.ac: Check whether thread_sched_info structure includes
`last_processor' member.
* proc/info.c (S_proc_getprocinfo)
[HAVE_STRUCT_THREAD_SCHED_INFO_LAST_PROCESSOR]: Set `last_processor' field.
* procfs/process.c (process_file_gc_stat)
[HAVE_STRUCT_THREAD_SCHED_INFO_LAST_PROCESSOR]: Set last processor proc
field to `thsi->last_processor'.
[!HAVE_STRUCT_THREAD_SCHED_INFO_LAST_PROCESSOR]: Set last processor proc
field to 0.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 4 ++++
proc/info.c | 8 ++++++++
procfs/process.c | 12 +++++++++++-
3 files changed, 23 insertions(+), 1 deletion(-)
hooks/post-receive
--
Hurd