aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* udhcp: fix indentation and style.Denis Vlasenko2006-11-1833-642/+332
* Add names of people historically linked to bbox projectDenis Vlasenko2006-11-181-18/+18
* nc: fix --help textDenis Vlasenko2006-11-181-6/+2
* add -Wundef, fix uncovered bugsDenis Vlasenko2006-11-1719-74/+71
* forgot about avn add... :(Denis Vlasenko2006-11-173-0/+1279
* runit: add runsv, runsvdir and sv. Oh yes.Denis Vlasenko2006-11-176-17/+64
* httpd: make Bernhard happierDenis Vlasenko2006-11-171-2/+4
* - Set INSTALL_OPTS according to the config.Bernhard Reutner-Fischer2006-11-171-0/+6
* - fix generation of the busybox.links install script inputfileBernhard Reutner-Fischer2006-11-172-2/+2
* - typo fixBernhard Reutner-Fischer2006-11-171-2/+2
* - end may be used uninitialized.Bernhard Reutner-Fischer2006-11-171-1/+2
* httpd: reduce ifdef forest. comment out redundant PATH settingDenis Vlasenko2006-11-162-87/+77
* httpd:Denis Vlasenko2006-11-161-22/+17
* httpd: add -i (inetd) and -f (foreground) otions.Denis Vlasenko2006-11-163-90/+56
* httpd: stop being silly with setenvDenis Vlasenko2006-11-161-61/+28
* svlogd: new applet. +9k. Still too big, but it was 12k yesterday.Denis Vlasenko2006-11-1611-18/+2342
* remove duplicate flag declsMike Frysinger2006-11-151-3/+3
* umount: umount -a shouldn't stop on first failureDenis Vlasenko2006-11-121-5/+6
* httpd: cosmetic fixes (the bug which was being hunted downDenis Vlasenko2006-11-101-51/+45
* wget: fix error message.Denis Vlasenko2006-11-104-8/+8
* add && !defined(__UCLIBC__) to static link warning checkDenis Vlasenko2006-11-091-1/+2
* small ipv6 doc changes; nslookup a tiny bit smallerDenis Vlasenko2006-11-073-4/+6
* getty: remove ancient termio support (was using termois anyway)Denis Vlasenko2006-11-071-101/+65
* httpd: sendCgi() forked child needs to close openedDenis Vlasenko2006-11-051-28/+20
* rename: compare_string_array -> index_in_str_arrayDenis Vlasenko2006-11-0510-44/+50
* ps: add documentation on POSIX psDenis Vlasenko2006-11-052-1/+176
* usage.h: stop using ancient USAGE_xxx (we have USE_xx now)Denis Vlasenko2006-11-051-34/+13
* ps: implement POSIX-like options, most notably -oDenis Vlasenko2006-11-052-0/+290
* smart_ulltoa5: make available in libbbDenis Vlasenko2006-11-053-41/+56
* replace /proc scanning code by more versatile one.Denis Vlasenko2006-11-056-168/+325
* top: improve CPU% calculationDenis Vlasenko2006-11-055-59/+56
* Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at>Denis Vlasenko2006-11-023-15/+14
* Unneeded code removed, usused field "unsigned pscpu" removedDenis Vlasenko2006-11-015-14/+14
* mostly style fixesDenis Vlasenko2006-11-0112-161/+156
* pidof: reduce #ifdef forestDenis Vlasenko2006-11-011-39/+19
* PID should be stored in pid_t, not int or long.Denis Vlasenko2006-11-018-69/+76
* ps: reduce #ifdef forestDenis Vlasenko2006-11-011-25/+13
* #if CONFIG_xxx -> #if ENABLE_xxxDenis Vlasenko2006-11-013-20/+12
* find: -type T was actually meaning ! -type T!Denis Vlasenko2006-10-311-1/+1
* build system: Makefiles are in source dir, add $(srctree)Denis Vlasenko2006-10-311-3/+3
* reads: fix bug 1078Denis Vlasenko2006-10-311-1/+2
* add usefun info on SIGINT handling peculiaritiesDenis Vlasenko2006-10-311-0/+627
* login: add big fat comment about SIGINT - preventDenis Vlasenko2006-10-311-1/+8
* login: re-enable Ctrl-^C before execing shell.Denis Vlasenko2006-10-313-79/+67
* dd: fix bugs: always assumed conv=sync, died on write errorsDenis Vlasenko2006-10-312-51/+70
* find: implement -prune. "make clean" now works! :)Denis Vlasenko2006-10-311-3/+21
* find: fix implicit -print (sometime differed from standard)Denis Vlasenko2006-10-311-3/+11
* find: implement ( )Denis Vlasenko2006-10-301-96/+169
* "#warning: http://...." doesn't work (gcc thinks that it's a comment!)Denis Vlasenko2006-10-291-1/+1
* website: fix linkDenis Vlasenko2006-10-291-1/+1