OSDN Git Service

Increase ps' default RSS and VSIZE widths.
[android-x86/external-toybox.git] / toys / posix / ps.c
2016-07-13 Elliott HughesIncrease ps' default RSS and VSIZE widths.
2016-06-28 Rob LandleyFix a "may be used uninitialized".
2016-06-18 Elliott HughesMake it clearer that CMD is the thread name.
2016-06-15 Rob LandleyAdd readlink0() and readlinkat0() which null terminate...
2016-06-10 Rob LandleyShuffle arguments around (TNAME->NAME->COMM->CMD),...
2016-06-10 Rob LandleyRevert commit e02e41373ea3, we're always initializing...
2016-06-10 Elliott HughesHACK: restore Android ps behavior.
2016-06-09 Rob LandleyFix ps bug, last field wasn't expanding to width.
2016-06-09 Rob LandleyChange the TNAME behavior to "Show parent argv[0]....
2016-06-04 Elliott HughesBasic success/failure return from pgrep/pkill.
2016-06-04 Rob Landleyps: Show [stat2] for any otherwise blank process name...
2016-05-27 Rob LandleyAdd -o TNAME for android, fix display of last field...
2016-05-24 Rob LandleyThe "show parent command path" commit changed the crite...
2016-05-23 Elliott HughesFix remaining pkill tests.
2016-05-23 Elliott HughesFix pkill -9.
2016-05-23 Rob LandleyDon't truncate number fields for anything but right...
2016-05-22 Rob LandleyMake -o COMMAND show parent command path for threads...
2016-05-22 Rob LandleyComment and help text tweaks.
2016-05-20 Rob LandleyAdd bufgetgrgid()
2016-05-17 Rob LandleyAdd bufgetpwuid. (Repeated calls to getpwuid() are...
2016-05-16 Rob LandleyAdd top -O
2016-05-06 Elliott HughesAdd top -H.
2016-05-05 Elliott Hughes"top -b -n1" should end with a newline.
2016-05-04 Rob LandleyElliott says -T should fetch threads even when not...
2016-05-04 Rob LandleySimplify ps android scheduling policy fetch slightly.
2016-05-01 Elliott HughesAdd a ps "PCY" field for Android scheduling policy.
2016-04-30 Rob LandleyFirst guess at showing thread names properly.
2016-04-29 Elliott HughesShow "-" rather 0 if we don't know whether a process...
2016-04-29 Elliott HughesFix ps -O help output alignment.
2016-04-25 Rob Landleyps thread supportand 32/64 bit detection.
2016-04-17 Elliott HughesFix "ssh top".
2016-04-17 Elliott HughesFix top -b.
2016-03-02 Rob LandleyFor years the man pages have said to #include <sys...
2016-02-29 Elliott HughesFix trailing spaces on ps -o cmdline.
2016-01-29 Rob LandleyAdd SIGWINCH support to top, and implement -o and ...
2016-01-28 Rob LandleyAdding -M broke ps -k header printing without -M.
2016-01-28 Rob LandleyDon't resort or recalculate headers for cursor up/down...
2016-01-28 Rob LandleyAdd cpu line to top, and fix a bug initializing upticks...
2016-01-27 Rob LandleyDon't try to be fancy with top headers, just hardwired...
2016-01-26 Rob LandleyAdd ps -M to measure/expand field widths if they don...
2016-01-26 Rob LandleyAdd ps -O (inserts extra args before last field), and...
2016-01-25 Rob LandleyNext lump of top work. Add -o DISPLAY_FIELDS -k FALLBAC...
2016-01-22 Rob LandleyReplace slot[] constants with SLOT_blah, fix some that...
2016-01-20 Rob LandleyCorrect units of %MEM and %VSZ.
2016-01-20 Rob LandleyAdd basic top support to ps.c, delete toys/pending...
2016-01-19 Rob LandleyImplement pgrep -clv (and remove some accidentally...
2016-01-18 Rob LandleyImplement basic pkill plumbing, and fix FORCE_FLAGS...
2016-01-17 Rob LandleyExtend utf8 fontmetrics so ps can use them.
2016-01-15 Rob LandleyImplement most of pgrep and pkill.
2016-01-10 Rob LandleyMake cursor left/right change sort type in iotop.
2016-01-01 Rob LandleyFirst pass at iotop.
2015-12-31 Rob LandleyFirst half of iotop. Add READ, WRITE, IO, DREAD, DWRITE...
2015-12-29 Rob LandleyMove comma_args() from ps.c to lib.
2015-12-21 Elliott HughesAdd ps -o psr,rtprio,sched.
2015-12-18 Rob LandleyNext giant chunk of ps work: add _NAME_TAG bitmask...
2015-12-13 Rob LandleyMake "ps -o TIME+ -k TIME+" work. Factor out -o field...
2015-12-05 Rob LandleyAdd start of top infrastructure to ps, null terminate...
2015-11-30 Rob LandleyImplement ps --sort.
2015-11-29 Rob LandleyAdd basic sort logic.
2015-11-28 Rob LandleySplit out string_field() from show_ps().
2015-11-28 Rob LandleySave string offsets rather than recalculating them...
2015-11-27 Rob LandleySplit do_ps() into get_ps() and show_ps() as a start...
2015-11-10 Rob LandleyCleanup pass: inline find_tty_name(), bounds check...
2015-11-09 Elliott HughesMake ps try harder to find a name for a tty.
2015-11-09 Elliott HughesOn Android, ps' default output should match toolbox.
2015-11-09 Elliott HughesAdd ps -n.
2015-11-09 Elliott HughesAdd ps -o CMDLINE.
2015-11-02 Rob LandleyAdd -P as short option for --ppid.
2015-11-02 Elliott HughesFix the ps -o CMD vs COMM distinction.
2015-11-02 Elliott HughesMake ps -o error reporting intelligible.
2015-11-02 Elliott HughesAdd ps -Z.
2015-11-02 Elliott HughesAdd ps --ppid.
2015-10-29 Rob LandleyPromote ps to posix.