summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* trim whitespace1_00_stable_10817Eric Andersen2005-07-121-1/+1
* 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
* whitespace updatesMike Frysinger2005-06-111-3/+2
* whitespace updatesMike Frysinger2005-06-112-8/+6
* recode functions to shrink sizeMike Frysinger2005-06-119-109/+92
* setup the HAVE_* definesMike Frysinger2005-06-111-1/+21
* About time to just apply this and kill off the patchesEric Andersen2005-06-094-324/+197
* Tito posted a devfsd error message fix. It's highly deprecated and willRob Landley2005-06-071-31/+28
* Clean up strings.c to use busybox's option processing. Bug 006, apparently.Rob Landley2005-06-071-71/+54
* Patch from Dmitry Zakharov:Rob Landley2005-06-071-2/+1
* Thus spake Brenda J. Butler:Rob Landley2005-06-071-0/+6
* Shaun Jackman submitted a patch converting an allocation to useRob Landley2005-05-281-5/+7