aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-20Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could useRob Landley
2005-06-17Tito says: unify verbose/quiet flagsMike Frysinger
2005-06-17Tito says: strip unused program_nameMike Frysinger
2005-06-12use xmalloc instead of mallocMike Frysinger
2005-06-11use malloc instead of xmallocMike Frysinger
2005-06-11use xmalloc() instead of malloc()Mike Frysinger
2005-06-11use xmalloc() and bb_perror_msg_and_die()Mike Frysinger
2005-06-11Note that memory allocaiton needs to be cleaned up too.Rob Landley
2005-06-11remove com_err.h includesMike Frysinger
2005-06-11DOS only crapMike Frysinger
2005-06-11import initial fat mke2fsMike Frysinger
2005-06-11import tune2fs supportMike Frysinger
2005-06-11fix signed/unsigned char pointersMike Frysinger
2005-06-11oops, we only want to affect local CFLAGSMike Frysinger
2005-06-11initial fat tune2fs/findfs/e2label sourceMike Frysinger
2005-06-11replace simple is_null func with a memcmp defineMike Frysinger
2005-06-11force including of e2fsbb.h and move the HAVE_* defines to itMike Frysinger
2005-06-11move config.h requirement to the actual .depend target rather than the depend...Mike Frysinger
2005-06-11make sure clean removes objects in subdirsMike Frysinger
2005-06-11need strings.h for ffs()Mike Frysinger
2005-06-11only define some variables if legacy EXT2FS_ENABLE_SWAPFS is enabledMike Frysinger
2005-06-11replace simple functions with definesMike Frysinger
2005-06-11whitespace updatesMike Frysinger
2005-06-11replace functions with definesMike Frysinger
2005-06-11whitespace updatesMike Frysinger
2005-06-11whitespace updatesMike Frysinger
2005-06-11recode functions to shrink sizeMike Frysinger
2005-06-11setup the HAVE_* definesMike Frysinger
2005-06-09About time to just apply this and kill off the patchesEric Andersen
2005-06-07Tito posted a devfsd error message fix. It's highly deprecated and willRob Landley
2005-06-07Clean up strings.c to use busybox's option processing. Bug 006, apparently.Rob Landley
2005-06-07Patch from Dmitry Zakharov:Rob Landley
2005-06-07Thus spake Brenda J. Butler:Rob Landley
2005-05-28Shaun Jackman submitted a patch converting an allocation to useRob Landley
2005-05-28Patch from Shaun Jackman to save a few bytes.Rob Landley
2005-05-26Tobias Krawutschke found a bug where the DHCP client would accept packetsRob Landley
2005-05-20Add readprofile applet support.Paul Mundt
2005-05-18Patch from Colin Watson (mangled slightly by Rob Landley):Rob Landley
2005-05-18Doug Swarin pointed out a security bug in the -i option of sed.Rob Landley
2005-05-16use more busybox functions and remove redundant codeMike Frysinger
2005-05-16make sure we add the local dir to the include pathMike Frysinger
2005-05-15Tito pointed out I'd broken -t (argv[optind] can't be before getulflags),Rob Landley
2005-05-14Add automatic umount support to eject command. Patch from Tito,Rob Landley
2005-05-13as Rob Landley pointed out, need to fix the 1 versus i typo in indexingMike Frysinger
2005-05-13blah, forgot to save last time to fix whitespacingMike Frysinger
2005-05-13remove duplicated code and rework algorithms to end up with smaller codeMike Frysinger
2005-05-12use a bunch of if statements since it is a few bytes smaller than a switch; a...Mike Frysinger
2005-05-12err, added 2 to the wrong var :) also touchup the option detection to shrink ...Mike Frysinger
2005-05-12fix segfault if user only specifies 1 fileMike Frysinger
2005-05-12update usage to match actual behaviorMike Frysinger