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