Age | Commit message (Expand) | Author |
2005-06-23 | Enabling runtime SUID/SGID configuration via /etc/busybox.conf | Eric Andersen |
2005-06-23 | applets specified as _BB_SUID_ALWAYS in applets.h should also select | Eric Andersen |
2005-06-23 | characters encoded as html should have a trailing semicolon | Eric Andersen |
2005-06-20 | Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use | Rob Landley |
2005-06-17 | Tito says: unify verbose/quiet flags | Mike Frysinger |
2005-06-17 | Tito says: strip unused program_name | Mike Frysinger |
2005-06-12 | use xmalloc instead of malloc | Mike Frysinger |
2005-06-11 | use malloc instead of xmalloc | Mike Frysinger |
2005-06-11 | use xmalloc() instead of malloc() | Mike Frysinger |
2005-06-11 | use xmalloc() and bb_perror_msg_and_die() | Mike Frysinger |
2005-06-11 | Note that memory allocaiton needs to be cleaned up too. | Rob Landley |
2005-06-11 | remove com_err.h includes | Mike Frysinger |
2005-06-11 | DOS only crap | Mike Frysinger |
2005-06-11 | import initial fat mke2fs | Mike Frysinger |
2005-06-11 | import tune2fs support | Mike Frysinger |
2005-06-11 | fix signed/unsigned char pointers | Mike Frysinger |
2005-06-11 | oops, we only want to affect local CFLAGS | Mike Frysinger |
2005-06-11 | initial fat tune2fs/findfs/e2label source | Mike Frysinger |
2005-06-11 | replace simple is_null func with a memcmp define | Mike Frysinger |
2005-06-11 | force including of e2fsbb.h and move the HAVE_* defines to it | Mike Frysinger |
2005-06-11 | move config.h requirement to the actual .depend target rather than the depend... | Mike Frysinger |
2005-06-11 | make sure clean removes objects in subdirs | Mike Frysinger |
2005-06-11 | need strings.h for ffs() | Mike Frysinger |
2005-06-11 | only define some variables if legacy EXT2FS_ENABLE_SWAPFS is enabled | Mike Frysinger |
2005-06-11 | replace simple functions with defines | Mike Frysinger |
2005-06-11 | whitespace updates | Mike Frysinger |
2005-06-11 | replace functions with defines | Mike Frysinger |
2005-06-11 | whitespace updates | Mike Frysinger |
2005-06-11 | whitespace updates | Mike Frysinger |
2005-06-11 | recode functions to shrink size | Mike Frysinger |
2005-06-11 | setup the HAVE_* defines | Mike Frysinger |
2005-06-09 | About time to just apply this and kill off the patches | Eric Andersen |
2005-06-07 | Tito posted a devfsd error message fix. It's highly deprecated and will | Rob Landley |
2005-06-07 | Clean up strings.c to use busybox's option processing. Bug 006, apparently. | Rob Landley |
2005-06-07 | Patch from Dmitry Zakharov: | Rob Landley |
2005-06-07 | Thus spake Brenda J. Butler: | Rob Landley |
2005-05-28 | Shaun Jackman submitted a patch converting an allocation to use | Rob Landley |
2005-05-28 | Patch from Shaun Jackman to save a few bytes. | Rob Landley |
2005-05-26 | Tobias Krawutschke found a bug where the DHCP client would accept packets | Rob Landley |
2005-05-20 | Add readprofile applet support. | Paul Mundt |
2005-05-18 | Patch from Colin Watson (mangled slightly by Rob Landley): | Rob Landley |
2005-05-18 | Doug Swarin pointed out a security bug in the -i option of sed. | Rob Landley |
2005-05-16 | use more busybox functions and remove redundant code | Mike Frysinger |
2005-05-16 | make sure we add the local dir to the include path | Mike Frysinger |
2005-05-15 | Tito pointed out I'd broken -t (argv[optind] can't be before getulflags), | Rob Landley |
2005-05-14 | Add automatic umount support to eject command. Patch from Tito, | Rob Landley |
2005-05-13 | as Rob Landley pointed out, need to fix the 1 versus i typo in indexing | Mike Frysinger |
2005-05-13 | blah, forgot to save last time to fix whitespacing | Mike Frysinger |
2005-05-13 | remove duplicated code and rework algorithms to end up with smaller code | Mike Frysinger |
2005-05-12 | use a bunch of if statements since it is a few bytes smaller than a switch; a... | Mike Frysinger |