aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
2005-10-28- move GETXXKEY_R_FUNC into an internal helper file to allow for compilingaldot2-46/+154
2005-10-28- remove warning about "'static' is not at beginning of declaration".aldot1-2/+2
2005-10-28Rob Sullivan sent in some cleanups, which I beat on slightly.landley5-160/+43
2005-10-27Add a switch_root utility (like kconfig's utils/run_init.c, although notlandley4-0/+149
2005-10-27Somebody suggested this, but I've forgotten who.landley1-1/+2
2005-10-27Add --no-same-owner and --no-same-permissions options to tar.landley3-42/+65
2005-10-27- Matthias Wenzel writes:aldot1-15/+5
2005-10-27- correct boilerplatealdot1-2/+2
2005-10-27Reference for new patch feature we'll need to be compatible with...landley1-1/+4
2005-10-26 * uniq.c: remove unneeded include and use short boilerplate.aldot8-53/+24
2005-10-25Update the TODO list to reflect stuff we've already done.landley1-31/+18
2005-10-25Shaun Jackman noted that limits.h defines path_max and isn't included fromlandley1-0/+1
2005-10-25Two changes. One from Shaun Jackman makes libbb/interface.c compile only iflandley1-1/+1
2005-10-21- fix bug to avoid aliasing busybox' main to zcip_main in IMA mode.aldot1-0/+3
2005-10-20another more constvodz12-35/+33
2005-10-20more constvodz1-19/+19
2005-10-19more const, attribute_noreturn saved 200 bytesvodz2-32/+34
2005-10-17- consume space between functionname and opening bracketsaldot1-1/+2
2005-10-17more const, use bb_getopt_ulflags, insert XXX for show place of problemsvodz1-36/+49
2005-10-17data --> textvodz2-14/+14
2005-10-16The fact "tar tvjf thing.tbz" didn't work was due to the "-1" in -r11859,landley1-2/+2
2005-10-16Whitespace and curly bracket cleanup (our tabstop is 4 in busybox),landley1-188/+146
2005-10-15- don't update copyright years. He might release it, but apparently will havealdot1-1/+1
2005-10-15more const, all data to textvodz2-21/+21
2005-10-1520 bytes data to bssvodz1-6/+4
2005-10-15- an empty middle term in ?: violates ISO Caldot1-31/+22
2005-10-15data --> codevodz1-51/+52
2005-10-15data --> bssvodz1-11/+11
2005-10-15complex RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1vodz1-5/+8
2005-10-15RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1vodz3-8/+10
2005-10-15common BUFSIZ BSS buffer, small reduce code, data and bssvodz11-33/+34
2005-10-15llist must initialize, add loses ifdef, small indent correctionvodz1-30/+33
2005-10-15Add --exclude option (to make uClibc-0.9.28 headers install using busybox tar).landley1-20/+24
2005-10-14- new bb_opt_complementally syntax, use [-:?] only - 'free' charsvodz15-115/+154
2005-10-13- split VERSION into partsaldot2-2/+20
2005-10-13- initialize the correct variablesaldot2-2/+2
2005-10-13- typo in makefile variable: s/archvial/archival/aldot1-1/+1
2005-10-12show_usage should use bb_default_error_retval.landley1-1/+1
2005-10-12Did you know the uclibc IRC channel has daily logs on the web going back tolandley1-1/+3
2005-10-12perror correctionvodz2-2/+1
2005-10-12create e2fs_set_sbin_path(), noticed by Tito, Thanksvodz7-63/+36
2005-10-12usage bb_dev_nullvodz12-15/+14
2005-10-12bb_dev_nullvodz4-7/+7
2005-10-12remove 1 CR, correct strange bb_opt_complementally, add #if 0 and XXX-comment...vodz1-32/+33
2005-10-12make fsck.h as common, e2fsck: includes correctvodz3-89/+90
2005-10-12more busyboxes, remove 1 extern function (mainstream also have for one fsck)vodz8-163/+140
2005-10-12more busyboxesvodz2-9/+4
2005-10-12trivial generate exit codevodz1-2/+1
2005-10-12correct strange *3 isatty(0) codevodz1-2/+2
2005-10-12Prepend '-' to the first argument if required, more const, indentvodz1-7/+12