aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
2006-09-08login: style fixesDenis Vlasenko4-9/+39
2006-09-08Shrinkage/cleanup from Tito.Rob Landley1-87/+45
2006-09-08Fix warnings.Rob Landley1-16/+14
2006-09-08Second drop. More infrastructure in place, especially for parsing pipelines.Rob Landley1-21/+172
2006-09-08A quick cleanup pass of some low-hanging mess.Rob Landley1-115/+26
2006-09-08Bugfix for: echo '123456789' | sed 's/./|&/5'Rob Landley1-1/+1
2006-09-07Fix (hopefully) bug 976. Need more thorough audit.Denis Vlasenko5-11/+27
2006-09-07getty, sulogin: convert to using bb_msg for syslog outputDenis Vlasenko14-114/+96
2006-09-07fix if (ENABLE_FEATURE_SYSLOG & (...)) - should be &&Denis Vlasenko2-2/+2
2006-09-07Add CONFIG_FEATURE_SYSLOG which controls whetherDenis Vlasenko9-12/+26
2006-09-07CONFIG_FEATURE_COMPRESS_USAGE was impossible to turn onDenis Vlasenko1-1/+1
2006-09-07adding files missed in prev updates (forgot about svn add)Denis Vlasenko2-0/+53
2006-09-06Denis Vlasenko has started to put stuff on his BusyBox home page, so index it.Rob Landley1-0/+1
2006-09-06removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko14-35/+35
2006-09-06Implement optional syslog logging using ordinaryDenis Vlasenko39-366/+296
2006-09-06- strip 399424 off the bss by making decompress_uncompress buffers config buf...Bernhard Reutner-Fischer1-12/+10
2006-09-06- mdev and grep use xregcomp. Closes bug #1021Bernhard Reutner-Fischer1-1/+2
2006-09-05Vladimir Dronnikov (ybrnj80 at yandex dot ru) pointed out that my cleanup ofRob Landley1-3/+3
2006-09-05The bb_ prefixes were removed from xasprintf() and xopen() a month ago (inRob Landley1-2/+2
2006-09-05run_shell.c: style fixDenis Vlasenko1-31/+25
2006-09-05xfunc: fix: && -> &. Also nuked two double semicolons...Denis Vlasenko2-3/+3