aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* import tune2fs supportvapier2005-06-114-3/+54
* fix signed/unsigned char pointersvapier2005-06-111-3/+3
* oops, we only want to affect local CFLAGSvapier2005-06-111-2/+2
* initial fat tune2fs/findfs/e2label sourcevapier2005-06-111-0/+776
* replace simple is_null func with a memcmp definevapier2005-06-112-51/+4
* force including of e2fsbb.h and move the HAVE_* defines to itvapier2005-06-111-6/+5
* move config.h requirement to the actual .depend target rather than the depend...vapier2005-06-111-2/+2
* make sure clean removes objects in subdirsvapier2005-06-111-1/+1
* need strings.h for ffs()vapier2005-06-111-0/+1
* only define some variables if legacy EXT2FS_ENABLE_SWAPFS is enabledvapier2005-06-113-3/+13
* replace simple functions with definesvapier2005-06-112-87/+0
* whitespace updatesvapier2005-06-111-1/+0
* replace functions with definesvapier2005-06-111-2/+4
* whitespace updatesvapier2005-06-111-3/+2
* whitespace updatesvapier2005-06-112-8/+6
* recode functions to shrink sizevapier2005-06-119-109/+92
* setup the HAVE_* definesvapier2005-06-111-1/+21
* About time to just apply this and kill off the patchesandersen2005-06-094-324/+197
* Tito posted a devfsd error message fix. It's highly deprecated and willlandley2005-06-071-31/+28
* Clean up strings.c to use busybox's option processing. Bug 006, apparently.landley2005-06-071-71/+54
* Patch from Dmitry Zakharov:landley2005-06-071-2/+1
* Thus spake Brenda J. Butler:landley2005-06-071-0/+6
* Shaun Jackman submitted a patch converting an allocation to uselandley2005-05-281-5/+7
* Patch from Shaun Jackman to save a few bytes.landley2005-05-281-4/+3
* Tobias Krawutschke found a bug where the DHCP client would accept packetslandley2005-05-261-0/+3
* Add readprofile applet support.lethal2005-05-205-0/+327
* Patch from Colin Watson (mangled slightly by Rob Landley):landley2005-05-182-6/+24
* Doug Swarin pointed out a security bug in the -i option of sed.landley2005-05-181-9/+8
* use more busybox functions and remove redundant codevapier2005-05-161-18/+17
* make sure we add the local dir to the include pathvapier2005-05-161-1/+1
* Tito pointed out I'd broken -t (argv[optind] can't be before getulflags),landley2005-05-151-17/+13
* Add automatic umount support to eject command. Patch from Tito,landley2005-05-143-34/+24
* as Rob Landley pointed out, need to fix the 1 versus i typo in indexingvapier2005-05-131-1/+1
* blah, forgot to save last time to fix whitespacingvapier2005-05-131-1/+1
* remove duplicated code and rework algorithms to end up with smaller codevapier2005-05-131-40/+38
* use a bunch of if statements since it is a few bytes smaller than a switch; a...vapier2005-05-121-20/+16
* err, added 2 to the wrong var :) also touchup the option detection to shrink ...vapier2005-05-121-14/+8
* fix segfault if user only specifies 1 filevapier2005-05-121-1/+1
* update usage to match actual behaviorvapier2005-05-121-2/+2
* fix whitespace/coding stylevapier2005-05-121-27/+28
* add missing comm.o rulevapier2005-05-121-0/+1
* whitespace touchupsvapier2005-05-121-68/+67
* This makefile was a mess. Fix it to work as intended.andersen2005-05-111-11/+11
* Small comm implementatin from Rob Sullivan. Needed to build perl.landley2005-05-115-0/+177
* import ether-wake applet by haveaniceday Bug 252vapier2005-05-115-32/+352
* change the hardcoded error constant (0x80000000UL) to a nice flexible define ...vapier2005-05-1111-12/+13
* import eject by Peter Willis / Tito Ragusavapier2005-05-117-178/+112
* now that mjn3 explained it to me, add documentation for the 3rd field in long...vapier2005-05-111-5/+12
* Patch from Jason Schoon to add IPV6 support to telnetd. Reworked by Roblandley2005-05-101-2/+16
* add documentation for long options and touch up the current docs now that i a...vapier2005-05-101-39/+62