- 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
- 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
- 8d9f495 getopt32: fix llist_t options ordering. llist_rev is not unused. by Denis Vlasenko · 18 years ago
- 450196c ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer) by Denis Vlasenko · 18 years ago
- 219d14d random style fixes (extra spaces deleted) by Denis Vlasenko · 18 years ago
- 26a8016 - change option -c to -Z to match newer upstream SElinux conventions by Bernhard Reutner-Fischer · 18 years ago
- 54cf511 sort: fix multiple -k (was ignoring all except last) by Denis Vlasenko · 18 years ago
- 0aa6ba5 make sure ps/top output what they claim: vsz, not rss ... down the line we should make the output controllable either at runtime or buildtime as both statistics are quite useful by Mike Frysinger · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- 769d1e0 fix warning from needlessly-global functions by Denis Vlasenko · 18 years ago
- 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
- f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
- 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 18 years ago
- bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
- 2a813e2 fix recognitions of -SIGname signals by Denis Vlasenko · 18 years ago
- 6dca70a ps: fix buglet, add microoptimization by Denis Vlasenko · 18 years ago
- d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
- 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
- a7189f0 add -Wundef, fix uncovered bugs by Denis Vlasenko · 18 years ago
- 4021516 ps: add documentation on POSIX ps by Denis Vlasenko · 18 years ago
- 9494919 ps: implement POSIX-like options, most notably -o (activated by CONFIG_DESKTOP) by Denis Vlasenko · 18 years ago
- 459e4d6 replace /proc scanning code by more versatile one. by Denis Vlasenko · 18 years ago
- fa07680 top: improve CPU% calculation style fixes by Denis Vlasenko · 18 years ago
- dd539f7 Unneeded code removed, usused field "unsigned pscpu" removed by Denis Vlasenko · 18 years ago
- 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
- 048c93c pidof: reduce #ifdef forest by Denis Vlasenko · 18 years ago
- 35fb512 PID should be stored in pid_t, not int or long. by Denis Vlasenko · 18 years ago
- d3ada32 ps: reduce #ifdef forest by Denis Vlasenko · 18 years ago
- 25d8062 top: batch mode should output all processes by Denis Vlasenko · 18 years ago
- 621204b get_terminal_width_height: do not pass insanely large values by Denis Vlasenko · 18 years ago
- c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
- ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
- ca3c981 start_stop_daemon: add -N <nice> compat by Denis Vlasenko · 18 years ago
- 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
- c12f530 dnsd fix; option_mask32 added. dnsd needs more love. by Denis Vlasenko · 18 years ago
- 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
- 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
- 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
- 266bc17 top: add support for -b, -n <iterations> by Denis Vlasenko · 18 years ago
- 0bb628f kill: implement killall5. OpenWRT folks will be happy. by Denis Vlasenko · 18 years ago
- a77947f kill: fix bugs (kill -l output was horrible), fix style, constify data by Denis Vlasenko · 18 years ago
- be905d5 process utilities related style cleanup by Denis Vlasenko · 18 years ago
- e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
- 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
- 16bbb20 Random cleanup hanging around my tree. by Rob Landley · 18 years ago
- 42dfcd2 top: fixed wrong comment, made error message more clear by Denis Vlasenko · 18 years ago
- 9cac521 using [xa]sprintf for string concatenation is neat and saves by Denis Vlasenko · 18 years ago
- 86b4d64 These should have been part of 15767 too. by Rob Landley · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
- a526c30 Make another warning go away. by Rob Landley · 18 years ago
- db1ab1a Top was catching sigterm (and fumbling sigint) so it could reset the terminal by Rob Landley · 18 years ago
- e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
- 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
- 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 18 years ago
- e2922e4 - make it C89 compatible; Declarations in the middle of a function is of course by Bernhard Reutner-Fischer · 18 years ago
- 39440e5 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 18 years ago
- a6b5b60 Fiddling with llist to make memory management easier. Specifically, the by Rob Landley · 19 years ago
- a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
- 0c43046 Fix allbareconfig. by Rob Landley · 19 years ago
- 997650b From Denis Vlasenko: by Rob Landley · 19 years ago
- 70cbb6e Jason Schoon writes: Attached is a patch to display the usage message if fuser is called with no arguments, rather than doing no work and failing silently. by Mike Frysinger · 19 years ago
- 8b1f11d Remove a superfluous quote and more non-generic standalone code. by Rob Landley · 19 years ago
- 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 19 years ago
- d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 19 years ago
- cb44816 - add and use bb_opendir(), bb_xopendir(). by Bernhard Reutner-Fischer · 19 years ago
- 31642d7 More "extern" removals from Robert P. Day by Rob Landley · 19 years ago
- df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
- 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
- dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
- 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
- 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
- d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 19 years ago
- da2a7d6 rfelker writes in Bug 738: sys/sysmacros.h is needed for makedev by Mike Frysinger · 19 years ago
- c218a29 add last terminal line by "Vladimir N. Oleynik" · 19 years ago
- 3afdfec restore change by Denis Vlasenko: file_to_buf must vary fast, best if inline by "Vladimir N. Oleynik" · 19 years ago
- b280455 Cleanups from Denis Vlasenko. by Rob Landley · 19 years ago
- b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
- a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
- 2d60458 removed warning "comparison between signed and unsigned". by "Vladimir N. Oleynik" · 19 years ago
- 51bfa54 removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. My whitespace by "Vladimir N. Oleynik" · 19 years ago
- 1e98a07 close bug 638 by "Vladimir N. Oleynik" · 19 years ago
- c1ef7bd just whitespace by Tim Riker · 19 years ago
- f9d40d6 compile on 2.96 for a while longer -- no floating declarations. by Paul Fox · 19 years ago
- 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
- b924055 Jason Schoon writes: by Mike Frysinger · 19 years ago
- 70678bc getopt -> getopt_ulflags. noticed by Rob Sullivan by "Vladimir N. Oleynik" · 19 years ago
- 7eb8e45 Please don't use if(asprintf(&t)<0) free(t); Use concat_subpath_file() for scan dir. Added losed chdir(".."). Removed warnings for 64-bit inode size. Why use memcpy and do not let? Very strange code for me by "Vladimir N. Oleynik" · 19 years ago
- aa87276 New applet, fuser, from Tony J. White. (Needs some cleanup.) by Rob Landley · 19 years ago
- a2eec60 RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 by "Vladimir N. Oleynik" · 19 years ago
- f704b27 by "Vladimir N. Oleynik" · 19 years ago
- ab52db8 - size reduction of pidof - fix typo in reverse_pidlist by Bernhard Reutner-Fischer · 19 years ago
- 81c3a51 - pidof(8): make -s optional and optional -o; closes #168 first cut. by Bernhard Reutner-Fischer · 19 years ago
- 35939d9 by "Vladimir N. Oleynik" · 19 years ago
- 9c44dce ps selinux logic correction, but do not tested too by "Vladimir N. Oleynik" · 19 years ago
- be0ed3d use updated bb_getopt_ulflags() for ps applet by "Vladimir N. Oleynik" · 19 years ago
- 6d6a40c - add option 'w' to ps (wide output, optional feature defaults to off). by Bernhard Reutner-Fischer · 19 years ago
- 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
- d1c8ae5 re-order a little for alphabetical by Mike Frysinger · 19 years ago
- 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago