aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
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
2005-10-12new featured bb_opt_complementally, correct argc checkingvodz1-14/+6
2005-10-11There doesn't seem to be a standard header for makedev(), but this is close.landley1-0/+1
2005-10-11- use complementally '!' to '?' - 'ask' is best 'free' char for this.vodz9-69/+100
2005-10-11The check for EROFS was wrong. For example, if you try to mount a filesystemlandley1-4/+3
2005-10-10- do not use bb_xgetularg10_bnd as a lower value of -1 doesn't work due to lowealdot1-20/+6
2005-10-10better check usage with options, correct show problem error message, indentvodz1-18/+19
2005-10-10bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3.vodz19-441/+436
2005-10-09Fluff out INSTALL a bit.landley2-34/+83
2005-10-09- remove passing PREFIX and CROSS to make which was added for bug #94.aldot1-2/+0
2005-10-09The readme in 1.0 is more up to date than the 1.1 version...landley1-81/+163
2005-10-09catch and report errors from file_write()pgf1-15/+28
2005-10-09make Hit_Return() available when CONFIG_FEATURE_VI_COLON is off. it'spgf1-2/+3
2005-10-09When lstat returns an error (such as file not found), the value oflandley1-10/+9
2005-10-08Rob Sullivan added character and equivalence classes to tr. I changed somelandley1-3/+55
2005-10-08- make libiproute compile..aldot5-22/+24
2005-10-08Rename CONFIG_NFSMOUNT to CONFIG_FEATURE_MOUNT_NFS so allbaseconfig canlandley4-5/+6
2005-10-08Rename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so allbareconfig can find it.landley2-6/+26
2005-10-08Coprolith polishing time: Tito switched devfsd over from CONFIG_ to ENABLE_.landley1-317/+174
2005-10-08- rename bareconfig to allbareconfig and emit "is not set" strings needed foraldot1-5/+8
2005-10-08Shaun Jackman pointed out that fgets_unlocked() and friends are gnu extensionslandley1-17/+5
2005-10-07- add config target bareconfig. Enables all applets but without any features.aldot1-2/+8
2005-10-07- Note that directories for make have to be given as absolute paths.aldot1-0/+2
2005-10-07trim dep linesvodz1-3/+4
2005-10-07- size reduction of pidofaldot2-43/+31
2005-10-07fast replace if src outsidevodz1-29/+21
2005-10-07- remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco...aldot4-5/+5
2005-10-07- fix bug #94: 'make install' does not respect PREFIX nor CROSS when using O=aldot1-21/+27
2005-10-06The supposedly trivial CONFIG->ENABLE conversion wasn't so trivial. Thelandley1-22/+50
2005-10-06- pidof(8): make -s optional and optional -o; closes #168aldot3-33/+136
2005-10-06to bb_getopt_ulflags()vodz1-10/+5
2005-10-06change strange depend to libbb.h, but require busybox.hvodz4-5/+3
2005-10-06update documentationvodz1-3/+3
2005-10-06bb_mkdep can use src outside nowvodz1-1/+21