Denys Vlasenko
|
4e08a123b0
Assorted warning fixes and added a comment, no code changes
|
8 years ago |
Denys Vlasenko
|
f560422fa0
Big cleanup in config help and description
|
8 years ago |
Denys Vlasenko
|
f8f81ed7aa
Convert all procps/* applets to "new style" applet definitions
|
8 years ago |
Denys Vlasenko
|
237bedd499
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
|
8 years ago |
Denys Vlasenko
|
47cfbf32fd
*: add most of the required setup_common_bufsiz() calls
|
8 years ago |
Denys Vlasenko
|
e6a2f4cc5a
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
|
8 years ago |
Denys Vlasenko
|
641caaec3d
libbb: factor out code which queries screen width
|
9 years ago |
Denys Vlasenko
|
c9091d8947
ps: fix SEGV on narrow screens. closes 8176
|
9 years ago |
Denys Vlasenko
|
a407cf74cc
Make smart_ulltoa return pointer to end (allows for code shink in callers)
|
11 years ago |
Denys Vlasenko
|
17d4436424
ps: seconds_since_boot: uint64_t -> ulong
|
12 years ago |
Denys Vlasenko
|
6aab061d2d
ps: fix sscanf format specifier (%l); make uptime unsigned
|
12 years ago |
Denys Vlasenko
|
42be921d48
ps: fix build failure in !DESKTOP case
|
12 years ago |
Michael Tokarev
|
ac42e3de90
ps: use separate get_uptime() and make it work on non-linux too
|
12 years ago |
Cristian Ionescu-Idbohrn
|
85b1f292c9
ps: fix for !FEATURE_PS_LONG build
|
13 years ago |
Flemming Madsen
|
b64bd16459
ps: with -l, show STIME too
|
13 years ago |
Denys Vlasenko
|
8d9ac30572
ps: add support for -l for !DESKTOP
|
13 years ago |
Denys Vlasenko
|
67905e2d7c
*: work around sysinfo.h versus linux/*.h problems
|
13 years ago |
Denys Vlasenko
|
12ac6287ee
procps: remove PSSCAN_STAT define, users were using it incorrectly
|
13 years ago |
Denys Vlasenko
|
d7efa06b83
fix breakage caused by 'remove "Options:" string from help texts' commit
|
13 years ago |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 years ago |
Pere Orga
|
5bc8c005a8
move remaining help text from include/usage.src.h
|
13 years ago |
Denys Vlasenko
|
099e528919
ps: implement -o stat
|
14 years ago |
Cristian Ionescu-Idbohrn
|
6957d79bd6
remove redundant ENABLE_DESKTOP in procps/ps.c
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
9e07219c78
ps: make "ps -o BAD" emit list of good -o params
|
14 years ago |
Denys Vlasenko
|
fe360480aa
fix typo in commented-out code
|
14 years ago |
Denys Vlasenko
|
39601843d7
ps: fix non-DESKTOP option handling code
|
14 years ago |
Denys Vlasenko
|
98a4c7cf3d
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
|
15 years ago |
Denys Vlasenko
|
887d963037
ps: add comment about -T
|
15 years ago |
Denys Vlasenko
|
6331cf059c
*: use "can't" instead of "cannot"
|
15 years ago |