oweals/busybox.git
2006-11-21 Denis Vlasenkoxgethostbyname: more readable
2006-11-21 Denis Vlasenkobb_INET_default[] is really just a const "default",
2006-11-21 Denis Vlasenkoifconfig: looks like char host[128] is not really needed.
2006-11-21 Denis Vlasenkowget: yet another contortion for proftpd's PASV response.
2006-11-21 Bernhard Reutner... - add 'ip rule' support. First take..
2006-11-21 Denis Vlasenkoifconfig: preparatory patch, no code changes
2006-11-21 Denis Vlasenkoinsmod: set STRVERSIONLEN = 64, convert #ifdef CONFIG...
2006-11-21 Denis Vlasenkoinsmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_...
2006-11-21 Bernhard Reutner... - style fixes
2006-11-21 Denis Vlasenkowget: add TODO
2006-11-21 Denis Vlasenkowget: fix ftp PASV mode ("numeric" check was too strict)
2006-11-21 Bernhard Reutner... - update defconfig
2006-11-21 Denis Vlasenkowget: reduce likelihood of ETA overflow (especially...
2006-11-21 Denis Vlasenkohttpd: slight reduction of #ifdef forest
2006-11-21 Denis Vlasenkocpio: (allegedly) fix bug 0001095:
2006-11-21 Denis Vlasenkohttpd: fix cgi-bin/index.cgi support, add example of it,
2006-11-21 Denis Vlasenkohttpd: LC_TIME locale _must_ be POSIX to httpd! We...
2006-11-21 Denis Vlasenkohttpd: add support for directory indexer (cgi-bin/index...
2006-11-21 Denis Vlasenkohttpd: get rid of big, useless blocks (deindent,
2006-11-21 Denis Vlasenkohttpd: More robust Content-length: parsing,
2006-11-20 Denis Vlasenkodhcprelay: new applet
2006-11-20 Denis Vlasenkoadd compile-time check for correct DHCP packet size
2006-11-20 Denis Vlasenkologin: use %s - we know that string is not too long...
2006-11-19 Denis Vlasenkomount: if FILE* is NULL, it's not wise to use it.
2006-11-19 Denis Vlasenkosvlogd: log full lines to stderr too, and also stop...
2006-11-19 Denis Vlasenkomkdir: style fix
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-11-18 Denis Vlasenkosmall fixes: using fd-based io instead of FILE*-based,
2006-11-18 Denis Vlasenkoudhcp: fix indentation and style.
2006-11-18 Denis VlasenkoAdd names of people historically linked to bbox project
2006-11-18 Denis Vlasenkonc: fix --help text
2006-11-17 Denis Vlasenkoadd -Wundef, fix uncovered bugs
2006-11-17 Denis Vlasenkoforgot about avn add... :(
2006-11-17 Denis Vlasenkorunit: add runsv, runsvdir and sv. Oh yes.
2006-11-17 Denis Vlasenkohttpd: make Bernhard happier
2006-11-17 Bernhard Reutner... - Set INSTALL_OPTS according to the config.
2006-11-17 Bernhard Reutner... - fix generation of the busybox.links install script...
2006-11-17 Bernhard Reutner... - typo fix
2006-11-17 Bernhard Reutner... - end may be used uninitialized.
2006-11-16 Denis Vlasenkohttpd: reduce ifdef forest. comment out redundant PATH...
2006-11-16 Denis Vlasenkohttpd:
2006-11-16 Denis Vlasenkohttpd: add -i (inetd) and -f (foreground) otions.
2006-11-16 Denis Vlasenkohttpd: stop being silly with setenv
2006-11-16 Denis Vlasenkosvlogd: new applet. +9k. Still too big, but it was...
2006-11-15 Mike Frysingerremove duplicate flag decls
2006-11-12 Denis Vlasenkoumount: umount -a shouldn't stop on first failure
2006-11-10 Denis Vlasenkohttpd: cosmetic fixes (the bug which was being hunted...
2006-11-10 Denis Vlasenkowget: fix error message.
2006-11-09 Denis Vlasenkoadd && !defined(__UCLIBC__) to static link warning...
2006-11-07 Denis Vlasenkosmall ipv6 doc changes; nslookup a tiny bit smaller
2006-11-07 Denis Vlasenkogetty: remove ancient termio support (was using termois...
2006-11-05 Denis Vlasenkohttpd: sendCgi() forked child needs to close opened
2006-11-05 Denis Vlasenkorename: compare_string_array -> index_in_str_array
2006-11-05 Denis Vlasenkops: add documentation on POSIX ps
2006-11-05 Denis Vlasenkousage.h: stop using ancient USAGE_xxx (we have USE_xx...
2006-11-05 Denis Vlasenkops: implement POSIX-like options, most notably -o
2006-11-05 Denis Vlasenkosmart_ulltoa5: make available in libbb
2006-11-05 Denis Vlasenkoreplace /proc scanning code by more versatile one.
2006-11-05 Denis Vlasenkotop: improve CPU% calculation
2006-11-02 Denis VlasenkoFix kbuild bugs noticed by Bernhard Fischer <rep.nop...
2006-11-01 Denis VlasenkoUnneeded code removed, usused field "unsigned pscpu...
2006-11-01 Denis Vlasenkomostly style fixes
2006-11-01 Denis Vlasenkopidof: reduce #ifdef forest
2006-11-01 Denis VlasenkoPID should be stored in pid_t, not int or long.
2006-11-01 Denis Vlasenkops: reduce #ifdef forest
2006-11-01 Denis Vlasenko#if CONFIG_xxx -> #if ENABLE_xxx
2006-10-31 Denis Vlasenkofind: -type T was actually meaning ! -type T!
2006-10-31 Denis Vlasenkobuild system: Makefiles are in source dir, add $(srctree)
2006-10-31 Denis Vlasenkoreads: fix bug 1078
2006-10-31 Denis Vlasenkoadd usefun info on SIGINT handling peculiarities
2006-10-31 Denis Vlasenkologin: add big fat comment about SIGINT - prevent
2006-10-31 Denis Vlasenkologin: re-enable Ctrl-^C before execing shell.
2006-10-31 Denis Vlasenkodd: fix bugs: always assumed conv=sync, died on write...
2006-10-31 Denis Vlasenkofind: implement -prune. "make clean" now works! :)
2006-10-31 Denis Vlasenkofind: fix implicit -print (sometime differed from standard)
2006-10-30 Denis Vlasenkofind: implement ( )
2006-10-29 Denis Vlasenko"#warning: ...." doesn't work (gcc thinks that it's...
2006-10-29 Denis Vlasenkowebsite: fix link
2006-10-29 Denis Vlasenkowebsite: announce 1.2.2.1
2006-10-29 Denis Vlasenkofind: a lot more compliant to 'standard' find
2006-10-29 Denis Vlasenkofind: small improvement
2006-10-29 Denis Vlasenkofind: fix -exec to work like stock find does.
2006-10-28 Denis Vlasenkols: silly comment fixes
2006-10-28 Denis Vlasenkochmod: typo in comments
2006-10-28 Denis Vlasenkols: cleanup part 2. ifdef forest is much less scary...
2006-10-28 Denis Vlasenkols: cleanup part 1
2006-10-27 Denis Vlasenkorecursive_action: add depth param
2006-10-27 Denis Vlasenkochgrp: just call chown! :)
2006-10-27 Denis Vlasenkorecursive_action: preparatory changes. will introduce...
2006-10-27 Denis Vlasenkochown: add -vcf support if CONFIG_DESKTOP
2006-10-27 Denis Vlasenkochmod: support -vcf if CONFIG_DESKTOP
2006-10-27 Denis Vlasenkomodprobe: reformat to match bbox style
2006-10-27 Denis VlasenkoOFF_T_FMT -> OFF_FMT
2006-10-27 Denis Vlasenkotop: batch mode should output all processes
2006-10-27 Denis VlasenkoFix largefile breakage; advance version to 1.2.2
2006-10-27 Denis Vlasenkoreshuffle libbb.h contents so that order of decls makes...
2006-10-27 Denis Vlasenkoget_terminal_width_height: do not pass insanely large...
2006-10-27 Denis Vlasenkolast nail into error_msg() (de)capitalization
2006-10-27 Denis VlasenkoAs usual, I forgot "svn del"...
2006-10-26 Denis Vlasenko...and yet another small fix. Ouch...
next