OSDN Git Service

Fix "ps -T 1234" to show thread belonging to that PID.
[android-x86/external-toybox.git] / toys / posix / ps.c
2018-01-16 Rob LandleyFix "ps -T 1234" to show thread belonging to that PID.
2018-01-15 Rob LandleyMerge shared_main() back into ps_main() and top_main...
2018-01-15 Rob LandleyAdd more comments to ps.
2018-01-06 Rob LandleyMove millitime() into lib.c.
2017-11-01 Rob LandleyAdd top -m, fix width truncating for narrow screens...
2017-08-31 Rob LandleyAnother try at fixing the ps segfault resulting from...
2017-06-19 Rob LandleyManually inline TOP_COMMON and PGKILL_COMMON help text...
2017-03-28 Josh Gaops: don't query for terminal size if not a tty.
2017-03-22 Rob Landleydirtree_flagread() returns DIRTREE_ABORTVAL when the...
2017-02-21 Rob LandleyIf the last ps field is left justified, it extends...
2017-02-07 Rob Landleyps -l has 4 chars left for "cmd", switch "ADDR" to...
2017-02-06 Rob LandleyMake tty size failure to enable -w (Elliott prefers...
2017-02-06 Rob LandleyDon't set SIGWINCH when reading ANSI size probe data...
2017-02-06 Rob LandleyBugfix: last field was padding to width with trailing...
2017-02-05 Rob LandleyDefault to width 80 when tty size probe fails (ala...
2017-02-03 Elliott HughesFix typo in pgrep help.
2017-02-01 Rob LandleyExtend default USER length to 12 and output "+" as...
2017-01-31 Rob Landleyps bugfix: len of TTY field doesn't include null termin...
2017-01-29 Rob LandleyTweak -w help text to clarify that it prevents truncati...
2017-01-28 Elliott HughesAdd missing `static`s and remove an unused function.
2017-01-28 Elliott Hughestop -H is more useful if it shows thread names.
2016-12-10 Elliott HughesPass DIRTREE_PROC through the ps callbacks.
2016-12-09 Rob LandleyAdd DIRTREE_PROC to skip non-numeric entries and make...
2016-11-02 Evgenii StepanovFix control flow integrity check failure in ps.
2016-10-12 Elliott HughesStop renaming the ADDR field to PC on Android.
2016-10-08 Rob LandleyTeach ps -w not to truncate any fields.
2016-10-08 Rob LandleyEvgenii Stepanov found a bug where argv0len was set...
2016-09-29 Elliott HughesAccept extra ps arguments as additional pids.
2016-09-28 Elliott HughesShow thread names with "ps -T" on Android.
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.
next