aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
2010-06-06fix a few goofs uncovered by "make allnoconfig" testingDenys Vlasenko2-2/+2
2010-06-06modinfo: new appletPascal Bellard3-0/+153
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko33-1484/+573
2010-06-06make it possible to keep usage texts in .c filesDenys Vlasenko5-16/+40
2010-06-06make it possible to have include/applets.h-esque entries in .c filesDenys Vlasenko7-22/+38
2010-06-05Remove requirement that include/applets.h must be sortedDenys Vlasenko6-75/+103
2010-06-05tr: add forgotten //config: prefixesDenys Vlasenko1-19/+19
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko53-0/+0
2010-06-04partially migrate coreutils to Config.src and Kbuild.srcDenys Vlasenko7-104/+114
2010-06-04udhcpd: fix daemonize crash on nommu systemsMike Frysinger1-1/+2
2010-06-04date: optional support for %N. Closes bug 1861.Denys Vlasenko2-6/+60
2010-06-04mkfs_vfat: fix gcc-4.4 warningDenys Vlasenko1-3/+4
2010-06-04typo fixDenys Vlasenko1-1/+1
2010-06-04sed: fix a case when one-line range matches past lines. Closes bug 1867.Denys Vlasenko2-15/+33
2010-06-03ash: rename parsefile->fd to ->pf_fdDenys Vlasenko1-15/+15
2010-06-03ash: fix redirection of fd 0 in scripts are sourced from interactive ashDenys Vlasenko3-13/+28
2010-06-03test: "" is not a valid number. Closes bug 1915Denys Vlasenko1-1/+1
2010-06-02*: simplify checks for gz/bz2/xz magicDenys Vlasenko3-15/+41
2010-06-02document how to find non-shared string dupsDenys Vlasenko1-0/+5
2010-06-02*: better string sharingDenys Vlasenko10-26/+22
2010-06-02ash: remove one redundant function, improve string sharing, better field namesDenys Vlasenko1-55/+57
2010-06-01decompress_unxz: allocate permanent crc32 table _fisrt_Denys Vlasenko1-3/+3
2010-06-01deinline two big functionsDenys Vlasenko2-2/+2
2010-06-01decompress_unxz: newer version, one which can unpack SHA-256 protected filesDenys Vlasenko7-68/+154
2010-06-01lineedit: fix column display for wide and combining chars in TAB completionTomas Heinrich3-7/+25
2010-05-31archival/*: shrink by reusing sufficiently similar functionsDenys Vlasenko5-57/+34
2010-05-31dhcp: truncate packets instead of padding them to 574 bytes. closes bug 1849Denys Vlasenko1-12/+20
2010-05-30dhcp: indicate IP network order in prototypes tooDenys Vlasenko1-4/+4
2010-05-30dhcp: readability cleanups and small code shrinkDenys Vlasenko4-49/+54
2010-05-30rpm2cpio: teach it to understand xz formatDenys Vlasenko1-11/+24
2010-05-30unxz: remove debugging. no code changesDenys Vlasenko4-33/+11
2010-05-30*: teach tar et. al. to understand .xz by heartDenys Vlasenko5-25/+46