aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* blah, forgot to save last time to fix whitespacingMike Frysinger2005-05-131-1/+1
* remove duplicated code and rework algorithms to end up with smaller codeMike Frysinger2005-05-131-40/+38
* use a bunch of if statements since it is a few bytes smaller than a switch; a...Mike Frysinger2005-05-121-20/+16
* err, added 2 to the wrong var :) also touchup the option detection to shrink ...Mike Frysinger2005-05-121-14/+8
* fix segfault if user only specifies 1 fileMike Frysinger2005-05-121-1/+1
* update usage to match actual behaviorMike Frysinger2005-05-121-2/+2
* fix whitespace/coding styleMike Frysinger2005-05-121-27/+28
* add missing comm.o ruleMike Frysinger2005-05-121-0/+1
* whitespace touchupsMike Frysinger2005-05-121-68/+67
* This makefile was a mess. Fix it to work as intended.Eric Andersen2005-05-111-11/+11
* Small comm implementatin from Rob Sullivan. Needed to build perl.Rob Landley2005-05-115-0/+177
* import ether-wake applet by haveaniceday Bug 252Mike Frysinger2005-05-115-32/+352
* change the hardcoded error constant (0x80000000UL) to a nice flexible define ...Mike Frysinger2005-05-1111-12/+13
* import eject by Peter Willis / Tito RagusaMike Frysinger2005-05-117-178/+112
* now that mjn3 explained it to me, add documentation for the 3rd field in long...Mike Frysinger2005-05-111-5/+12
* Patch from Jason Schoon to add IPV6 support to telnetd. Reworked by RobRob Landley2005-05-101-2/+16
* add documentation for long options and touch up the current docs now that i a...Mike Frysinger2005-05-101-39/+62
* import more libs to prep for new e2fsprogsMike Frysinger2005-05-0930-0/+5277
* import ext2fs lib to prep for new e2fsprogsMike Frysinger2005-05-0982-0/+17575
* no longer appliesMike Frysinger2005-05-091-4/+0
* import base_device.c for fsckMike Frysinger2005-05-091-0/+147
* remove unused filesMike Frysinger2005-05-095-271/+0
* trim out useless defines and use some busybox funcsMike Frysinger2005-05-091-24/+3
* override nls P_() macroMike Frysinger2005-05-091-0/+1
* abort if user passes -r or if they dont pass anythingMike Frysinger2005-05-091-3/+8