[CRIU] [PATCH 0/2] implement and use setproctitle()

Pavel Emelyanov xemul at parallels.com
Thu Feb 20 03:19:24 PST 2014


On 02/20/2014 01:21 AM, Ruslan Kuprieiev wrote:
> This patch allows us to use more informative process title that
> appears on the ps(1) command.
> 
> Ruslan Kuprieiev (2):
>   crtools: implement BSD-style setproctitle()
>   service: use setproctitle()
> 
>  Makefile.crtools       |   1 +
>  cr-service.c           |   8 ++++
>  crtools.c              |   5 +++
>  include/setproctitle.h |  25 ++++++++++++
>  setproctitle.c         | 106 +++++++++++++++++++++++++++++++++++++++++++++++++
>  5 files changed, 145 insertions(+)
>  create mode 100644 include/setproctitle.h
>  create mode 100644 setproctitle.c
> 


Kir, can you review the set, please.


More information about the CRIU mailing list