| Commit message (Expand) | Author | Age | Files | Lines |
* | applying fix from: | Paul Fox | 2005-07-19 | 1 | -3/+7 |
* | applying: | Paul Fox | 2005-07-19 | 1 | -2/+2 |
* | applying fix for: | Paul Fox | 2005-07-19 | 1 | -4/+6 |
* | Fixup makedevs to handle regular files, and also fix | Eric Andersen | 2005-07-18 | 1 | -1/+32 |
* | fix for "0000027: patch: nc will spin if stdin closed" | Paul Fox | 2005-07-18 | 1 | -2/+5 |
* | allow both ^H and DEL to backspace in insert mode (bug #23) | Paul Fox | 2005-07-18 | 1 | -4/+4 |
* | Fix vi so that error messages, insert mode messages, etc are | Eric Andersen | 2005-07-18 | 1 | -12/+37 |
* | a bit more polish | Eric Andersen | 2005-07-18 | 2 | -6/+5 |
* | a bit of polish on makedevs | Eric Andersen | 2005-07-18 | 2 | -2/+3 |
* | the makedevs config option was pretty much totally broken | Eric Andersen | 2005-07-18 | 1 | -1/+2 |
* | Fixup device table based makedevs so it actually works | Eric Andersen | 2005-07-18 | 2 | -34/+71 |
* | move var decls around a little to help gcc make smaller code | Mike Frysinger | 2005-07-06 | 1 | -8/+8 |
* | 2005-07-04 Shaun Jackman <sjackman@gmail.com> | Mike Frysinger | 2005-07-06 | 1 | -3/+2 |
* | 2005-07-05 Shaun Jackman <sjackman@gmail.com> | Mike Frysinger | 2005-07-06 | 2 | -0/+14 |
* | rename log var to log_console so we dont override internal gcc/glibc log func | Mike Frysinger | 2005-07-05 | 1 | -5/+5 |
* | 2005-06-30 Shaun Jackman <sjackman@gmail.com> | Mike Frysinger | 2005-07-01 | 1 | -16/+14 |
* | 2005-06-30 Shaun Jackman <sjackman@gmail.com> | Mike Frysinger | 2005-07-01 | 1 | -0/+6 |
* | Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTM... | Mike Frysinger | 2005-07-01 | 6 | -27/+35 |
* | patch by Shaun Jackman to combine dup/close funcs into dup2 | Mike Frysinger | 2005-06-30 | 1 | -3/+2 |
* | dont use f_frsize unless linux-2.6.0 or better | Mike Frysinger | 2005-06-29 | 1 | -1/+12 |
* | rip out all the non-linux code and ugly workarounds | Mike Frysinger | 2005-06-28 | 2 | -172/+9 |
* | tweak signed/unsigned char usage to avoid mismatches | Mike Frysinger | 2005-06-24 | 1 | -4/+4 |
* | - remove extra/unneeded function call. testing svn | Ned Ludd | 2005-06-24 | 1 | -10/+1 |
* | Enabling runtime SUID/SGID configuration via /etc/busybox.conf | Eric Andersen | 2005-06-23 | 1 | -2/+2 |
* | applets specified as _BB_SUID_ALWAYS in applets.h should also select | Eric Andersen | 2005-06-23 | 2 | -0/+3 |
* | characters encoded as html should have a trailing semicolon | Eric Andersen | 2005-06-23 | 1 | -1/+1 |
* | Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use | Rob Landley | 2005-06-20 | 9 | -28/+1049 |
* | Tito says: unify verbose/quiet flags | Mike Frysinger | 2005-06-17 | 1 | -3/+2 |
* | Tito says: strip unused program_name | Mike Frysinger | 2005-06-17 | 1 | -13/+1 |
* | use xmalloc instead of malloc | Mike Frysinger | 2005-06-12 | 3 | -34/+10 |
* | use malloc instead of xmalloc | Mike Frysinger | 2005-06-11 | 6 | -53/+29 |
* | use xmalloc() instead of malloc() | Mike Frysinger | 2005-06-11 | 2 | -6/+2 |
* | use xmalloc() and bb_perror_msg_and_die() | Mike Frysinger | 2005-06-11 | 1 | -9/+3 |
* | Note that memory allocaiton needs to be cleaned up too. | Rob Landley | 2005-06-11 | 1 | -0/+12 |
* | remove com_err.h includes | Mike Frysinger | 2005-06-11 | 3 | -5/+0 |
* | DOS only crap | Mike Frysinger | 2005-06-11 | 2 | -609/+0 |
* | import initial fat mke2fs | Mike Frysinger | 2005-06-11 | 5 | -3/+1536 |
* | import tune2fs support | Mike Frysinger | 2005-06-11 | 4 | -3/+54 |
* | fix signed/unsigned char pointers | Mike Frysinger | 2005-06-11 | 1 | -3/+3 |
* | oops, we only want to affect local CFLAGS | Mike Frysinger | 2005-06-11 | 1 | -2/+2 |
* | initial fat tune2fs/findfs/e2label source | Mike Frysinger | 2005-06-11 | 1 | -0/+776 |
* | replace simple is_null func with a memcmp define | Mike Frysinger | 2005-06-11 | 2 | -51/+4 |
* | force including of e2fsbb.h and move the HAVE_* defines to it | Mike Frysinger | 2005-06-11 | 1 | -6/+5 |
* | move config.h requirement to the actual .depend target rather than the depend... | Mike Frysinger | 2005-06-11 | 1 | -2/+2 |
* | make sure clean removes objects in subdirs | Mike Frysinger | 2005-06-11 | 1 | -1/+1 |
* | need strings.h for ffs() | Mike Frysinger | 2005-06-11 | 1 | -0/+1 |
* | only define some variables if legacy EXT2FS_ENABLE_SWAPFS is enabled | Mike Frysinger | 2005-06-11 | 3 | -3/+13 |
* | replace simple functions with defines | Mike Frysinger | 2005-06-11 | 2 | -87/+0 |
* | whitespace updates | Mike Frysinger | 2005-06-11 | 1 | -1/+0 |
* | replace functions with defines | Mike Frysinger | 2005-06-11 | 1 | -2/+4 |