platform/upstream/busybox.git
2011-01-18 Denys Vlasenkodisable automatic selection of FEATURE_SUID; improve...
2011-01-17 Denys Vlasenkoinsmod: check for module read errors
2011-01-17 Denys Vlasenkolibbb: better comment in parse_date
2011-01-16 Tito Ragusamove passwd, shadow, group and gshadow path definitions...
2011-01-16 Denys Vlasenkoremove a few aliasing warnings
2011-01-16 Denys Vlasenkoremove a few aliasing warnings
2011-01-13 Denys Vlasenkotop: add keyboard commands to --help
2011-01-11 Denys Vlasenkohttpd: send correct mtime for .gz files
2011-01-11 Denys Vlasenkolibbb unicode: comment out usused function and unused...
2011-01-11 Denys Vlasenkolsmod: fox unsafe usage of strlen() - 1
2011-01-10 Denys Vlasenkolibbb: progress indicator: use unicode support funcs...
2011-01-10 Denys Vlasenkotftp: fix bad interaction betweel poll() and alarm...
2011-01-09 Denys Vlasenkostop giving root rights to dnsd, ipcrm, ipcs
2011-01-09 Denys Vlasenkogetty: fix -i (was ignored)
2011-01-09 Denys Vlasenkomodprobe-small: support compressed modules in insmod
2011-01-07 Denys Vlasenkohush: fix wrong prompt problem on empty interactive...
2011-01-07 Denys Vlasenkosuppress "'fast_strtol_10' defined but not used" warning
2011-01-05 Denys Vlasenkomkswap: selinux build fix
2011-01-04 Denys Vlasenkotar: add a note about -C and symlink-in-tarball attack
2011-01-03 Denys Vlasenkoexplain every non-SUID_DROP applet. No code changes
2011-01-03 Denys Vlasenkokill[all[5]],pkill: make signal list show signal number...
2011-01-03 Denys Vlasenkokill[all[5]],pkill: more correct, and smaller, SIGRTMIN...
2011-01-02 Denys Vlasenkodate,touch: treat 2-digit years better (fit them into...
2010-12-31 Alexey Solovievdate: preserve isdst value if date is in time_t (unix...
2010-12-31 Denys Vlasenkosu: document -l in --help text. Closes bug 2761
2010-12-30 Denys Vlasenkoadd missed underscore
2010-12-30 Denys Vlasenkodate: add a comment about _SVID_SOURCE
2010-12-30 Denys Vlasenkobzip2: plug memory leak on every processed file
2010-12-30 Denys Vlasenkolibbb: optionally support RTMIN[+n] and RTMAX[-n] signa...
2010-12-29 Denys Vlasenkoblkid: optional support for TYPE="fstype"
2010-12-28 Denys Vlasenkoplug a DIR* leak on error path
2010-12-28 Serj Kalichevmodprobe: add -D option (synonym of --show-depends)
2010-12-27 Ian Wienandlogin: apply PAM environment
2010-12-26 Denys Vlasenkocpio: allow cpio -i to take params - names of files...
2010-12-26 Serj Kalichevmodprobe: add support for --show-depends
2010-12-25 Denys Vlasenkoinit: simpler handling of leading dash in commands
2010-12-25 Denys Vlasenkoudhcpc: document SIGUSRn effect in help text
2010-12-21 Denys Vlasenkohush: fix FEATURE_CLEAN_UP code (was freeing unallocate...
2010-12-20 Denys Vlasenkosendmail: remove forgotten commenting-out on a "if...
2010-12-20 Denys Vlasenkomailutils/*: add verbose option to sendmail; remove...
2010-12-20 Denys Vlasenkotest: add examples when "%s: unknown operand" happens
2010-12-20 James Youngmanls: remove redundant constants LIST_FILENAME and LIST_SHORT
2010-12-19 Denys Vlasenkols: add support for -H
2010-12-19 James Huntvolume_id: recognize compressed hibernate swap signature
2010-12-19 Denys Vlasenkols: tweak -e handling; better comments
2010-12-19 Denys Vlasenkols: print a space after each column. Closes bug 2941
2010-12-19 Denys Vlasenkols: make -F not follow symlinks of the command line
2010-12-19 Denys Vlasenkols: make -x force columnar output; remove unused parts...
2010-12-19 Denys Vlasenkols: for some options, only last takes effect. Closes...
2010-12-19 Denys Vlasenkochrt: -m can be used without any arguments. Closes...
2010-12-18 Denys Vlasenkochrt: correct opt_complementary. Closes bug 2977
2010-12-18 Macpaul Linscripts: fix fixdep.c to let it workable in cygwin
2010-12-18 Denys VlasenkoRevert "scripts: fix fixdep.c to let it workable in...
2010-12-18 Greentimescripts: fix fixdep.c to let it workable in cygwin
2010-12-18 Denys Vlasenkochat: fix build breakage (variable declared in for())
2010-12-18 Denys Vlasenkohush: fix build breakage (variable declared in for())
2010-12-13 Denys Vlasenkonmeter: deprecate %NNNd specified, use -d MSEC instead
2010-12-13 Lauri Kasanenprocps/Config.src: Add pstree to FEATURE_THREADS deps...
2010-12-13 Denys Vlasenkomore: smaller version of previous fix
2010-12-13 Denys Vlasenkomore: exit if write to stdout errors out
2010-12-08 Denys Vlasenkofix typo in README
2010-12-06 Denys Vlasenkotypo fix
2010-12-06 Denys Vlasenkoupdate examples/var_service/README
2010-12-06 Denys Vlasenkoadd examples/var_service/README
2010-12-06 Denys Vlasenkopstree: use stdin for screen size detection
2010-12-06 Eric Lammertsrunsvdir: do not miss closely spaced service dir changes
2010-12-05 Denys Vlasenkotweak INSTALL_NO_USR help text
2010-12-05 Joachim Nilssonbuild system: fix "make install" to skip /usr when...
2010-12-05 Denys Vlasenkopstree: another tiny shrink
2010-12-05 Denys Vlasenkopstree: tiny shrink
2010-12-05 Lauri Kasanenpstree: fix width logic. +30 bytes
2010-12-05 Lauri Kasanenpstree: new applet. +1664 bytes
2010-12-05 Denys Vlasenkotypo fix
2010-12-05 Denys Vlasenkoadd if guards around include <malloc.h>
2010-12-01 Denys Vlasenkolibbb/pw_encrypt_sha: forgot to move &ctx to 1st param...
2010-12-01 Denys Vlasenkotouch: fix help text to not show options disabled in...
2010-11-30 Denys Vlasenkosu: suppress "warning: unused variable 'user_buf'"
2010-11-30 Chris Reesbuild system: do not use GNU-isms in find
2010-11-30 Denys Vlasenkotelnetd: write utmp record with correct pid
2010-11-29 Denys Vlasenkoping: set not only IP_TTL, but also IP_MULTICAST_TTL
2010-11-29 Rob Landleypatch: fix "patch at the beginning" testcase failure
2010-11-29 Denys Vlasenkoexclude the case of just "busybox" from previous commit
2010-11-29 Denys Vlasenkoif only one applet is enabled, make "busybox applet...
2010-11-28 Joachim Nilssonping: add -t TTL option
2010-11-28 Denys Vlasenkodhcpd: reply with NAK to clients in INIT-REBOOT state...
2010-11-28 Denys Vlasenkouse BB_EXECVP_or_die where appropriate
2010-11-28 Denys Vlasenkohush: move G_x_mode define to the more appropriate...
2010-11-28 Dan FandrichSupport set -o xtrace/noexec alternates for set -x/-n
2010-11-28 Dan Fandrichhush: display useful help text
2010-11-28 Denys Vlasenkoadd a test for patch which we currently fail
2010-11-28 Denys Vlasenkodhcpd: smaller code: do not look for REQUESTED_IP twice
2010-11-25 Denys Vlasenkoblkid: add TODO
2010-11-25 Denys Vlasenkogen_build_files.sh: better comment
2010-11-24 Denys Vlasenkobuild system: fix for dash
2010-11-23 Denys VlasenkoStart 1.19.0 development cycle
2010-11-23 Denys VlasenkoBump version to 1.18.0 1_18_0
2010-11-22 Denys Vlasenkodate :add a comment about older toolchains
2010-11-22 Denys Vlasenkofixes for bugs discovered by randomconfig builds and...
2010-11-22 Denys Vlasenkofix misspelling in comment
2010-11-22 Denys Vlasenkohush: fix improper handling of newline and hash chars...
next