platform/upstream/busybox.git
2012-01-31 Denys Vlasenkovi: move mark[i] pointers if text[] moves after realloc
2012-01-30 Sergey Naumovlogin: -f should not ask for password even with PAM
2012-01-30 Denys Vlasenkoinit: add a segv debugging aid, disabled by default
2012-01-30 Paulius Zaleckasgen_build_files.sh: exclude hidden directories
2012-01-30 Javier Vigueramdev: fix wrong sizeof
2012-01-18 Quentin Casasnovasbootchartd: add process accounting feature
2012-01-18 Javier Viguerafind_mount_point: fix find_mount_point for char devices
2012-01-16 Denys Vlasenkovconfig: fix help text; small code shrink. Closes 4658
2012-01-15 Denys Vlasenko*: better comments on termios manipulations. No code...
2012-01-15 Denys Vlasenkoshell_builtin_read: set cc[VMIN] to 1; lineedit: don...
2012-01-15 Denys Vlasenkosed: fix possible case of signed char bug; expand debug...
2012-01-11 Denys Vlasenkomke2fs: do not zero out first kilobyte. Closes 3247
2012-01-10 Denys Vlasenkomdev: do not treat non-leading '#' chars as start of...
2012-01-09 Denys Vlasenkoacpid: close fds which are reported as dead (POLLERR...
2012-01-08 Denys Vlasenkopasswd,cryptpw: make default encryption algorithm confi...
2012-01-08 Denys VlasenkoMove include <shadow.h> close to pwd.h and grp.h includes
2012-01-08 Denys VlasenkoMove Adroid endgrent() and endpwent() NOPS to libbb.h
2012-01-06 Denys Vlasenkolibpwdgrp/pwd_grp.c: use same static buffer for all...
2012-01-06 Denys Vlasenkolibpwdgrp/pwd_grp.c: set opened /etc/{passwd,group...
2012-01-06 Denys Vlasenkoplatform.h: define endgrent() and endpwent() as no...
2011-12-22 Denys Vlasenkolibbb/bb_strtonum: always set end ptr, even on error...
2011-12-22 Alexey Fomenkokill: fix segfault in arguments parsing
2011-12-20 Denys Vlasenkoash: in standalone mode, search in $PATH if /proc/self...
2011-12-20 Denys Vlasenkomakemime: tweak help text: -a HDR can be repeated
2011-12-19 Denys Vlasenkohttpd: don't drop/abuse QUERY_STRING when /cgi-bin...
2011-12-18 Denys Vlasenkowget: fix use-after-free on redirect
2011-12-18 Denys Vlasenkolibbb: remove is_directory's argument which is always...
2011-12-18 Denys Vlasenkohttpd: remove redundant NULL assignment and save one...
2011-12-16 Michael McTernanudhcp: finish support of classless static routes (now...
2011-12-16 Michael McTernanudhcp: finish support of classless static routes
2011-12-16 Paulius Zaleckasvconfig: remove /proc/net/vlan/config check
2011-12-16 Denys Vlasenkohttpd: fix /../ sanitization (had one extra semicolon...
2011-12-15 Denys Vlasenkoash: document bash's exit code too. No code changes
2011-12-15 Denys Vlasenkoash: add comment about bash's ENOEXEC handling. No...
2011-12-15 Denys Vlasenko*: style fixes. no code changes
2011-12-15 Lauri Hintsalaifupdown: remove interface from state_list if iface_up...
2011-12-15 Daniel Fandrichconfigs/android_defconfig: update
2011-12-14 walter harmstouch: add new option FEATURE_TOUCH_SUSV3
2011-12-13 Denys Vlasenkotouch: document -t DT option in help text
2011-12-08 Denys Vlasenkoudhcpc: sanitize hostnames in incoming packets. Closes...
2011-12-06 Denys Vlasenkoiproute: fix help text
2011-12-06 Denys Vlasenkoblkid: make help text show [BLOCKDEV]...
2011-12-06 Denys Vlasenkovolume_id/get_devname: trivial code shrink
2011-12-05 Denys Vlasenkosuppress a "integer overflow in expression" waring...
2011-12-05 Tristan SchmelcherFix link failure on some platforms when PAM is enabled
2011-12-05 Denys Vlasenkoinit: code shrink -4 bytes
2011-12-05 Denys Vlasenkoinit: utmp update of DEAD_PROCESS was misplaced, and...
2011-11-29 Pascal Bellardhttpd: small fixes to previous change
2011-11-29 Pascal Bellardhttpd: make it possible to use system passwords for...
2011-11-28 Denys Vlasenkoold_e2fsprogs/blkid: close the fd after we are done...
2011-11-28 Denys Vlasenkovi: fix [end] key handling
2011-11-23 Daniel Fandrichrx: fix file corruption on block checksum failure
2011-11-22 Denys Vlasenkonommu: fix cases where we mangle argv[0][0]
2011-11-21 Daniel FandrichAdded a few more features to android_defconfig
2011-11-21 Denys VlasenkoMerge branch 'master' of git+ssh://busybox.net/var...
2011-11-19 Denys Vlasenkomakemime: document our current behavior. Tweak help...
2011-11-19 Denys Vlasenkomakemime: content-type should default to application...
2011-11-19 Denys Vlasenkosendmail: fix a mistake in previous commit
2011-11-18 Denys Vlasenkosendmail: stop doing -t unconditionally; makemime:...
2011-11-18 Denys Vlasenkohexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes...
2011-11-18 Denys Vlasenkoudhcpc: shrink code by setting xid more economically
2011-11-17 Denys Vlasenkolibbb.h: add check for bad off_t size detection
2011-11-16 Denys Vlasenkolibbb.h: tighten up macro code
2011-11-16 Denys Vlasenkoudhcpc6: rudimentary code to export data to script...
2011-11-10 Denys Vlasenkoapplets_sh/nologin: an applet implemented as shell...
2011-11-10 Denys Vlasenkomount: resolve hosts to IPs in nfs mounts
2011-11-10 Denys Vlasenkomount: make FEATURE_MOUNT_NFS not needed for Linux...
2011-11-10 Dave Lovemount: support -o noacl
2011-11-09 Bernhard Reutner... Config: clarify {SHOW,VERBOSE,COMPRESS}_USAGE
2011-11-09 Peter Korsgaardbb_daemonize_or_rexec(): add flag to double-fork; use...
2011-11-08 Denys Vlasenkoudhcpc[6]: tweak help text, remove -B from udhcpc6...
2011-11-07 Denys Vlasenkoudhcpc6: set hop limit to 1 in emitted raw packets
2011-11-07 Denys Vlasenkoudhcpc6: fix endianness
2011-11-07 Denys Vlasenkoudhcpc6: new applet. Not yet functional.
2011-11-07 Denys Vlasenkoudhcpc: trim help text, rename badly-named variable
2011-11-06 Denys Vlasenkoudhcpc: code shrink
2011-11-05 Denys Vlasenkoudhcpc: remove workaround for bugs in Win98 dhcp server...
2011-11-05 Denys Vlasenkoudhcpc: reuse string constant; remove unneeded memset(0)
2011-11-05 Denys Vlasenkoudhcpc: deprecate --hostname NAME
2011-11-04 Denys Vlasenkolineedit: fix build failure
2011-11-03 Denys Vlasenkolineedit: add support for M-b, M-f, M-d, M-Backspace
2011-11-03 Daniel Fandrichandroid build system updates
2011-11-03 Denys Vlasenkorx: code shrink
2011-11-03 Dan Fandrichrx: Fix file corruption with duplicate blocks
2011-11-03 Karol Lewandowskimount: handle list of comma-separated fs types in ...
2011-11-03 Denys Vlasenkomount: free commented /etc/filesystems lines when we...
2011-11-01 Denys Vlasenkonmeter: fix block i/o count on newer Linux kernels
2011-10-31 Denys Vlasenkocttyhack: move /sys/class/tty/console/active check...
2011-10-31 Alexander Shishkincttyhack: print detected ctty name when called without...
2011-10-31 Denys Vlasenkotestsuite: merge bzcat2.tests into bzcat.tests
2011-10-31 Denys Vlasenkotestsuite: fix the mishap in the previous commit
2011-10-31 Denys Vlasenkobzcat: fix unpacking of more than one file, and unpacki...
2011-10-30 Denys Vlasenkomodinfo: make it select PLATFORM_LINUX. Closes 4411
2011-10-30 Denys Vlasenkogetty: Hurd has no CBAUD, work around that
2011-10-28 Denys Vlasenkomakemime: fix -a option not taking parameter
2011-10-28 Christian Engelmayersyslogd: work around rename() not renaming hardlinks...
2011-10-28 Denys Vlasenkolibbb: shrink base64 decoding a bit
2011-10-28 Denys Vlasenkowhitespace fixes
2011-10-28 Leonid Lisovskiylibbb: split decode_base64 off read_base64
2011-10-24 Denys Vlasenkolibbb.h: remove unused defines
next