platform/upstream/busybox.git
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
2010-10-03 Denys Vlasenkontpd: allow peer-less (standalone stratum 1 server...
2010-10-03 Rob Landleypatch: tweaks
2010-10-03 Denys Vlasenkohush: remove "doesn't support brace expansion" from...
2010-10-03 Denys Vlasenkohush: remove brace expansion from TODO list in comments...
2010-10-03 Denys Vlasenkohush: small code shrink
2010-10-03 Denys Vlasenkohush: add brace expansion testcase
2010-10-03 Denys Vlasenkohush: implement brace expansion
2010-10-03 Denys Vlasenkohush: preparatory patch, no code changes
2010-10-02 Denys Vlasenkogrep: cap insane -B NUM values to MAX_INT / 8. Fixes...
2010-10-01 Dan FandrichMarked some more applets NOEXEC/NOFORK
2010-10-01 Denys Vlasenkofree: document newly added options
2010-10-01 Denys Vlasenkofree: add -b/k/m/g options; remove 4 TB limitation...
2010-09-30 Denys Vlasenkohalt/poweroff/reboot: unify help text
2010-09-30 Denys Vlasenkodeluser: use the same licensing template in the header...
2010-09-26 Souf Ouedacpid: add config file and map file
2010-09-25 Vladislav Grishenkoudhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_R...
2010-09-25 Denys Vlasenkostyle fix. no code chages
2010-09-25 Denys Vlasenkoash: fix signal and "set -e" interaction
2010-09-25 Denys Vlasenkomodprobe-simple; do not error out on "rmmod module...
2010-09-24 Denys Vlasenkosleep: fix fractional arguments in non-POSIX locale
2010-09-23 Nguyễn Thái... wget: flush output to network before receving reply
2010-09-23 Rob Landleynbd-client: new applet
2010-09-22 Harald Beckerdeluser: make it simpler, fix inability to delete user...
2010-09-21 Denys Vlasenkohush: use smaller EXP_FLAG_foo constants
2010-09-19 Dan Fandrichfix build failure for pmap
2010-09-17 Denys Vlasenkoshell/math: better comment. no code changes
2010-09-16 Denys Vlasenkomove read_base64 to libbb/uuencode.c
2010-09-16 Denys Vlasenkolibbb: merge mail and uudecode's base64 decoders
2010-09-16 Denys Vlasenkohush: move shell_ver from globals to main's stack.
2010-09-16 Denys Vlasenkosimpler check for od
2010-09-16 Denys Vlasenkobuild system: test that od is present in the host system
2010-09-16 Denys Vlasenkoshell/math: deconvolute and explain ?: handling. Give...
2010-09-15 Denys Vlasenkoshell/math: return string error indicator, not integer
2010-09-14 Denys Vlasenkosleep: make it non-NOFORK. Fixes ^C in standalone shell
2010-09-13 Denys Vlasenkoshell/math.c: stop using bss variable
2010-09-13 Denys Vlasenkoshell/math.c: rename arith_eval_hooks to arith_state...
2010-09-13 Denys Vlasenkoshell/math.c: small code shrink; fixed incomprehensible...
2010-09-12 Denys Vlasenkoshell: small code shrink
next