aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch from Shaun Jackman to save a few bytes.Rob Landley2005-05-281-4/+3
* Tobias Krawutschke found a bug where the DHCP client would accept packetsRob Landley2005-05-261-0/+3
* Add readprofile applet support.Paul Mundt2005-05-205-0/+327
* Patch from Colin Watson (mangled slightly by Rob Landley):Rob Landley2005-05-182-6/+24
* Doug Swarin pointed out a security bug in the -i option of sed.Rob Landley2005-05-181-9/+8
* use more busybox functions and remove redundant codeMike Frysinger2005-05-161-18/+17
* make sure we add the local dir to the include pathMike Frysinger2005-05-161-1/+1
* Tito pointed out I'd broken -t (argv[optind] can't be before getulflags),Rob Landley2005-05-151-17/+13
* Add automatic umount support to eject command. Patch from Tito,Rob Landley2005-05-143-34/+24
* as Rob Landley pointed out, need to fix the 1 versus i typo in indexingMike Frysinger2005-05-131-1/+1