- 81e264d fix double merge by Denis Vlasenko · 18 years ago
- be2f9f7 - update TODOs by Bernhard Reutner-Fischer · 18 years ago
- 32eddff - revert r15563 (pull current version of taskset off the busybox_scratch branch) by Bernhard Reutner-Fischer · 18 years ago
- c8717cd telnetd: move generic stuff into libbb. It will make it easy by Denis Vlasenko · 18 years ago
- 0801ef2 telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4 by Denis Vlasenko · 18 years ago
- 75f8d08 telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. by Denis Vlasenko · 18 years ago
- d6bbf99 - reinstate "make checkhelp" by Bernhard Reutner-Fischer · 18 years ago
- aad4999 #if HAVE_AFINET6 -> #ifdef HAVE_AFINET6 by Denis Vlasenko · 18 years ago
- 428f7ae httpd: comment on QUERY_STRING by Denis Vlasenko · 18 years ago
- 8b45837 httpd: add link to docs by Denis Vlasenko · 18 years ago
- 5e618ff xgethostbyname: more readable by Denis Vlasenko · 18 years ago
- 7ca3921 bb_INET_default[] is really just a const "default", nothing INET-specific by Denis Vlasenko · 18 years ago
- 5096246 ifconfig: looks like char host[128] is not really needed. by Denis Vlasenko · 18 years ago
- f8c8bb1 wget: yet another contortion for proftpd's PASV response. by Denis Vlasenko · 18 years ago
- 921f5df - add 'ip rule' support. First take.. by Bernhard Reutner-Fischer · 18 years ago
- 04b30ba ifconfig: preparatory patch, no code changes by Denis Vlasenko · 18 years ago
- 3aa2d51 insmod: set STRVERSIONLEN = 64, convert #ifdef CONFIG to #if ENABLE, by Denis Vlasenko · 18 years ago
- 9229794 insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close(). by Denis Vlasenko · 18 years ago
- a838194 - style fixes by Bernhard Reutner-Fischer · 18 years ago
- 1288722 wget: add TODO by Denis Vlasenko · 18 years ago
- 40f62a8 wget: fix ftp PASV mode ("numeric" check was too strict) by Denis Vlasenko · 18 years ago
- 3e7ef7e - update defconfig by Bernhard Reutner-Fischer · 18 years ago
- 9cade08 wget: reduce likelihood of ETA overflow (especially with !LFS) by Denis Vlasenko · 18 years ago
- 04291bc httpd: slight reduction of #ifdef forest by Denis Vlasenko · 18 years ago
- 3eb91c2 cpio: (allegedly) fix bug 0001095: by Denis Vlasenko · 18 years ago
- 5d148e2 httpd: fix cgi-bin/index.cgi support, add example of it, by Denis Vlasenko · 18 years ago
- fcdb00f httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! by Denis Vlasenko · 18 years ago
- 6c85ddc httpd: add support for directory indexer (cgi-bin/index.cgi) by Denis Vlasenko · 18 years ago
- a3ee69f httpd: get rid of big, useless blocks (deindent, bring code under 80 columns) by Denis Vlasenko · 18 years ago
- 0bb993f httpd: More robust Content-length: parsing, code reorganization (less indented) by Denis Vlasenko · 18 years ago
- 736230e dhcprelay: new applet by Denis Vlasenko · 18 years ago
- c9cdeaa add compile-time check for correct DHCP packet size by Denis Vlasenko · 18 years ago
- 4a5cf16 login: use %s - we know that string is not too long there by Denis Vlasenko · 18 years ago
- 6a353c8 mount: if FILE* is NULL, it's not wise to use it. by Denis Vlasenko · 18 years ago
- 83edaf3 svlogd: log full lines to stderr too, and also stop using stdio for that by Denis Vlasenko · 18 years ago
- 22dcd04 mkdir: style fix by Denis Vlasenko · 18 years ago
- 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
- 61126ab small fixes: using fd-based io instead of FILE*-based, missed O_TRUNC, etc by Denis Vlasenko · 18 years ago
- 5a3395b udhcp: fix indentation and style. by Denis Vlasenko · 18 years ago
- abfc4cf Add names of people historically linked to bbox project by Denis Vlasenko · 18 years ago
- f7eaccd nc: fix --help text by Denis Vlasenko · 18 years ago
- a7189f0 add -Wundef, fix uncovered bugs by Denis Vlasenko · 18 years ago
- 04c6386 forgot about avn add... :( by Denis Vlasenko · 18 years ago
- 8a00f44 runit: add runsv, runsvdir and sv. Oh yes. It even seems to work. +11K. :( by Denis Vlasenko · 18 years ago
- a5342b4 httpd: make Bernhard happier by Denis Vlasenko · 18 years ago
- 8bfd215 - Set INSTALL_OPTS according to the config. by Bernhard Reutner-Fischer · 18 years ago
- 193bcf3 - fix generation of the busybox.links install script inputfile by Bernhard Reutner-Fischer · 18 years ago
- 68532b3 - typo fix by Bernhard Reutner-Fischer · 18 years ago
- e766715 - end may be used uninitialized. by Bernhard Reutner-Fischer · 18 years ago
- b3a0715 httpd: reduce ifdef forest. comment out redundant PATH setting by Denis Vlasenko · 18 years ago
- d4f3d1a httpd: by Denis Vlasenko · 18 years ago
- 0871bc8 httpd: add -i (inetd) and -f (foreground) otions. by Denis Vlasenko · 18 years ago
- e867b7c httpd: stop being silly with setenv by Denis Vlasenko · 18 years ago
- 83ea643 svlogd: new applet. +9k. Still too big, but it was 12k yesterday. by Denis Vlasenko · 18 years ago
- 3672fe9 remove duplicate flag decls by Mike Frysinger · 18 years ago
- 1119972 umount: umount -a shouldn't stop on first failure by Denis Vlasenko · 18 years ago
- 6c5e5a0 httpd: cosmetic fixes (the bug which was being hunted down by Denis Vlasenko · 18 years ago
- 067e3f0 wget: fix error message. by Denis Vlasenko · 18 years ago
- 07159f0 add && !defined(__UCLIBC__) to static link warning check by Denis Vlasenko · 18 years ago
- 8528151 small ipv6 doc changes; nslookup a tiny bit smaller by Denis Vlasenko · 18 years ago
- 6476cc1 getty: remove ancient termio support (was using termois anyway) by Denis Vlasenko · 18 years ago
- 9f60929 httpd: sendCgi() forked child needs to close opened by Denis Vlasenko · 18 years ago
- 5af906e rename: compare_string_array -> index_in_str_array by Denis Vlasenko · 18 years ago
- 4021516 ps: add documentation on POSIX ps by Denis Vlasenko · 18 years ago
- 77a1a53 usage.h: stop using ancient USAGE_xxx (we have USE_xx now) by Denis Vlasenko · 18 years ago
- 9494919 ps: implement POSIX-like options, most notably -o (activated by CONFIG_DESKTOP) by Denis Vlasenko · 18 years ago
- aae0311 smart_ulltoa5: make available in libbb by Denis Vlasenko · 18 years ago
- 459e4d6 replace /proc scanning code by more versatile one. by Denis Vlasenko · 18 years ago
- fa07680 top: improve CPU% calculation style fixes by Denis Vlasenko · 18 years ago
- 9d4533e Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
- dd539f7 Unneeded code removed, usused field "unsigned pscpu" removed by Denis Vlasenko · 18 years ago
- 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
- 048c93c pidof: reduce #ifdef forest by Denis Vlasenko · 18 years ago
- 35fb512 PID should be stored in pid_t, not int or long. by Denis Vlasenko · 18 years ago
- d3ada32 ps: reduce #ifdef forest by Denis Vlasenko · 18 years ago
- 966ec7c #if CONFIG_xxx -> #if ENABLE_xxx by Denis Vlasenko · 18 years ago
- 31c65f2 find: -type T was actually meaning ! -type T! by Denis Vlasenko · 18 years ago
- 14aa9f7 build system: Makefiles are in source dir, add $(srctree) by Denis Vlasenko · 18 years ago
- b141b9b reads: fix bug 1078 by Denis Vlasenko · 18 years ago
- 4126b1f add usefun info on SIGINT handling peculiarities by Denis Vlasenko · 18 years ago
- 8c76487 login: add big fat comment about SIGINT - prevent by Denis Vlasenko · 18 years ago
- 6ae8079 login: re-enable Ctrl-^C before execing shell. by Denis Vlasenko · 18 years ago
- 3b8ff68 dd: fix bugs: always assumed conv=sync, died on write errors by Denis Vlasenko · 18 years ago
- 5f18e7c find: implement -prune. "make clean" now works! :) by Denis Vlasenko · 18 years ago
- a3b4fed find: fix implicit -print (sometime differed from standard) by Denis Vlasenko · 18 years ago
- 6191a7a find: implement ( ) by Denis Vlasenko · 18 years ago
- afea46b "#warning: http://...." doesn't work (gcc thinks that it's a comment!) by Denis Vlasenko · 18 years ago
- 41be5b8 website: fix link by Denis Vlasenko · 18 years ago
- 8d46307 website: announce 1.2.2.1 by Denis Vlasenko · 18 years ago
- 5d499e1 find: a lot more compliant to 'standard' find by Denis Vlasenko · 18 years ago
- e2fb719 find: small improvement by Denis Vlasenko · 18 years ago
- df0553b find: fix -exec to work like stock find does. by Denis Vlasenko · 18 years ago
- 656f746 ls: silly comment fixes by Denis Vlasenko · 18 years ago
- 8c0c119 chmod: typo in comments by Denis Vlasenko · 18 years ago
- 94cf69f ls: cleanup part 2. ifdef forest is much less scary now :) by Denis Vlasenko · 18 years ago
- 5c75960 ls: cleanup part 1 by Denis Vlasenko · 18 years ago
- 8c35d65 recursive_action: add depth param chmod: match coreutils versus following links by Denis Vlasenko · 18 years ago
- e80e2a3 chgrp: just call chown! :) by Denis Vlasenko · 18 years ago
- 3b8fc1c recursive_action: preparatory changes. will introduce "int level". by Denis Vlasenko · 18 years ago
- 51b4c92 chown: add -vcf support if CONFIG_DESKTOP chmod: stop following symlinks by Denis Vlasenko · 18 years ago