Source-Changes-D archive

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

re: CVS commit: src/sys/miscfs/procfs



"Nicolas Joly" writes:
> Module Name:  src
> Committed By: njoly
> Date:         Sat Jul 12 09:58:39 UTC 2014
> 
> Modified Files:
>       src/sys/miscfs/procfs: procfs_linux.c
> 
> Log Message:
> Use kproc2 to provide sensible informations for /proc/<pid>/stat.

hmm, kernel code should really avoid using the userland compat layer.
you're processing something from one known layout to another known
layout.. userland needs it because it only knows one of them, which
has a known forwards/backwards compat layout.


.mrg.


Home | Main Index | Thread Index | Old Index