aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rename: compare_string_array -> index_in_str_arrayvda2006-11-0510-44/+50
* ps: add documentation on POSIX psvda2006-11-052-1/+176
* usage.h: stop using ancient USAGE_xxx (we have USE_xx now)vda2006-11-051-34/+13
* ps: implement POSIX-like options, most notably -ovda2006-11-052-0/+290
* smart_ulltoa5: make available in libbbvda2006-11-053-41/+56
* replace /proc scanning code by more versatile one.vda2006-11-056-168/+325
* top: improve CPU% calculationvda2006-11-055-59/+56
* Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at>vda2006-11-023-15/+14
* Unneeded code removed, usused field "unsigned pscpu" removedvda2006-11-015-14/+14
* mostly style fixesvda2006-11-0112-161/+156
* pidof: reduce #ifdef forestvda2006-11-011-39/+19
* PID should be stored in pid_t, not int or long.vda2006-11-018-69/+76
* ps: reduce #ifdef forestvda2006-11-011-25/+13
* #if CONFIG_xxx -> #if ENABLE_xxxvda2006-11-013-20/+12
* find: -type T was actually meaning ! -type T!vda2006-10-311-1/+1
* build system: Makefiles are in source dir, add $(srctree)vda2006-10-311-3/+3
* reads: fix bug 1078vda2006-10-311-1/+2
* add usefun info on SIGINT handling peculiaritiesvda2006-10-311-0/+627
* login: add big fat comment about SIGINT - preventvda2006-10-311-1/+8
* login: re-enable Ctrl-^C before execing shell.vda2006-10-313-79/+67
* dd: fix bugs: always assumed conv=sync, died on write errorsvda2006-10-312-51/+70
* find: implement -prune. "make clean" now works! :)vda2006-10-311-3/+21
* find: fix implicit -print (sometime differed from standard)vda2006-10-311-3/+11
* find: implement ( )vda2006-10-301-96/+169
* "#warning: http://...." doesn't work (gcc thinks that it's a comment!)vda2006-10-291-1/+1
* website: fix linkvda2006-10-291-1/+1
* website: announce 1.2.2.1vda2006-10-291-0/+7
* find: a lot more compliant to 'standard' findvda2006-10-293-175/+269
* find: small improvementvda2006-10-291-11/+15
* find: fix -exec to work like stock find does.vda2006-10-291-98/+155
* ls: silly comment fixesvda2006-10-281-9/+9
* chmod: typo in commentsvda2006-10-281-8/+8
* ls: cleanup part 2. ifdef forest is much less scary now :)vda2006-10-282-198/+148
* ls: cleanup part 1vda2006-10-288-281/+191
* recursive_action: add depth paramvda2006-10-279-58/+123
* chgrp: just call chown! :)vda2006-10-273-41/+19
* recursive_action: preparatory changes. will introduce "int level".vda2006-10-271-50/+48
* chown: add -vcf support if CONFIG_DESKTOPvda2006-10-273-27/+71
* chmod: support -vcf if CONFIG_DESKTOPvda2006-10-272-55/+51
* modprobe: reformat to match bbox stylevda2006-10-272-296/+293
* OFF_T_FMT -> OFF_FMTvda2006-10-271-1/+1
* top: batch mode should output all processesvda2006-10-272-9/+5
* Fix largefile breakage; advance version to 1.2.2vda2006-10-272-4/+5
* reshuffle libbb.h contents so that order of decls makes sensevda2006-10-276-280/+263
* get_terminal_width_height: do not pass insanely large valuesvda2006-10-276-23/+33
* last nail into error_msg() (de)capitalizationvda2006-10-2712-88/+88
* As usual, I forgot "svn del"...vda2006-10-271-96/+0
* ...and yet another small fix. Ouch...vda2006-10-262-3/+3
* Fix minor breakage in previous commitvda2006-10-261-2/+2
* rename functions to more understandable namesvda2006-10-2627-68/+63