aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-16httpd: add -i (inetd) and -f (foreground) otions.Denis Vlasenko
2006-11-16httpd: stop being silly with setenvDenis Vlasenko
2006-11-16svlogd: new applet. +9k. Still too big, but it was 12k yesterday.Denis Vlasenko
2006-11-15remove duplicate flag declsMike Frysinger
2006-11-12umount: umount -a shouldn't stop on first failureDenis Vlasenko
2006-11-10httpd: cosmetic fixes (the bug which was being hunted downDenis Vlasenko
2006-11-10wget: fix error message.Denis Vlasenko
2006-11-09add && !defined(__UCLIBC__) to static link warning checkDenis Vlasenko
2006-11-07small ipv6 doc changes; nslookup a tiny bit smallerDenis Vlasenko
2006-11-07getty: remove ancient termio support (was using termois anyway)Denis Vlasenko
2006-11-05httpd: sendCgi() forked child needs to close openedDenis Vlasenko
2006-11-05rename: compare_string_array -> index_in_str_arrayDenis Vlasenko
2006-11-05ps: add documentation on POSIX psDenis Vlasenko
2006-11-05usage.h: stop using ancient USAGE_xxx (we have USE_xx now)Denis Vlasenko
2006-11-05ps: implement POSIX-like options, most notably -oDenis Vlasenko
2006-11-05smart_ulltoa5: make available in libbbDenis Vlasenko
2006-11-05replace /proc scanning code by more versatile one.Denis Vlasenko
2006-11-05top: improve CPU% calculationDenis Vlasenko
2006-11-02Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at>Denis Vlasenko
2006-11-01Unneeded code removed, usused field "unsigned pscpu" removedDenis Vlasenko
2006-11-01mostly style fixesDenis Vlasenko
2006-11-01pidof: reduce #ifdef forestDenis Vlasenko
2006-11-01PID should be stored in pid_t, not int or long.Denis Vlasenko
2006-11-01ps: reduce #ifdef forestDenis Vlasenko
2006-11-01#if CONFIG_xxx -> #if ENABLE_xxxDenis Vlasenko
2006-10-31find: -type T was actually meaning ! -type T!Denis Vlasenko
2006-10-31build system: Makefiles are in source dir, add $(srctree)Denis Vlasenko
2006-10-31reads: fix bug 1078Denis Vlasenko
2006-10-31add usefun info on SIGINT handling peculiaritiesDenis Vlasenko
2006-10-31login: add big fat comment about SIGINT - preventDenis Vlasenko
2006-10-31login: re-enable Ctrl-^C before execing shell.Denis Vlasenko
2006-10-31dd: fix bugs: always assumed conv=sync, died on write errorsDenis Vlasenko
2006-10-31find: implement -prune. "make clean" now works! :)Denis Vlasenko
2006-10-31find: fix implicit -print (sometime differed from standard)Denis Vlasenko
2006-10-30find: implement ( )Denis Vlasenko
2006-10-29"#warning: http://...." doesn't work (gcc thinks that it's a comment!)Denis Vlasenko
2006-10-29website: fix linkDenis Vlasenko
2006-10-29website: announce 1.2.2.1Denis Vlasenko
2006-10-29find: a lot more compliant to 'standard' findDenis Vlasenko
2006-10-29find: small improvementDenis Vlasenko
2006-10-29find: fix -exec to work like stock find does.Denis Vlasenko
2006-10-28ls: silly comment fixesDenis Vlasenko
2006-10-28chmod: typo in commentsDenis Vlasenko
2006-10-28ls: cleanup part 2. ifdef forest is much less scary now :)Denis Vlasenko
2006-10-28ls: cleanup part 1Denis Vlasenko
2006-10-27recursive_action: add depth paramDenis Vlasenko
2006-10-27chgrp: just call chown! :)Denis Vlasenko
2006-10-27recursive_action: preparatory changes. will introduce "int level".Denis Vlasenko
2006-10-27chown: add -vcf support if CONFIG_DESKTOPDenis Vlasenko
2006-10-27chmod: support -vcf if CONFIG_DESKTOPDenis Vlasenko