platform/upstream/busybox.git
2011-03-24 Denys Vlasenkohush: make parse errors in sourced file non-fatal in...
2011-03-24 Denys Vlasenkohush: fix a case where return in sourced file has no...
2011-03-23 Denys Vlasenkoash,hush: recheck LANG before every line input
2011-03-22 Vitaly Mageryadon't call freeaddinfo(NULL)
2011-03-22 Ryan Phillipslogin: set PAM RHOST
2011-03-22 Alexey Solovievdd: free allocated memory if CLEANUP enabled
2011-03-22 Denys Vlasenkomesg: make group/all writability configurable
2011-03-21 Denys Vlasenkoln: explain why we use xstrdup
2011-03-21 Denys Vlasenkoinit: fix a case where execv's 1st arg was wrong
2011-03-20 Denys Vlasenkowget: move help text to .c file
2011-03-20 Denys Vlasenkowget: fix fname_out usage wrt redirects
2011-03-14 Denys Vlasenkomount: add a test for bind+rshared
2011-03-12 Pere Orgapwdx: new applet
2011-03-12 Denys Vlasenkobusybox: fail if --install is not given an absolute...
2011-03-12 Denys Vlasenkoudhcpc: emit "correct" secs field
2011-03-12 Denys Vlasenkols: fix handling of symlinks by option -1
2011-03-12 Denys Vlasenkolibbb: make warning go away
2011-03-11 Pascal Bellardchsum: fix
2011-03-08 Denys Vlasenkos/FAIL_DELAY/LOGIN_FAIL_DELAY/
2011-03-08 Denys Vlasenkoforgot to add libbb/get_shell_name.c
2011-03-08 Denys Vlasenkouse user's shell instead of hardwired "/bin/sh" (androi...
2011-03-08 Denys Vlasenkoprintenv: fix environ == NULL segfault
2011-03-08 Denys Vlasenkoash/hush: shrink help text
2011-03-08 Denys Vlasenkoftpd: better usage text
2011-03-07 Pere Orgakill: fix infinite loop when passed PIDs are not valid...
2011-03-07 Denys Vlasenkoremove stray empty line
2011-03-07 Denys Vlasenkoash/hush: provide help text
2011-03-07 Denys Vlasenkoash: fix execution of shell scripts without shebang
2011-03-07 Denys Vlasenkoklogd: fix the problem of delayed handling of ^C and...
2011-03-07 Keith Youngudhcpc: add -B option
2011-03-07 Denys Vlasenkomore: fix tabs handling
2011-03-06 Denys Vlasenkofix bit rot in scripts/Makefile.IMA #2
2011-03-06 Denys Vlasenkofix bit rot in scripts/Makefile.IMA
2011-03-06 Bjørn Forsman.gitignore: add missing ignores
2011-03-06 Phil Sutternameif: add matching by phy_address=NUM; extend help...
2011-03-06 Phil Sutternameif: fix parsing of /proc/net/dev; small code shrink
2011-03-06 Denys Vlasenkolibbb/login/su: do not sanitize shell name twice
2011-03-06 Alexey Solovievtr: free allocated memory in tr if CLEANUP enabled
2011-03-06 Denys Vlasenkoimprove --install operation in chroot jails
2011-03-03 Denys Vlasenkoxargs: support --no-run-if-empty (synonym to -r)
2011-03-02 Alexey Fomenkodon't leak malloced variables in the loop; remove doubl...
2011-03-02 Denys Vlasenkoconvert "do {...} while (1);" -> "while (1) {...}"
2011-03-02 Alexey Fomenkoadd missing fclose's
2011-03-02 Denys Vlasenkotar: skip leading / and handle names like abc/..//...
2011-03-01 Alexey Fomenkolibbb: remove dead code in getopt32. -7 bytes
2011-03-01 Denys Vlasenkotar: on extract, everything up to and including last...
2011-03-01 Denys Vlasenkolibbb: make user/group name cache strings longer (...
2011-03-01 Denys Vlasenkols: widen -s (1k blocks) column from 4 to 6
2011-02-28 Denys Vlasenkols: -g implies -l
2011-02-28 Denys Vlasenkols: fix bits for -T, -w and --color; make -n imply...
2011-02-28 Denys Vlasenkomount: strip multiple trailing slashes, not just one
2011-02-28 Roman Borisovmount: update /etc/mtab properly on mount --move
2011-02-27 Pere Orgawhois: new applet
2011-02-27 Harald Beckershowkey: make showkey -a work on any stdin
2011-02-27 Denys Vlasenkols: fix one-bit-off which caused -H to behave as -h
2011-02-27 Denys Vlasenkoadduser: use better argv passing to addgroup
2011-02-26 Denys VlasenkoReplace "depends on PLATFORM_LINUX" with "select PLATFO...
2011-02-26 Stefan Seyfriedfix libiproute compile with kernel headers < 2.6.17
2011-02-26 Peter Korsgaardmount: ignore unknown mount options when remounting...
2011-02-26 Roman Borisovmount: fix wrong long option namess
2011-02-23 Denys Vlasenkoiproute: fix parsing and matching of of "short" IP...
2011-02-21 Denys Vlasenkoslightly better wording in comments
2011-02-21 Denys Vlasenkoash: fix ash-signals/signal8 testcase failure
2011-02-20 Bernd Jendrissekfix "make install"
2011-02-20 Dan Fandrichblockdev: add --getsz to replace --getsize
2011-02-19 Pere Orgawget: reduce bloat
2011-02-16 Vladislav Grishenkoudhcpd: optional IP selection based on MAC hash
2011-02-15 Denys Vlasenkoecho: fix SEGV when run with no args
2011-02-15 Denys Vlasenkowget: check for final write errors for -O FILE too
2011-02-15 Gilles EspinasseAdd the help text for 'position independent executable...
2011-02-15 Denys Vlasenkomodprobe: fix "modprobe -l name-with-dash"
2011-02-15 Denys Vlasenkomodinfo: trivial optimizations
2011-02-15 Lauri Kasanenmodinfo: show firmware and depends fields
2011-02-14 Denys Vlasenkowget: make "wget -O FILE URL1 URL2" concatenate output
2011-02-14 Pere Orgawget: fix SEGV with multiple urls and redirection
2011-02-14 Denys Vlasenkohush: do not print killer signal's name for SIGPIPE
2011-02-14 Denys Vlasenkoecho: fix ENOSPC detection and some iffy code in \NNN...
2011-02-14 Vladislav Grishenkoudhcpc: use more correct, and more importantly, more...
2011-02-14 Denys Vlasenkoreverted LINHIB0001 swap signature addition
2011-02-13 Dan FandrichMove stpcpy replacement function into libbb
2011-02-13 Denys Vlasenkomktemp: make it more compatible with GNU coreutils 8.4
2011-02-13 Denys Vlasenkofix bug 3223 (parameter loading problem for 2.4 kernels)
2011-02-13 Denys Vlasenkowget: support multiple URLs on command line even withou...
2011-02-13 Denys Vlasenkowget: support multiple URLs on command line
2011-02-12 Denys Vlasenkotypo fix in comment
2011-02-12 Denys Vlasenkofind: trim help text a bit
2011-02-12 Denys Vlasenkofind: remove the hack we use to parse options first...
2011-02-12 Denys Vlasenkofind: print/print0/prune _can_ be inverted, fix it
2011-02-12 Denys Vlasenkofind: document ! (not) operator
2011-02-12 Denys Vlasenkofind: help text: PATH must be first
2011-02-12 Denys Vlasenkofind: yet another tweak to help text
2011-02-12 Denys Vlasenkofind: fix help text about -prune: it also does assume...
2011-02-12 Denys Vlasenkofind: significantly improve hext text. +116 bytes
2011-02-12 Denys Vlasenkotypo fix
2011-02-11 Denys Vlasenkowget: display 100% at the _end_ of chunked download
2011-02-11 Denys Vlasenkowget: chunked mode fix. Closes bug 3229
2011-02-11 Denys Vlasenkowget: explain clearerr more clearly
2011-02-11 Denys Vlasenkowget: correctly handle rare case when we get EAGAIN...
2011-02-11 Denys Vlasenkoprogress meter: fix bugs found in stall detection and...
2011-02-11 Denys Vlasenkoprogress meter: move file name to bb_progress_t. +20...
next