tech-kern archive

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

Re: [PATCH] procfs: match /proc/self/maps address width to Linux



Edgar Fuß <ef%math.uni-bonn.de@localhost> wrote:
> Didn't we have -o linux for things like that?

We do, the implementation of the emulated linux procfs is mingled in
with the NetBSD native stuff.

The 'width' variable being modified by the patch is only used when
'-o linux' has been specified when mounting the filesystem.

One review question could be whether it would be better to modify the
call to snprintf(3) to not use 'width' at all.


Home | Main Index | Thread Index | Old Index