mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-27 01:27:21 +08:00
1ce9756ee6
So far ps(1) always prints the full path of the executable under the COMMAND heading. With -f, print the command line instead. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
14 lines
217 B
Plaintext
14 lines
217 B
Plaintext
What's new:
|
|
-----------
|
|
|
|
- New API call: getlocalename_l.
|
|
|
|
- New API calls: fdclosedir, posix_getdents.
|
|
|
|
|
|
What changed:
|
|
-------------
|
|
|
|
- ps -f now prints the commandline rather than the full path to the
|
|
executable.
|