summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2017-01-01Make it possible to select "sh" and "bash" aliases without selecting ash or hushDenys Vlasenko9-118/+120
2016-12-03top: fix help text: with !TERMIOS, no keys are affected top outputDenys Vlasenko1-1/+4
2016-11-28Code style fixes, no code changesDenys Vlasenko13-28/+32
2016-11-23Make killall and killall5 selecatable independent from killDenys Vlasenko1-8/+16
2016-11-23Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko14-172/+184
2016-08-19top: move free(prev_hist) out of signal pathDenys Vlasenko1-6/+6
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko30-49/+49
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2016-03-15nmeter: reinstate and document -d-1Denys Vlasenko1-17/+15
2016-03-15nmeter: remove undocumented %NNNd specifierDenys Vlasenko1-13/+6
2016-03-15nmeter: simple code shrink here and thereDenys Vlasenko1-27/+12
2016-03-15nmeter: convert field list to bit listDenys Vlasenko1-52/+54
2016-03-15nmeter: code shrinkDenys Vlasenko1-5/+5
2016-03-15nmeter: fix a bug with unterminated varargsDenys Vlasenko1-15/+17
2016-03-07renice: tweak help textDenys Vlasenko1-6/+7
2015-10-24pmap: fix bogus {no such process} comm field textDenys Vlasenko2-5/+7
2015-10-22libbb: factor out code which queries screen widthDenys Vlasenko9-15/+15
2015-10-14top: make sort field for 's' mode less confusingDenys Vlasenko1-13/+14
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko10-36/+22
2015-10-08join some common strings, -400 bytesDenys Vlasenko11-45/+45
2015-10-07build system: -fno-builtin-printfDenys Vlasenko24-124/+127
2015-07-01ps: fix SEGV on narrow screens. closes 8176Denys Vlasenko1-5/+7
2015-04-02*: Switch to POSIX utmpx APIBernhard Reutner-Fischer9-52/+56
2015-03-12Use chomp to remove newlinesRon Yorston4-5/+5
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2015-01-24trim extra newlines in help textsDenys Vlasenko4-5/+6
2015-01-05mpstat: code shrinkDenys Vlasenko1-6/+2
2015-01-05free: handle "cached" value tooGuillermo Rodriguez1-31/+46
2014-08-01Fix remaining bionic warningsTanguy Pruvot23-35/+52
2014-07-29top: fix memset length (sizeof(ptr) vs sizeof(array) problem)Denys Vlasenko1-2/+1
2014-07-27top: fix and merge code to parse /proc/meminfoTimo Teräs1-110/+86
2014-06-22busybox-full: enable some new appletsTanguy Pruvot15-4448/+4796
2014-06-22libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski7-16/+12
2014-05-18bionic: some new type warnings fixesTanguy Pruvot3-4/+9
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2014-02-24sysctl: do not error out showing write-only data. Closes 6386Denys Vlasenko1-0/+3
2014-01-20top.c: fix compilation warningsBartosz Golaszewski1-5/+0
2013-12-16kill[all[5]]: code shrinkDenys Vlasenko1-20/+18
2013-12-16killall5: return 2 if no processes got killedUros Vampl1-1/+4
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko18-37/+37
2013-09-06top: fix breakage introduced by previous commitDenys Vlasenko1-1/+1
2013-09-06Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko7-20/+14
2013-06-27pstree: fix theoretically unsafe codeDenys Vlasenko1-1/+1
2013-06-27lsof: correct check for symbolic linkThomas De Schampheleire1-3/+6
2013-06-19pstree: stop truncating thread namesMike Frysinger1-3/+10
2013-03-29libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko7-12/+35
[next]