- 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
- 1372780 Patch from Cliff L. Biffle <cbiffle@safety.net> to display memory by Eric Andersen · 23 years ago 0_60_3
- 5d8d4a6 Patch from Jim Treadway <jim@stardot-tech.com> to teach by Eric Andersen · 23 years ago
- 1d1d2f9 Update some missing copyright notices by Eric Andersen · 23 years ago
- 85208e2 Completely rework the config system so that it no longer annoys me to work on by Eric Andersen · 23 years ago
- 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
- b24d656 If find_pid_by_name() had an error, it was returning -1, but storing by Eric Andersen · 23 years ago
- 7131213 config.in features patch from Giulio Orsero <giulioo@pobox.com> by Eric Andersen · 23 years ago
- b5f2516 Add killall (noted by Giulio Orsero). by Matt Kraai · 23 years ago
- bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
- 3450636 Latest patch from vodz. Adds a check for divide by zero in the posix by Eric Andersen · 23 years ago
- 221b2ea I just wrote up a simple pidof applet, closing bug #1197 -Erik by Eric Andersen · 23 years ago
- 8d79ce8 Some patches to make dietlibc work... by Eric Andersen · 23 years ago
- 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
- 8e75f6d Fix a stupid thinko, and fix killall to cope with the updated by Eric Andersen · 23 years ago
- 0392b86 Minor formatting change by Eric Andersen · 23 years ago
- d98337a Fix ps so it doesn't waste space showing group, as it is pretty much by Eric Andersen · 23 years ago
- 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 24 years ago
- 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 24 years ago
- 827e45c Added some more '/* getopt not needed */' lines. by Mark Whitley · 24 years ago
- 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 24 years ago
- cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
- 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
- af4ac77 Apply a patch from Larry Doolittle to add "-all" and "-none" switches by Eric Andersen · 24 years ago