platform/upstream/busybox.git
2011-02-10 Denys Vlasenkogetty: extend its config help
2011-02-10 Denys Vlasenkoreset: "ESC(K" selects German, why do we use THAT?...
2011-02-10 Denys Vlasenkosave 10 bytes on strings
2011-02-10 Denys Vlasenkowget: remove functions which retry on EINTR
2011-02-10 Denys Vlasenkofix trivial build failure
2011-02-10 Denys Vlasenkowget: use FEATURE_COPYBUF_KB-sized buffer. Much faster...
2011-02-10 Denys Vlasenkotc: less ugly check for bad sizeof(G)
2011-02-09 Denys Vlasenkoiproute: fix handling of "dev IFACE" selector
2011-02-09 Denys Vlasenkoscripts/mkconfigs: don't use invalid basic regexp
2011-02-08 Denys Vlasenkouse unistd.h before _POSIX_VERSION
2011-02-08 Denys Vlasenkoash: fix TMOUT not restoring tty attributes
2011-02-07 Denys Vlasenkoincorporate header fixes proposed in bug 3097
2011-02-07 Denys Vlasenkoscripts/kconfig/mconf.c: stop-gap fix for buffer overflow
2011-02-07 Denys Vlasenkoecho: do not retry on write errors
2011-02-06 Denys Vlasenkotypo fix
2011-02-06 Denys Vlasenkotar: fix a bug where autodetection messes up -z on...
2011-02-06 Mike Frysingerrunlevel/wall: depend on utmp feature
2011-02-06 Denys Vlasenkoudhcpc: fix a problem with binary-encoded options
2011-02-06 Denys Vlasenkoping: trivial simplification. -2 bytes
2011-02-05 Denys Vlasenkoping: fix IPv6 pinging. Closes bug 3187
2011-02-05 Dan FandrichLet fbsplash display images even when a second buffer...
2011-02-05 Reuben Dowleubimkvol,ubirmvol,ubirsvol: new applets
2011-02-04 Denys Vlasenkoash: optional support for $TMOUT variable
2011-02-04 Denys Vlasenkoash: cosmetic cleanups
2011-02-03 Denys Vlasenkolibbb: spawn should remove child which failed to exec
2011-02-03 Denys Vlasenkotar: support -T - and -X -
2011-02-02 Denys Vlasenkowhitespace fixes
2011-02-02 Denys Vlasenkomove nofork_save_area from libbb.h to vfork_daemon_rexec.c
2011-02-02 Denys Vlasenkohush: use FEATURE_SH_NOFORK to enable NOFORK trick
2011-02-02 Denys Vlasenkolibbb: make BB_EXECVP/LP try to exec real binary if...
2011-02-01 Denys Vlasenkops: implement -o stat
2011-02-01 Denys Vlasenkomodprobe/insmod: fix parameter quoting
2011-02-01 Denys Vlasenkorevert commit 1396221d5a741ef8e1e8abca88836b341a3cab84
2011-01-31 Lauri Kasanendf,find_mount_point: optionally don't ignore rootfs
2011-01-31 Denys Vlasenkofdisk_osf: simplify ifdef (incidentally, adds support...
2011-01-31 Denys Vlasenkotar: add -h and -T to help text
2011-01-28 Denys Vlasenkolibbb/copy_file.c: use smallints instead of signed...
2011-01-26 Denys Vlasenkogetty: fix "ifdef CMSPAR"
2011-01-26 Denys Vlasenkogetty: restore CRTSCTS comment
2011-01-26 Denys Vlasenkoid: fix inverted if (!ENABLE_DESKTOP)
2011-01-26 Denys Vlasenkogetty: do clear CLOCAL and CRTSCTS unless told otherwise
2011-01-26 Denys Vlasenkogetty: do not clear all c_cflag's (we were clearing...
2011-01-26 Peter Korsgaardgetty: wait up to 5 seconds for the output buffer to...
2011-01-26 Denys Vlasenkostty: cosmetic fix to settings table; no code changes
2011-01-26 Denys Vlasenkogetty: document bits we don't set - maybe we should...
2011-01-26 Denys Vlasenkogetty: add ECHOE explanation
2011-01-26 Denys Vlasenkogetty: explain every bit in termios; remove redundant...
2011-01-26 Denys Vlasenkodisable length applet. ${#var} and echo -n "$var" ...
2011-01-26 Alexander Shishkindiff: return 1 when skipping directories with -r, but...
2011-01-25 Denys Vlasenkomove utmp.h include to libbb.h
2011-01-25 Denys Vlasenkotop: replace %MEM with %VSZ in header text
2011-01-25 Davide Cavalcaadd ENABLE_FEATURE_SYSTEMD and use it in syslogd
2011-01-25 Denys Vlasenkotop: document a debugging script
2011-01-24 Denys Vlasenkonicer looking ifdef in libbb/makedev.c
2011-01-24 Denys Vlasenkogetty: flush _only_ input after switching to the next...
2011-01-24 Denys Vlasenkostty: enable line discipline display and change code...
2011-01-24 Denys Vlasenkogetty: simplify macros; improve VSWTC[H] compat
2011-01-24 Chris ReesFreeBSD compat for match_fstype
2011-01-24 Chris ReesFreeBSD compat for makedev
2011-01-24 Chris ReesFreeBSD compat
2011-01-24 Chris ReesFreeBSD compat
2011-01-24 Denys Vlasenkostty: make swtch and iutf8 visible/settable
2011-01-24 Denys Vlasenkogetty: more simplifications; explain how we treat parit...
2011-01-24 Denys Vlasenkogetty: simplify code by going to more straignforward...
2011-01-23 Denys Vlasenkolibbb: make ndelay_no/off a bit more clever. +14 bytes
2011-01-23 Denys Vlasenkogetty: add sleep before initial tcdrain; reduce another...
2011-01-23 Denys Vlasenkogetty: use cfsetspeed to save some bytes; cosmetic...
2011-01-22 Davide Cavalcahwclock: implement --systz
2011-01-22 Denys Vlasenkowc: fix swapped -c and -m
2011-01-22 Denys Vlasenkopltaform.h: move include of stdint.h before uint16_t...
2011-01-22 Denys Vlasenkogetty: more correct check for O_RDWR
2011-01-22 Denys Vlasenkogetty: comment out parity detection code; improve usage...
2011-01-21 Denys Vlasenkosvlogd: extend usage text. +70 bytes
2011-01-21 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2011-01-21 Denys Vlasenkofix compile error on non-x86 architectures
2011-01-20 Denys Vlasenkoeliminate aliasing warnings in traceroute.c and udhcp...
2011-01-20 Denys Vlasenkoeliminate aliasing warning in networking/route.c
2011-01-20 Denys Vlasenkoifplugd: eliminate aliasing warnings
2011-01-19 Chris Reessighandler_t definition for BSD
2011-01-18 Denys Vlasenkohush: improve prompt in nested {}s, remove unused in_st...
2011-01-18 Denys Vlasenkohush: fix "cmd & <newline>" problem
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
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
next