- 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 · 19 years ago
- 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
- 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
- e2922e4 - make it C89 compatible; Declarations in the middle of a function is of course by Bernhard Reutner-Fischer · 19 years ago
- 39440e5 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 19 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
- 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
- f246dc7 ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE by "Vladimir N. Oleynik" · 19 years ago
- 1e07f85 FEATURE->ENABLE_FEATURE loses one for 'top' applet by "Vladimir N. Oleynik" · 19 years ago
- 5d38f5b sysctl was seriously broken. And since in some cases 'CONFIG_SYSCTL' by Eric Andersen · 19 years ago
- 038b076 some portability fixes by rmh in Bug 395 by Mike Frysinger · 19 years ago
- 223b887 touchup syntax by Mike Frysinger · 19 years ago
- 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
- 60158cb A patch from Takeharu KATO to update/fix SE-Linux support. by Rob Landley · 20 years ago
- 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
- 2c51160 Add 'nice' and replace 'renice' with a new implementation. by Manuel Novoa III · 20 years ago
- 7daa076 egor duda writes: by Eric Andersen · 20 years ago
- b6570d0 remove a cut/paste mistake, i better get some sleep. by Glenn L McGrath · 20 years ago
- 225be8c Apply patch from Felipe Kellermann to simlify logic of sort functions. by Glenn L McGrath · 20 years ago
- a4fccce Patch from Tito adding support for '-q' by Eric Andersen · 20 years ago
- aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
- ba9b22a Simplify, make formatting better match the procps version by Eric Andersen · 21 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- ab82154 Vodz last_patch120, more busybox integration, saves 330 Bytes. Tested. by Glenn L McGrath · 21 years ago
- b905028 Patch from Ned Ludd, solar at gentoo dot org: by Eric Andersen · 21 years ago
- f6bba3d Splitting statements with #define's can cause trouble for cross by Glenn L McGrath · 21 years ago
- 88c916b Andreas Mohr writes: by Eric Andersen · 21 years ago
- 7857c03 Paul Mundt (lethal) writes: by Eric Andersen · 21 years ago
- 8efe967 Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) by Eric Andersen · 21 years ago
- 8f4ef15 Fixup segfault on 'kill -q' by Eric Andersen · 21 years ago
- 7d72e79 Rework kill / killall so it behaves itself, even when subjected to abuse. -Erik by Eric Andersen · 21 years ago
- 9c3c38d Patch from Terje Kvernes adding quite a lot of missing documentation by Eric Andersen · 21 years ago
- cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
- e564211 Patch from Thomas Cameron: by Eric Andersen · 21 years ago
- 9e48045 Patch from Russell Coker: by Eric Andersen · 21 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- 883d484 Fix compiler warnings, patch by Steven Scholz by Glenn L McGrath · 22 years ago
- 1dcf218 Patch from Daniel J Walsh at redhat to make free work for systems by Eric Andersen · 22 years ago
- 75360f9 It shouldnt depend on itself by Glenn L McGrath · 22 years ago
- f795b02 Remove duplicate entry for kill by Glenn L McGrath · 22 years ago
- 110ee23 Do the dumb/obvious thing for the killall->kill dependancy by Eric Andersen · 22 years ago
- c9f20d9 Yet another major rework of the BusyBox config system, using the considerably by Eric Andersen · 22 years ago
- deca106 Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not by Eric Andersen · 22 years ago
- bb2e9d4 last_patch_67 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
- 44608e9 Patch last_pach62 from vodz. This patch moves all the /proc parsing by Eric Andersen · 22 years ago
- 1bb1e83 last_patch58_2 from vodz -- add FEATURE_CPU_USAGE_PERCENTAGE option by Eric Andersen · 22 years ago
- 506177d Bugfix from Claudio Fleiner <claudio@fleiner.com> by Eric Andersen · 22 years ago
- 08a7220 last_patch58 from vodz: by Eric Andersen · 22 years ago
- 02e6ba9 Vodz' last_patch57: Hi, Erik. by Eric Andersen · 22 years ago
- 3a1d837 don't leak FILEs by Eric Andersen · 22 years ago
- d499330 Commit vodz's patch, plus a tweak to change TracePid to TracerPid. Now by Manuel Novoa III · 22 years ago 0_60_4
- 420b208 Add a new top applet -Erik by Eric Andersen · 22 years ago
- c38678d Apply vodz' last_patch52 by Eric Andersen · 22 years ago
- 80cd3cf Fix indentation. Support killall -q, for pcmcia-cs -Erik by Eric Andersen · 22 years ago
- d11edf9 Made exit code SysV compliant. Also added -s (single pid) flag. by Robert Griebl · 23 years ago