oweals/busybox.git
2007-11-18 Denis Vlasenkosyslogd: use DEV_CONSOLE consistently
2007-11-18 Denis Vlasenkohexdump: add hd alias, add -R option
2007-11-17 Paul Foxadd comment clarifying busybox's use of non-standard...
2007-11-16 Denis Vlasenkotar: fix a case where glibc detects bogus buffer overrun
2007-11-16 Denis Vlasenkodmesg,klogd: make code more readable
2007-11-16 Bernhard Reutner... - use standard-imposed constants some more
2007-11-16 Bernhard Reutner... - remove most of the forward declarations. No obj-code...
2007-11-16 Bernhard Reutner... - add note about SUSv3 missing options.
2007-11-16 Denis Vlasenkowho: add -a (by Tito)
2007-11-15 Denis Vlasenkolash: fix compile-time warning
2007-11-15 Denis Vlasenkodf: add -a
2007-11-15 Denis Vlasenkodf: add -i (conditional on CONFIG)
2007-11-15 Denis Vlasenkocosmetic change in message text
2007-11-14 Paul Foxbad syntax error should go to stderr
2007-11-14 Denis VlasenkoIntroduce FEATURE_PREFER_IPV4_ADDRESS. If selected...
2007-11-13 Denis Vlasenkotr: more of code shrink (getopt32-ification)
2007-11-13 Denis Vlasenkotr: better comments, small code shrink
2007-11-13 Denis Vlasenkotr: properly detect read errors (Fernando Silveira...
2007-11-13 Denis Vlasenkotrylink: accomodate older versions of ld
2007-11-13 Denis Vlasenkowho: code shrink by Tito <farmatito@tiscali.it>
2007-11-13 Denis Vlasenkoadd sed mini-doc
2007-11-13 Denis Vlasenkosed: support GNU-like '\t' escape in substitutions
2007-11-12 Denis Vlasenkoinetd: revert bogus fix for bug 1562; shrink inetd...
2007-11-12 Denis Vlasenkoopen_transformer: do not duplicate "<program> -cf -"
2007-11-12 Denis Vlasenkogzip: fix a case where tar xzf fails (we use uninitiali...
2007-11-11 Denis Vlasenkowho: fix wrong date/time field size
2007-11-10 Denis VlasenkoAnnounce 1.8.1
2007-11-10 Denis Vlasenkoinit: fix bug 1584: improper check for fork error
2007-11-10 Denis Vlasenkoumount: stop using excessive aounts of stack. Surprisingly,
2007-11-10 Denis Vlasenkolineedit: stop using both data/bss and tons of stack.
2007-11-10 Denis Vlasenko*: remove superfluous "?" in option parsing
2007-11-10 Denis Vlasenkoreadlink: realpath requires PATH_MAX, bb_common_bufsiz1...
2007-11-10 Denis Vlasenkosyslogd: support "symlink to symlink" for /dev/log...
2007-11-08 Bernhard Reutner... - commentary fixes
2007-11-08 Paul Foxxmalloc_follow_symlinks() -- fix ELOOP issue with absol...
2007-11-08 Denis Vlasenkoxreadlink: code shrink
2007-11-08 Paul Foxfollow symlinks to find the true passwd file before...
2007-11-08 Paul Foxnew xmalloc_readlink_follow() routine to fully expand...
2007-11-07 Paul Foxadd "-A N" / "--tryagain=N" option to client, to allow...
2007-11-07 Paul Foxflush typeahead before prompt
2007-11-07 Denis Vlasenkologin: fix PAM login (was unable to complete Kerberos...
2007-11-06 Denis Vlasenkomodprobe: fix a bug where we were entering endless...
2007-11-06 Denis Vlasenkologin: clear dangerous environment variables if started...
2007-11-06 Denis Vlasenkofbset: fix buglet where we were using wrong pointer
2007-11-06 Denis Vlasenkotelnet: use poll, it's shorter
2007-11-06 Denis Vlasenkounzip: hmm... gcc doesn't like ATTRIBUTE_PACKED?? Docum...
2007-11-06 Denis Vlasenkoinsmod: make error reporting less verbose
2007-11-06 Denis Vlasenkotelnetd: fix problem with zombies (by Paul Fox <pgf...
2007-11-05 Paul Foxchange safety check on zip header to allow for extra...
2007-11-05 Denis Vlasenkoswaponoff: prevent arithmetic overflow (spotted by...
2007-11-05 Denis Vlasenkofix incorrect text of link-time error message. No code...
2007-11-05 Denis Vlasenkowebpage: fix typo, remove inconsistent trailing dots
2007-11-04 Denis Vlasenkoupdate screenshot
2007-11-04 Denis VlasenkoAnnounce 1.8.0 1_8_0
2007-11-04 Denis Vlasenkodocs: fix new-applet-HOWTO.txt, delete ipv4_ipv6.txt...
2007-11-04 Denis VlasenkoAnnounce 1.7.3 on website
2007-11-04 Denis Vlasenkoifconfig: code shrink
2007-11-04 Denis Vlasenkogrep: fix -Fo
2007-11-02 Denis Vlasenkoinsmod: code shrink, stop exporting insmod_ng_main.
2007-10-30 Denis Vlasenkoinetd: fix bug 1562 "inetd does not set argv[0] properl...
2007-10-30 Denis Vlasenkohdparm: code shrink
2007-10-30 Denis Vlasenkoe2fsprogs: code shrink
2007-10-29 Bernhard Reutner... - fix typo in helptext
2007-10-29 Denis Vlasenkominor fix in comment, no code changes
2007-10-29 Denis Vlasenkoll_types.c: optimize link type table, make it conditional
2007-10-29 Denis Vlasenkoappletlib.c: make it actally follow _BB_SUID_ALWAYS...
2007-10-29 Denis Vlasenkosyscall: code shrink
2007-10-29 Denis Vlasenkomount: size-optimize mount_options[] and nfs_errtbl[]
2007-10-29 Denis Vlasenkoash: if tcgetattr(stdin) fails, don't mess with tcsetattr
2007-10-22 Denis Vlasenkosvlogd: fix compat problem: svlogd -tt should timestanp...
2007-10-21 Denis Vlasenkohttpd: fix trivial bug (spotted by Alex Landau)
2007-10-21 Denis Vlasenkobzip2: make -d actually work
2007-10-20 Denis Vlasenkobb_askpass: handle Ctrl-C, restore termoios on Ctrl-C.
2007-10-20 Denis Vlasenkoread_line_input: fix it to not do any fancy editing...
2007-10-20 Denis Vlasenkomore fixes for help text wrt long options
2007-10-20 Denis Vlasenkowebsite: add link to "No ifup" document
2007-10-20 Denis Vlasenkoping: fix breakage from -I fix
2007-10-20 Denis Vlasenkokbd_mode: new applet by Loïc Grenié <loic.grenie@gmail...
2007-10-19 Denis Vlasenkomkswap: selinux support by KaiGai Kohei <kaigai@ak...
2007-10-19 Denis Vlasenkopaing: make -I ethN work too (-I addr already worked)
2007-10-19 Denis Vlasenkounzip: add a comment explaining why we don't die
2007-10-18 Denis Vlasenkounzip: fix endianness bugs
2007-10-18 Denis Vlasenkohttpd: free big buffer after use; improve grep-ability...
2007-10-18 Denis Vlasenkoxatonum.h: add comment
2007-10-18 Denis Vlasenkomore of usage text fixes wrt long options
2007-10-18 Denis Vlasenkoexclude --longopts from usage texts if those are disabled
2007-10-18 Denis Vlasenkosnv add setsebool
2007-10-17 Denis Vlasenkotelnetd: make sure telnetd -K exits if child dies
2007-10-17 Denis Vlasenkotelnetd: trivial optimization
2007-10-17 Denis Vlasenkoash: use fdprintf, not dprintf.
2007-10-17 Denis Vlasenkobzip2: more of code shrink
2007-10-17 Denis Vlasenkoanother fix for build failure found by randomconfig
2007-10-16 Denis Vlasenkoeven more fixes from randomconfig runs
2007-10-16 Denis Vlasenkofixes revealed by randomconfig run
2007-10-16 Denis Vlasenkotelnetd: fix comment
2007-10-16 Denis Vlasenkotelnetd: code shrink suggested by Ralf Friedl <Ralf...
2007-10-16 Denis Vlasenkobzip2: move state pointer to the offset 0 (smaller...
2007-10-16 Denis Vlasenkobzip2: make -s equivalent to -2 (compatible with standa...
2007-10-15 Denis Vlasenkotelnetd: at Alexander Kriegisch <Alexander@kriegisch...
2007-10-15 Denis Vlasenkotelnetd: document bug in remove_iacs. reinstate band-aid
next