aboutsummaryrefslogtreecommitdiff
path: root/shell/cmdedit.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-09-06Implement optional syslog logging using ordinaryvda39-366/+296
bb_xx_msg calls, and convert networking/* to it. The rest of bbox will be converted gradually. git-svn-id: svn://busybox.net/trunk/busybox@16058 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-09-06- strip 399424 off the bss by making decompress_uncompress buffers config ↵aldot1-12/+10
buffers. Compile tested (too lazy to look for a small .Z on the net). $ size busybox.old busybox text data bss dec hex filename 859555 10232 645732 1515519 171fff busybox.old 859683 10232 246308 1116223 11083f busybox $ make bloatcheck function old new delta uncompress 1036 1160 +124 inbuf 2116 4 -2112 outbuf 4100 4 -4096 htab 131072 - -131072 codetab 262144 - -262144 ------------------------------------------------------------------------------ (add/remove: 0/2 grow/shrink: 1/2 up/down: 124/-399424) Total: -399300 bytes git-svn-id: svn://busybox.net/trunk/busybox@16057 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-09-06- mdev and grep use xregcomp. Closes bug #1021aldot1-1/+2
git-svn-id: svn://busybox.net/trunk/busybox@16056 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-09-05Vladimir Dronnikov (ybrnj80 at yandex dot ru) pointed out that my cleanup oflandley1-3/+3
his code introduced a bug (an extra backslash in the CIFS mount string). git-svn-id: svn://busybox.net/trunk/busybox@16055 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-09-05The bb_ prefixes were removed from xasprintf() and xopen() a month ago (inlandley1-2/+2
svn 15767). git-svn-id: svn://busybox.net/trunk/busybox@16054 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-09-05run_shell.c: style fixvda1-31/+25
git-svn-id: svn://busybox.net/trunk/busybox@16053 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-09-05xfunc: fix: && -> &. Also nuked two double semicolons...vda2-3/+3
git-svn-id: svn://busybox.net/trunk/busybox@16052 69ca8d6d-28ef-0310-b511-8ec308f3f277