platform/upstream/busybox.git
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
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
next