| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | use xmalloc instead of malloc | vapier | 2005-06-12 | 3 | -34/+10 |
* | use malloc instead of xmalloc | vapier | 2005-06-11 | 6 | -53/+29 |
* | use xmalloc() instead of malloc() | vapier | 2005-06-11 | 2 | -6/+2 |
* | use xmalloc() and bb_perror_msg_and_die() | vapier | 2005-06-11 | 1 | -9/+3 |
* | Note that memory allocaiton needs to be cleaned up too. | landley | 2005-06-11 | 1 | -0/+12 |
* | remove com_err.h includes | vapier | 2005-06-11 | 3 | -5/+0 |
* | DOS only crap | vapier | 2005-06-11 | 2 | -609/+0 |
* | import initial fat mke2fs | vapier | 2005-06-11 | 5 | -3/+1536 |
* | import tune2fs support | vapier | 2005-06-11 | 4 | -3/+54 |
* | fix signed/unsigned char pointers | vapier | 2005-06-11 | 1 | -3/+3 |
* | oops, we only want to affect local CFLAGS | vapier | 2005-06-11 | 1 | -2/+2 |
* | initial fat tune2fs/findfs/e2label source | vapier | 2005-06-11 | 1 | -0/+776 |
* | replace simple is_null func with a memcmp define | vapier | 2005-06-11 | 2 | -51/+4 |
* | force including of e2fsbb.h and move the HAVE_* defines to it | vapier | 2005-06-11 | 1 | -6/+5 |
* | move config.h requirement to the actual .depend target rather than the depend... | vapier | 2005-06-11 | 1 | -2/+2 |
* | make sure clean removes objects in subdirs | vapier | 2005-06-11 | 1 | -1/+1 |
* | need strings.h for ffs() | vapier | 2005-06-11 | 1 | -0/+1 |
* | only define some variables if legacy EXT2FS_ENABLE_SWAPFS is enabled | vapier | 2005-06-11 | 3 | -3/+13 |
* | replace simple functions with defines | vapier | 2005-06-11 | 2 | -87/+0 |
* | whitespace updates | vapier | 2005-06-11 | 1 | -1/+0 |
* | replace functions with defines | vapier | 2005-06-11 | 1 | -2/+4 |
* | whitespace updates | vapier | 2005-06-11 | 1 | -3/+2 |
* | whitespace updates | vapier | 2005-06-11 | 2 | -8/+6 |
* | recode functions to shrink size | vapier | 2005-06-11 | 9 | -109/+92 |
* | setup the HAVE_* defines | vapier | 2005-06-11 | 1 | -1/+21 |
* | About time to just apply this and kill off the patches | andersen | 2005-06-09 | 4 | -324/+197 |
* | Tito posted a devfsd error message fix. It's highly deprecated and will | landley | 2005-06-07 | 1 | -31/+28 |
* | Clean up strings.c to use busybox's option processing. Bug 006, apparently. | landley | 2005-06-07 | 1 | -71/+54 |
* | Patch from Dmitry Zakharov: | landley | 2005-06-07 | 1 | -2/+1 |
* | Thus spake Brenda J. Butler: | landley | 2005-06-07 | 1 | -0/+6 |
* | Shaun Jackman submitted a patch converting an allocation to use | landley | 2005-05-28 | 1 | -5/+7 |
* | Patch from Shaun Jackman to save a few bytes. | landley | 2005-05-28 | 1 | -4/+3 |
* | Tobias Krawutschke found a bug where the DHCP client would accept packets | landley | 2005-05-26 | 1 | -0/+3 |
* | Add readprofile applet support. | lethal | 2005-05-20 | 5 | -0/+327 |
* | Patch from Colin Watson (mangled slightly by Rob Landley): | landley | 2005-05-18 | 2 | -6/+24 |
* | Doug Swarin pointed out a security bug in the -i option of sed. | landley | 2005-05-18 | 1 | -9/+8 |
* | use more busybox functions and remove redundant code | vapier | 2005-05-16 | 1 | -18/+17 |
* | make sure we add the local dir to the include path | vapier | 2005-05-16 | 1 | -1/+1 |
* | Tito pointed out I'd broken -t (argv[optind] can't be before getulflags), | landley | 2005-05-15 | 1 | -17/+13 |
* | Add automatic umount support to eject command. Patch from Tito, | landley | 2005-05-14 | 3 | -34/+24 |
* | as Rob Landley pointed out, need to fix the 1 versus i typo in indexing | vapier | 2005-05-13 | 1 | -1/+1 |
* | blah, forgot to save last time to fix whitespacing | vapier | 2005-05-13 | 1 | -1/+1 |
* | remove duplicated code and rework algorithms to end up with smaller code | vapier | 2005-05-13 | 1 | -40/+38 |
* | use a bunch of if statements since it is a few bytes smaller than a switch; a... | vapier | 2005-05-12 | 1 | -20/+16 |
* | err, added 2 to the wrong var :) also touchup the option detection to shrink ... | vapier | 2005-05-12 | 1 | -14/+8 |
* | fix segfault if user only specifies 1 file | vapier | 2005-05-12 | 1 | -1/+1 |
* | update usage to match actual behavior | vapier | 2005-05-12 | 1 | -2/+2 |
* | fix whitespace/coding style | vapier | 2005-05-12 | 1 | -27/+28 |
* | add missing comm.o rule | vapier | 2005-05-12 | 1 | -0/+1 |
* | whitespace touchups | vapier | 2005-05-12 | 1 | -68/+67 |