aboutsummaryrefslogtreecommitdiff
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2006-09-11Build fixes for gcc 4.0 with -Werror, from Tito.Rob Landley6-129/+17
2006-09-11Error reporting fix for sulogin, plus remove help entries for options we neverRob Landley2-4/+8
2006-09-10nfsmount: remove some really old code (for kernels 1.x!) + small cleanups.Denis Vlasenko1-60/+63
2006-09-10nfsmount: delete nfsmount.hDenis Vlasenko1-242/+0
2006-09-10nfsmount: nfsmount.h merged into nfsmount.cDenis Vlasenko3-168/+260
2006-09-10nfsmount: style fixDenis Vlasenko1-104/+103
2006-09-10ipcs: silly trick with strings. saves ~200 bytes.Denis Vlasenko2-40/+39
2006-09-10Cleanup headers and replace the zero padding with an even smaller version.Rob Landley1-46/+10
2006-09-09sulogin: minor cleanup.Denis Vlasenko1-17/+15
2006-09-09setkeycodes: something horrible happened hereDenis Vlasenko1-24/+23
2006-09-09top: fixed wrong comment, made error message more clearDenis Vlasenko1-10/+6
2006-09-09tar: fix "xopen with O_CREAT" warning, improve zero padding writeDenis Vlasenko2-59/+71
2006-09-09xopen3(O_RDONLY) -> xopen(O_RDONLY).Denis Vlasenko1-1/+1
2006-09-09using [xa]sprintf for string concatenation is neat and savesDenis Vlasenko6-13/+10
2006-09-09wget: wrap one atrociously long line (around 200 chars long!).Denis Vlasenko1-18/+25
2006-09-09udhcp: FEATURE_UDHCP_SYSLOG should be selected only ifDenis Vlasenko1-2/+1
2006-09-08login: use some ideas from util-linux's login.Denis Vlasenko1-25/+15
2006-09-08few random readability enhansements. No code changesDenis Vlasenko3-8/+10
2006-09-08login: make it saner and smaller by ~0.5k.Denis Vlasenko1-185/+131
2006-09-08login: small fixes like \n removal, bb_error_msg'ification, etc.Denis Vlasenko1-19/+17
2006-09-08login: previous commit comment was wrong :)Denis Vlasenko1-131/+133
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