summaryrefslogtreecommitdiff
path: root/procps
Commit message (Expand)AuthorAgeFilesLines
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-132-3/+3
* top: do not use #if inside printf, it can be a macroDenys Vlasenko2009-11-071-18/+6
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-022-3/+3
* randomconfig fixesDenys Vlasenko2009-10-191-1/+1
* ps: show longer COMMANDDenys Vlasenko2009-10-091-3/+9
* ps: conditionally enable -T on non-DESKTOP build tooDenys Vlasenko2009-09-212-28/+28
* ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko2009-09-193-13/+47
* top: remove GCCismsDenys Vlasenko2009-09-121-5/+12
* fix read_cmdline API and a small buglet where "[comm]" may be too narrowDenys Vlasenko2009-09-122-2/+2
* top: add -m ("memory") optionDenys Vlasenko2009-09-111-51/+57
* pgrep: match argv[0] too, not only comm; fix a bug in argv sanitizationDenys Vlasenko2009-08-141-4/+4
* pgrep/pkill: support -s and -P optionsDenys Vlasenko2009-07-061-54/+64
* ps: conditionally support additional -o FIELDsDenys Vlasenko2009-07-033-12/+44
* *: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko2009-06-051-14/+14
* sysctl: stop abusing parser->lineDenys Vlasenko2009-05-101-4/+4
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-213-18/+18
* move llist_find_str from modutils to libbbDenis Vlasenko2009-04-131-5/+5
* sysctl: move code around to get rid of forward references.Denis Vlasenko2009-03-291-108/+101
* sysctl: fix broken -p [file] - close bug 231Denis Vlasenko2009-03-291-4/+9
* *: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko2009-03-091-6/+1
* modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"Denis Vlasenko2009-03-031-1/+1
* top: make it work again on 2.4 kernels (closes bug 125)Denis Vlasenko2009-03-031-7/+6
* function old new deltaDenis Vlasenko2009-02-071-9/+48
* sysctl: fix another corner case with "dots and slashes"Denis Vlasenko2009-01-081-2/+8
* sysctl: fix gcc warning (false positive)Denis Vlasenko2008-12-291-2/+3
* *: tweak error messagesDenis Vlasenko2008-12-241-141/+131
* Fix forgotten license commentsDenis Vlasenko2008-12-072-9/+5
* remove a few superfluous includesDenis Vlasenko2008-11-251-1/+0
* ash,hush: add TODO for rare build failureDenis Vlasenko2008-11-251-2/+0
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-051-2/+2
* kill[all[5]]: accept -s SIG too. kill_main: +29 bytesDenis Vlasenko2008-10-311-3/+7
* sysctl: sysctl -a was still misbehaving, fix itDenis Vlasenko2008-10-151-2/+6
* return accidentally deleted "/* vi: set sw=4 ts=4: */"Denis Vlasenko2008-10-151-0/+1
* sysctl: fix bug 3894 _for real_.Denis Vlasenko2008-10-151-7/+18
* sysctl: remove trivial comments. no code changesDenis Vlasenko2008-10-151-27/+12
* sysctl: remove special-cased reporting of EPERM,Denis Vlasenko2008-10-151-30/+10
* sysctl: fix bug 3894 (by Kryzhanovskyy Maksym)Denis Vlasenko2008-10-151-4/+23
* nmeter: 4k buffers are too small for /proc files,Denis Vlasenko2008-09-261-15/+30
* - improve helptextBernhard Reutner-Fischer2008-09-251-9/+13
* top: fix "top -d 1" (bug 5144)Denis Vlasenko2008-09-251-4/+13
* top: fixes to prev commit: '1' should toggle SMP view too;Denis Vlasenko2008-09-251-31/+27
* top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com)Denis Vlasenko2008-09-252-86/+275
* libbb: fix mishandling of "all argv are opts" in getopt32()Denis Vlasenko2008-08-201-2/+1
* nmeter: fix read past the end if a buffer. Closes 4594Denis Vlasenko2008-08-141-2/+4
* libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko2008-08-041-2/+2
* hush: add #defines to switch off break/continue if loops are not supportedDenis Vlasenko2008-07-291-1/+1
* fix several problems with config parser:Denis Vlasenko2008-07-261-4/+1
* fix all cases of strcpy on overlapping strings.Denis Vlasenko2008-07-221-1/+1
* - wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-221-3/+3
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-213-10/+11