Age | Commit message (Expand) | Author |
2020-11-30 | decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly | Denys Vlasenko |
2020-08-13 | build system: drop PLATFORM_LINUX | Ron Yorston |
2019-05-03 | ps: ensure fields are separated by at least one space, closes 11826 | Denys Vlasenko |
2017-08-22 | ps: fix build failure if FEATURE_PS_TIME is disabled | Ron Yorston |
2017-08-22 | ps: allow ps config options if minips is enabled | Kang-Che Sung |
2017-08-18 | klibc-utils: new applets: resume, nuke, minips | Denys Vlasenko |
2017-08-10 | ps: improve TIME column for large times: showing "14453:50" is not good | Denys Vlasenko |
2017-08-10 | ps: make it NOEXEC | Denys Vlasenko |
2017-08-10 | ps: stop using AT_CLKTCK, there are more standard ways | Denys Vlasenko |
2017-08-08 | getopt32: remove opt_complementary | Denys Vlasenko |
2017-08-05 | pstree: make it NOEXEC | Denys Vlasenko |
2017-08-04 | getopt32: factor out code to treat all args as options | Denys Vlasenko |
2017-07-29 | ps: tweak outdated comment, no code changes | Denys Vlasenko |
2017-07-29 | ps: implement -o sid | Denys Vlasenko |
2017-07-21 | config: deindent all help texts | Denys Vlasenko |
2017-07-18 | Update menuconfig items with approximate applet sizes | Denys Vlasenko |
2017-01-16 | Assorted warning fixes and added a comment, no code changes | Denys Vlasenko |
2017-01-10 | Big cleanup in config help and description | Denys Vlasenko |
2016-11-23 | Convert all procps/* applets to "new style" applet definitions | Denys Vlasenko |
2016-07-06 | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko |
2016-04-21 | *: add most of the required setup_common_bufsiz() calls | Denys Vlasenko |
2016-04-21 | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko |
2015-10-23 | libbb: factor out code which queries screen width | Denys Vlasenko |
2015-07-01 | ps: fix SEGV on narrow screens. closes 8176 | Denys Vlasenko |
2013-09-06 | Make smart_ulltoa return pointer to end (allows for code shink in callers) | Denys Vlasenko |
2013-01-26 | ps: seconds_since_boot: uint64_t -> ulong | Denys Vlasenko |
2013-01-22 | ps: fix sscanf format specifier (%l); make uptime unsigned | Denys Vlasenko |
2012-09-25 | ps: fix build failure in !DESKTOP case | Denys Vlasenko |
2012-06-13 | ps: use separate get_uptime() and make it work on non-linux too | Michael Tokarev |
2011-09-29 | ps: fix for !FEATURE_PS_LONG build | Cristian Ionescu-Idbohrn |
2011-09-27 | ps: with -l, show STIME too | Flemming Madsen |
2011-09-26 | ps: add support for -l for !DESKTOP | Denys Vlasenko |
2011-07-26 | *: work around sysinfo.h versus linux/*.h problems | Denys Vlasenko |
2011-06-18 | procps: remove PSSCAN_STAT define, users were using it incorrectly | Denys Vlasenko |
2011-06-05 | fix breakage caused by 'remove "Options:" string from help texts' commit | Denys Vlasenko |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-04-11 | move remaining help text from include/usage.src.h | Pere Orga |
2011-02-02 | ps: implement -o stat | Denys Vlasenko |
2010-09-05 | remove redundant ENABLE_DESKTOP in procps/ps.c | Cristian Ionescu-Idbohrn |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-05-23 | ps: make "ps -o BAD" emit list of good -o params | Denys Vlasenko |
2010-05-04 | fix typo in commented-out code | Denys Vlasenko |
2010-04-07 | ps: fix non-DESKTOP option handling code | Denys Vlasenko |
2010-02-04 | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko |
2009-11-24 | ps: add comment about -T | Denys Vlasenko |
2009-11-13 | *: use "can't" instead of "cannot" | Denys Vlasenko |
2009-10-09 | ps: show longer COMMAND | Denys Vlasenko |
2009-09-21 | ps: conditionally enable -T on non-DESKTOP build too | Denys Vlasenko |
2009-09-19 | ps,top: add an option to show threads. +260 bytes of code | Denys Vlasenko |
2009-09-12 | fix read_cmdline API and a small buglet where "[comm]" may be too narrow | Denys Vlasenko |