oweals/busybox.git
2010-03-11 Denys Vlasenkoawk: code shrink
2010-03-11 Denys Vlasenkoawk: code shrink; style fixes
2010-03-11 Denys Vlasenkoawk: be more paranoid when freeing loop variable; make...
2010-03-11 Denys Vlasenkoawk: add two tests we currently fail
2010-03-10 Denys Vlasenkoawk: simple code shrink
2010-03-10 Denys Vlasenkoawk: fix the case where nested "for" loops with the...
2010-03-10 Denys Vlasenkopopmaildir: give examples in help text. +91 byte
2010-03-09 Tomas Heinrichlineedit: invalid unicode characters are replaced with...
2010-03-08 Denys Vlasenkoshell/ulimit: code shrink by 10 bytes
2010-03-08 Denys Vlasenkolibbb/loop.c: move #include to its user, improve comment
2010-03-08 Denys Vlasenkowc: compat: make "wc -c ONE_FILE" not print leading...
2010-03-08 Denys Vlasenkoinclude/fix_u32.h: fix trivial compile breakage :(
2010-03-06 Denys Vlasenkolibbb/loop.c: use common fix_u32.h trick
2010-03-06 Denys Vlasenkohush: use ash's ulimit builtin; make it more more bash0...
2010-03-05 Denys Vlasenkotftp: do not show progress bar if we get error right...
2010-03-05 Denys Vlasenko*: use NULL for null pointers
2010-03-05 Denys Vlasenkolibbb/loop.c: style and readability fixes, no code...
2010-03-04 Denys Vlasenkotop: make 's' display easier to understand
2010-03-03 Denys Vlasenkomodprobe: remove 2k limit on /proc/cmdline
2010-03-03 Denys Vlasenkoping: do not leak data from stack; shrink
2010-03-02 Denys Vlasenkohead,tail: trim help text; make suffixes unconditional...
2010-03-02 Denys Vlasenko*: do not check for POLLIN/POLLOUT only, just in case...
2010-02-28 Thomas Geuligsyslog: allow multiple -R options
2010-02-27 Denys Vlasenkomodprobe: pick up module options from /proc/cmdline too
2010-02-27 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2010-02-27 Denys Vlasenko*: gethostname-related fixes
2010-02-26 Bernhard Reutner... Config: fix alphabetical ordering
2010-02-26 Bernhard Reutner... tail: document FANCY flags in helptext
2010-02-26 Bernhard Reutner... df: explain FANCY options in helptext
2010-02-26 Bernhard Reutner... reuse a few strings
2010-02-26 Denys Vlasenkosu: move restricted_shell into su.c (the only user)
2010-02-26 Denys Vlasenkosetup_environment(): eliminate one parameter
2010-02-26 Bernhard Reutner... crontab: use setup_environment
2010-02-26 Bernhard Reutner... free: silence warning about unused argv
2010-02-26 Alexander Shishkinawk: skip whitespace between array name and subscript
2010-02-25 Bernhard Reutner... find: tweak error message
2010-02-24 Denys Vlasenkotypo fixes
2010-02-24 Denys Vlasenkomdev: fix subsystem passing (new kernels broke it again...
2010-02-24 Denys Vlasenkofdisk: do not treat names ending in '0' as partitions
2010-02-24 Denys Vlasenkotweak README (s/svn/git)
2010-02-21 Denys Vlasenkoinstall: strip before mode/uid/gid is set, not after.
2010-02-21 Harald Beckerloadfont/setfont: optional PSF2 font support
2010-02-21 Denys Vlasenkofree: code shrink
2010-02-21 Denys VlasenkoReplace __uClinux__ define with !BB_MMU
2010-02-21 Denys Vlasenkofix bug 1087. Fix by Leonid (lly.dev AT gmail.com)
2010-02-19 Denys Vlasenkofix typos in comments and doc
2010-02-19 Denys Vlasenkofix Unicode build on glibc
2010-02-19 Denys Vlasenkonetstat: fix a trivial bug
2010-02-14 Bernhard Reutner... usage: fix typo
2010-02-14 Denys Vlasenkodelete forgotten chunk in prev commit
2010-02-14 Denys Vlasenkotrim help text
2010-02-13 Denys Vlasenkotrim/regularize help text
2010-02-11 Joakim Tjernlundgunzip: inflate_codes(): add fix from upstream gzip...
2010-02-11 Joakim Tjernlundinclude/platform.h: PowerPC can also do unaligned access
2010-02-11 Denys Vlasenkowget: fix bug 1057 "busybox wget segfaults with http_pr...
2010-02-10 Bernhard Reutner... wget: ignore --no-check-certificate
2010-02-08 Denys Vlasenkocompat and warning fixes
2010-02-08 Denys Vlasenkolibbb/md5.c: remove wrong comment
2010-02-08 Vladimir Dronnikovvolume_id/linux_swap: detect suspended image signatures too
2010-02-08 Denys Vlasenkohush: note a FIXME
2010-02-07 Denys VlasenkoshaNNNsum: accept and ignore -b and -t
2010-02-07 Bernhard Reutner... bloat-o-meter: convert to print() calls
2010-02-07 Bernhard Reutner... bloat-o-meter: fix quadric behavior in alias resolution
2010-02-07 Denys Vlasenkodnsd: add -s option. This allows (clumsy) operation...
2010-02-07 Denys Vlasenkodnsd: add more -v messages
2010-02-06 Denys Vlasenkodnsd: better usage text
2010-02-06 Denys Vlasenkodnsd: fix one big-endian goof; add a TODO about RA bit
2010-02-06 Denys Vlasenkoadduser: copy /etc/skel to mew homes. +100 bytes
2010-02-06 Denys Vlasenkocosmetic fixes
2010-02-06 Denys Vlasenkohexdump: fix "hexdump nonexistent_file" handling
2010-02-06 Denys Vlasenkowhitespace fix
2010-02-05 Denys Vlasenkoudhcp[cd]: fix aliasing warnings
2010-02-05 Denys Vlasenkoawk: remove wrong comment
2010-02-05 Denys Vlasenko*: fix 1/4 remaining aliasing warnings
2010-02-04 Denys Vlasenko*: eliminate more aliasing warnings
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2010-02-04 Dan Fandrichdiff: more compiler compat fixes. no code changes
2010-02-03 Dan Fandrichdiff: make code more portable
2010-02-03 Denys Vlasenkolibbb: fix bb_ask() to operate on correct fd
2010-02-02 Bernhard Reutner... bloat-o-meter: teach it to handle aliases
2010-02-02 Denys Vlasenkomkfs_ext2: fix bad comment. no code changes
2010-02-02 Denys Vlasenkomore thorough fix for systems with strange socklen_t
2010-02-02 Denys Vlasenkostat: get rid on intmax_t
2010-02-02 Denys Vlasenkotftpd: fix file creation with bogus mode. Closes bug...
2010-02-01 Denys VlasenkomkXXXX: unify [KBYTES] parameter handling (added it...
2010-02-01 Denys Vlasenkodocs/unicode.txt: added more TODOs
2010-02-01 Denys Vlasenkoadd unicode.txt
2010-02-01 Denys Vlasenkoremove now-unneeded memset
2010-02-01 Denys Vlasenkomake echo -e "foo\nfoo" | passwd USER work
2010-01-31 Denys Vlasenkobetter wording in Config
2010-01-31 Denys Vlasenkounicode: exclude FDD0..FDEF range too
2010-01-31 Denys Vlasenkoexclude more invalid unicode chars
2010-01-31 Denys Vlasenkotypo fix
2010-01-31 Denys Vlasenkols: fix handling of broken unicode sequences
2010-01-31 Denys Vlasenkols: unicode fixes
2010-01-30 Denys Vlasenkocal: add a unicode test
2010-01-30 Denys Vlasenkofurther work on unicodization
2010-01-30 Denys Vlasenkofix Unicode config option limits and some comments...
2010-01-29 Denys Vlasenkosyslog: remove stray umask(0)
2010-01-29 Denys VlasenkoExample Unicode files
next