platform/upstream/busybox.git
2010-10-25 Marek Polacekpowertop: new applet
2010-10-25 Kevin Cernekeefdisk: initial stab at GPT partition support
2010-10-24 Denys Vlasenkoinit: do not sleep forever on usage errors
2010-10-24 Denys Vlasenkosha1: small tweak for clearer code, no logic changes
2010-10-24 Denys Vlasenkosha1: use Rob's code, it's smaller and faster
2010-10-24 Denys Vlasenkomd5/sha1sum: code shrink
2010-10-24 Denys Vlasenkoumount: I forgot to change another PATH_MAX to 4096
2010-10-24 Denys Vlasenkofinish busybox.1 renaming
2010-10-24 Rob Landleyawk: reduce ifdef forest
2010-10-24 Denys VlasenkoEnglish fixes to docs/smallint.txt
2010-10-24 Denys Vlasenkoadding docs/smallint.txt
2010-10-24 Denys VlasenkoRemove check for supported libc.
2010-10-24 Denys Vlasenkoumount: do not (ab)use PATH_MAX as mntent buffer size
2010-10-24 Denys Vlasenkoremove unused SC_x (serial port names) defines
2010-10-24 Denys Vlasenkocorrect manpage name
2010-10-24 Denys Vlasenkoinit: do not clear CRTSCTS (fix from Debian bug 528560)
2010-10-23 Denys Vlasenkoawk: fix breakage in last commit
2010-10-23 Denys Vlasenkolibbb: introduce and use strcpy_and_process_escape_sequ...
2010-10-23 Denys Vlasenkoawk: fix segfault on closing non-opened file
2010-10-22 Alexander Shishkinmount: code shrink (-81 bytes)
2010-10-22 Alexander Shishkin*: introduce and use xmkstemp. -65 bytes.
2010-10-22 Alexander Shishkinsmemcap: close /proc handle upon cleaning up
2010-10-22 Alexander Shishkinnbd-client: kill unused variable (total 0 bytes)
2010-10-22 Denys Vlasenkopmap: get rid of a warning
2010-10-21 Denys Vlasenkoudhcpd: reduce stack usage by ~700 bytes. +28 bytes...
2010-10-20 Lukas Hubapatch: implement -E option
2010-10-20 Denys Vlasenkorevert last change (wrong author)
2010-10-20 Gilles Espinassepatch: implement -E option
2010-10-20 Alexander Shishkintail: free tailbuf upon cleaning up
2010-10-20 Alexander Shishkinstat: remove superfluous setXXent() calls, plug memory...
2010-10-20 Leonid Lisovskiyntpd: fix usage text and a typo in constant name
2010-10-20 Denys Vlasenkoudhcpc: exit if iface disappeared; use correct MAC...
2010-10-20 Denys Vlasenkoudhcpc: reduce stack usage by de-inlining routines...
2010-10-20 Denys Vlasenkoudhcpc: periodically reread our ifindex and mac
2010-10-20 Denys Vlasenkoudhcpc: emit maxsize option in all non-NAK type packets
2010-10-20 Denys Vlasenkodhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZE
2010-10-20 Denys Vlasenkoudhcpc: better help text
2010-10-20 Denys Vlasenkoadd/remove-shell: use O_TRUNC instead of O_EXCL
2010-10-20 Alexander Shishkinadd-shell, remove-shell: new applets
2010-10-20 Denys Vlasenko*: s/open3_or_warn/open_or_warn/ where makes sense
2010-10-20 Denys Vlasenkoudhcpc: remove now-unneeded definitions of vendor and...
2010-10-19 Denys Vlasenkoudhcpc: remove -c CLIENTID, it is hard to use, -x 61...
2010-10-19 Denys Vlasenkoudhcpc: move usage text to .c file. no code changes
2010-10-19 Denys Vlasenkodmesg: more correct skipping of <N>; use faster putchar...
2010-10-19 Denys Vlasenkoklogd: do not log partial lines
2010-10-19 Thomas Choumkmakefile: make 3.82 fix
2010-10-19 Denys Vlasenkomd5: remove outdated comment
2010-10-19 Denys Vlasenkolibbb/hash_md5_sha: use common ctx and code for md5...
2010-10-18 Baruch Siachnanddump: make oobbuf allocation dynamic
2010-10-18 Denys Vlasenkohash_md5_sha: use common finalization routine for MD5...
2010-10-18 Denys Vlasenkolibbb/hash_sha.c -> libbb/hash_md5_sha.c
2010-10-18 Denys Vlasenkolibbb: move md5 and shaN into a common source file...
2010-10-18 Denys Vlasenkomd5: length should be stored in *little-endian* order...
2010-10-18 Denys Vlasenko*: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes...
2010-10-18 Denys Vlasenko*: use SWAP_BE64 instead of open-coding it
2010-10-18 Denys Vlasenkolibbb: rename hash source files. no code changes
2010-10-18 Denys Vlasenkosort: -o FILE should create/truncate FILE
2010-10-18 Denys Vlasenko*: replace xopen3 with xopen where makes sense
2010-10-18 Baruch Siachnanddump: new applet
2010-10-17 Pascal Bellardcpio: avoid 'not created: newer or same age file exists...
2010-10-17 Pascal Bellarddepmod: accept and ignore -u, -q, -C FILE
2010-10-17 Pascal Bellardtouch: update help text
2010-10-17 Denys Vlasenkomd5: fix biuld failure on big-endian machines
2010-10-17 Kevin Cernekeedocs: Sync up AUTHORS and busybox_footer.pod
2010-10-17 Kevin Cernekeedocs: Change CVS references to Git
2010-10-17 Denys Vlasenkotypo fix
2010-10-17 Denys Vlasenkoseq: exit on write errors
2010-10-17 Vladislav Grishenkoudhcpc: fix OPTION_IP_PAIR parsing
2010-10-17 Denys Vlasenkomd5: code shrink -5 bytes
2010-10-17 Denys Vlasenkobring md5 and sha1 names closer. no code changes
2010-10-17 Denys Vlasenkomd5: code shrink
2010-10-16 Denys VlasenkoshaN: code shrink
2010-10-16 Denys Vlasenkowhitespace fix
2010-10-16 Denys Vlasenkosha512: inline rotr64
2010-10-16 Denys VlasenkoshaN: small code shrink
2010-10-16 Denys Vlasenkomd5: fix "fast" md5 broken by prev commit
2010-10-16 Denys Vlasenkotestsuite: add tests for {ms5,shaN}sum
2010-10-16 Denys Vlasenkomd5: code shrink; and use 64-byte temp buf, not 128...
2010-10-16 Denys Vlasenko*: pass md5/shaN context pointer as 1st arg, not last
2010-10-15 Denys Vlasenkomodutils/*: move help bits into corresponding .c files
2010-10-15 Denys Vlasenkolibbb/md5: code shrink
2010-10-15 Denys Vlasenkolibbb/md5: small code shrink
2010-10-15 Denys Vlasenkomodutils/*: move applet bits into corresponding *.c...
2010-10-15 Denys Vlasenkodate: move applet and usage bits to date.c
2010-10-13 Denys Vlasenkoremove runit/runit_lib.c
2010-10-12 Denys Vlasenkoinit/*: move applet/kbuild/config/help bits into applet...
2010-10-12 Denys Vlasenkotweaks to build system, mainly making menuconfig text...
2010-10-11 Denys Vlasenkoremove findutils/.gitignore, top-level one covers it
2010-10-09 Denys Vlasenkotweak help text
2010-10-08 Denys Vlasenkofix help text punctuation
2010-10-07 Denys Vlasenkotweak usage texts
2010-10-05 Denys Vlasenkodhcprelay: code shrink, and explain its workings a...
2010-10-05 Denys Vlasenkoawk: code shrink
2010-10-05 Denys Vlasenkoawk: 00.123 is not a octal constant; neither is 009...
2010-10-04 Vladimir Dronnikovsendmail: fix assumption that headers should have a...
2010-10-04 Richard Brauntune2fs: implement -c and -i options
2010-10-04 Denys Vlasenko*: whitespace fixes
2010-10-04 Denys Vlasenkowc: add support for -m
2010-10-04 Denys Vlasenkowc: preparatory patch, no logic changes
2010-10-04 Denys Vlasenkoman: add compatibility with man-db
next