aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* applying fix from:Paul Fox2005-07-191-3/+7
* applying:Paul Fox2005-07-191-2/+2
* applying fix for:Paul Fox2005-07-191-4/+6
* Fixup makedevs to handle regular files, and also fixEric Andersen2005-07-181-1/+32
* fix for "0000027: patch: nc will spin if stdin closed"Paul Fox2005-07-181-2/+5
* allow both ^H and DEL to backspace in insert mode (bug #23)Paul Fox2005-07-181-4/+4
* Fix vi so that error messages, insert mode messages, etc areEric Andersen2005-07-181-12/+37
* a bit more polishEric Andersen2005-07-182-6/+5
* a bit of polish on makedevsEric Andersen2005-07-182-2/+3
* the makedevs config option was pretty much totally brokenEric Andersen2005-07-181-1/+2
* Fixup device table based makedevs so it actually worksEric Andersen2005-07-182-34/+71
* move var decls around a little to help gcc make smaller codeMike Frysinger2005-07-061-8/+8
* 2005-07-04 Shaun Jackman <sjackman@gmail.com>Mike Frysinger2005-07-061-3/+2
* 2005-07-05 Shaun Jackman <sjackman@gmail.com>Mike Frysinger2005-07-062-0/+14
* rename log var to log_console so we dont override internal gcc/glibc log funcMike Frysinger2005-07-051-5/+5
* 2005-06-30 Shaun Jackman <sjackman@gmail.com>Mike Frysinger2005-07-011-16/+14
* 2005-06-30 Shaun Jackman <sjackman@gmail.com>Mike Frysinger2005-07-011-0/+6
* Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTM...Mike Frysinger2005-07-016-27/+35
* patch by Shaun Jackman to combine dup/close funcs into dup2Mike Frysinger2005-06-301-3/+2
* dont use f_frsize unless linux-2.6.0 or betterMike Frysinger2005-06-291-1/+12
* rip out all the non-linux code and ugly workaroundsMike Frysinger2005-06-282-172/+9
* tweak signed/unsigned char usage to avoid mismatchesMike Frysinger2005-06-241-4/+4
* - remove extra/unneeded function call. testing svnNed Ludd2005-06-241-10/+1
* Enabling runtime SUID/SGID configuration via /etc/busybox.confEric Andersen2005-06-231-2/+2
* applets specified as _BB_SUID_ALWAYS in applets.h should also selectEric Andersen2005-06-232-0/+3
* characters encoded as html should have a trailing semicolonEric Andersen2005-06-231-1/+1
* Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could useRob Landley2005-06-209-28/+1049
* Tito says: unify verbose/quiet flagsMike Frysinger2005-06-171-3/+2
* Tito says: strip unused program_nameMike Frysinger2005-06-171-13/+1
* use xmalloc instead of mallocMike Frysinger2005-06-123-34/+10
* use malloc instead of xmallocMike Frysinger2005-06-116-53/+29
* use xmalloc() instead of malloc()Mike Frysinger2005-06-112-6/+2
* use xmalloc() and bb_perror_msg_and_die()Mike Frysinger2005-06-111-9/+3
* Note that memory allocaiton needs to be cleaned up too.Rob Landley2005-06-111-0/+12
* remove com_err.h includesMike Frysinger2005-06-113-5/+0
* DOS only crapMike Frysinger2005-06-112-609/+0
* import initial fat mke2fsMike Frysinger2005-06-115-3/+1536
* import tune2fs supportMike Frysinger2005-06-114-3/+54
* fix signed/unsigned char pointersMike Frysinger2005-06-111-3/+3
* oops, we only want to affect local CFLAGSMike Frysinger2005-06-111-2/+2
* initial fat tune2fs/findfs/e2label sourceMike Frysinger2005-06-111-0/+776
* replace simple is_null func with a memcmp defineMike Frysinger2005-06-112-51/+4
* force including of e2fsbb.h and move the HAVE_* defines to itMike Frysinger2005-06-111-6/+5
* move config.h requirement to the actual .depend target rather than the depend...Mike Frysinger2005-06-111-2/+2
* make sure clean removes objects in subdirsMike Frysinger2005-06-111-1/+1
* need strings.h for ffs()Mike Frysinger2005-06-111-0/+1
* only define some variables if legacy EXT2FS_ENABLE_SWAPFS is enabledMike Frysinger2005-06-113-3/+13
* replace simple functions with definesMike Frysinger2005-06-112-87/+0
* whitespace updatesMike Frysinger2005-06-111-1/+0
* replace functions with definesMike Frysinger2005-06-111-2/+4