[PATCH] tmp: add --size to set the maximum size

2012-09-07 Thread Pino Toscano
Hi, the attached patches enhance the tmpfs invocation with --size=MAX-BYTES to set the maximum size, in addition to the current way (passing it as first parameter). This improves the compatibility with classic usages like putting tmpfs entries in fstab, or mounting it with mount. Thanks, -- P

[PATCH] procfs: another fix for the process file name in stat/status

2012-09-07 Thread Pino Toscano
Hi, attached there is a new patch for procfs to improve again the file name in stat/status files for PIDs. Basically, it just considers only the first word in case the process name has more (e.g. when it changed its own). Thanks, -- Pino Toscano From ebf2b049ea6963026766763df1697467f5806327 Mo