- e3657dc fuser: code shrink by Maksym Kryzhanovskyy · 15 years ago
- d94332f top: code shrink, -26 bytes by Denys Vlasenko · 15 years ago
- 87496aa top: code shrink by Maksym Kryzhanovskyy · 15 years ago
- 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
- da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
- 9e07219 ps: make "ps -o BAD" emit list of good -o params by Denys Vlasenko · 15 years ago
- fef9ee7 fuser: code shrink, fixing default signal, exitcode and PID display by Maksym Kryzhanovskyy · 15 years ago
- d9a3e89 consolidate ESC sequences by Denys Vlasenko · 15 years ago
- fe36048 fix typo in commented-out code by Denys Vlasenko · 15 years ago
- 3960184 ps: fix non-DESKTOP option handling code by Denys Vlasenko · 15 years ago
- c2fdd41 sysctl: tiny code shrink by Denys Vlasenko · 15 years ago
- 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
- 917693b top: make 's' display easier to understand by Denys Vlasenko · 15 years ago
- 7e7728c free: silence warning about unused argv by Bernhard Reutner-Fischer · 15 years ago
- bef5711 free: code shrink by Denys Vlasenko · 15 years ago
- 153fcaa Replace __uClinux__ define with !BB_MMU by Denys Vlasenko · 15 years ago
- 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
- 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
- 302af9e watch: compat: use stderr to determine screen dimensions by Denys Vlasenko · 15 years ago
- 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
- f25252c watch: more compatible screen format by Denys Vlasenko · 15 years ago
- 887d963 ps: add comment about -T by Denys Vlasenko · 15 years ago
- 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
- 9be4f31 top: do not use #if inside printf, it can be a macro by Denys Vlasenko · 15 years ago
- 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
- 36df048 randomconfig fixes by Denys Vlasenko · 15 years ago
- a05b2b8 ps: show longer COMMAND by Denys Vlasenko · 15 years ago
- d75295c ps: conditionally enable -T on non-DESKTOP build too by Denys Vlasenko · 15 years ago
- b410d4a ps,top: add an option to show threads. +260 bytes of code by Denys Vlasenko · 15 years ago
- fe73798 top: remove GCCisms by Denys Vlasenko · 15 years ago
- 3a0f6f2 fix read_cmdline API and a small buglet where "[comm]" may be too narrow by Denys Vlasenko · 15 years ago
- 0052882 top: add -m ("memory") option by Denys Vlasenko · 15 years ago
- 16d1e3c pgrep: match argv[0] too, not only comm; fix a bug in argv sanitization by Denys Vlasenko · 15 years ago
- 57dc534 pgrep/pkill: support -s and -P options by Denys Vlasenko · 15 years ago
- fca70a8 ps: conditionally support additional -o FIELDs by Denys Vlasenko · 15 years ago
- d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
- f427c80 sysctl: stop abusing parser->line by Denys Vlasenko · 16 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- 0b791d9 move llist_find_str from modutils to libbb by Denis Vlasenko · 16 years ago
- 038fe44 sysctl: move code around to get rid of forward references. by Denis Vlasenko · 16 years ago
- 5a6617a sysctl: fix broken -p [file] - close bug 231 by Denis Vlasenko · 16 years ago
- 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
- 9604e1b modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found" by Denis Vlasenko · 16 years ago
- 7886275 top: make it work again on 2.4 kernels (closes bug 125) by Denis Vlasenko · 16 years ago
- a0ab943 function old new delta by Denis Vlasenko · 16 years ago
- 501b0e3 sysctl: fix another corner case with "dots and slashes" by Denis Vlasenko · 16 years ago
- d6e8f94 sysctl: fix gcc warning (false positive) by Denis Vlasenko · 16 years ago
- 54d1005 *: tweak error messages by Denis Vlasenko · 16 years ago
- db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
- 9e0a7c9 remove a few superfluous includes by Denis Vlasenko · 16 years ago
- 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
- 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
- b9b344a kill[all[5]]: accept -s SIG too. kill_main: +29 bytes by Denis Vlasenko · 16 years ago
- a9c3f7a sysctl: sysctl -a was still misbehaving, fix it by Denis Vlasenko · 16 years ago
- 9299305 return accidentally deleted "/* vi: set sw=4 ts=4: */" by Denis Vlasenko · 16 years ago
- e915a1a sysctl: fix bug 3894 _for real_. by Denis Vlasenko · 16 years ago
- 81944c9 sysctl: remove trivial comments. no code changes by Denis Vlasenko · 16 years ago
- cfdb711 sysctl: remove special-cased reporting of EPERM, by Denis Vlasenko · 16 years ago
- 58cc52a sysctl: fix bug 3894 (by Kryzhanovskyy Maksym) by Denis Vlasenko · 16 years ago
- bfc93a3 nmeter: 4k buffers are too small for /proc files, by Denis Vlasenko · 16 years ago
- a46d2b1 - improve helptext by Bernhard Reutner-Fischer · 16 years ago
- c884221 top: fix "top -d 1" (bug 5144) by Denis Vlasenko · 16 years ago
- 35840ab top: fixes to prev commit: '1' should toggle SMP view too; by Denis Vlasenko · 16 years ago
- 17e7f04 top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com) by Denis Vlasenko · 16 years ago
- 1c45a50 libbb: fix mishandling of "all argv are opts" in getopt32() by Denis Vlasenko · 16 years ago
- cd785fb nmeter: fix read past the end if a buffer. Closes 4594 by Denis Vlasenko · 16 years ago
- 2784228 libbb: make xrealloc_vector zero out the realloc'ed tail by Denis Vlasenko · 16 years ago
- dadfb49 hush: add #defines to switch off break/continue if loops are not supported by Denis Vlasenko · 16 years ago
- 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
- 0f293b9 fix all cases of strcpy on overlapping strings. by Denis Vlasenko · 16 years ago
- 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
- d73cbd3 - first pass to unify/cleanup uid handling (-236b) by Bernhard Reutner-Fischer · 16 years ago
- 4a717e0 libbb: fixes to config_read() by maintainer sysctl: use config_read() by Denis Vlasenko · 16 years ago
- 3b3ca11 pidof/killall: allow find_pid_by_name to find running by Denis Vlasenko · 16 years ago
- 83cea0e s/SELINIX/SELINUX/ by Denis Vlasenko · 16 years ago
- 6b79718 fuser: a bit of safety in scanf by Denis Vlasenko · 16 years ago
- a46dd89 cpio: internalize archive_xread_all_eof. add a few paranoia checks by Denis Vlasenko · 16 years ago
- deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- bc2fd37 nmeter: tiny shrink by Denis Vlasenko · 16 years ago
- 259c9a6 nmeter: tiny shrink by Denis Vlasenko · 16 years ago
- befd5ea nmeter: cosmetics by Denis Vlasenko · 16 years ago
- 333aa0c nmeter: code shrink by Denis Vlasenko · 16 years ago
- 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
- d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 16 years ago
- cd9d4c8 fuser: a now, the corrected fix (vda botched previous one) by Denis Vlasenko · 17 years ago
- 5de8a13 fiser: opendir "/proc", not "." (by Cristian Ionescu-Idbohrn) by Denis Vlasenko · 17 years ago
- 54b90b5 fix another -Wall warning by Denis Vlasenko · 17 years ago
- 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
- 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
- e96dcb4 top: fix build failure by Denis Vlasenko · 17 years ago
- 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
- 1b2058f fuser: fix vda's breakage: DOH! chdir'ing to /proc breaks relative paths by Denis Vlasenko · 17 years ago
- c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
- 275b929 let top build without TERMIOS enabled by Paul Fox · 17 years ago
- cf7cf62 *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember) by Denis Vlasenko · 17 years ago
- 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago