platform/upstream/busybox.git
2009-01-31 Denis Vlasenkoinit: remove wait() loop on restart, it may be dangerous
2009-01-31 Denis Vlasenkoinit: fix a bug where on reload order of entries might...
2009-01-31 Denis Vlasenkomodutils-24: use xasprintf and xzalloc where appropriate,
2009-01-31 Denis Vlasenkoinit: small correction in a comment
2009-01-31 Denis Vlasenkoinit: major improvement in documentation and signal...
2009-01-31 Denis Vlasenkoinit: preparatory patch, no code changes
2009-01-29 Denis Vlasenkoinit: reinstate proper handling of !ENABLE_FEATURE_USE_...
2009-01-28 Denis Vlasenkoinit: reduce ifdef forest (specially for Rob's happiness)
2009-01-27 Bernhard Reutner... - be gentle to syntax highlighting
2009-01-27 Bernhard Reutner... - update Michele address
2009-01-25 Denis Vlasenkoawk: in BEGIN section $0 should be "", not "0".
2009-01-24 Denis Vlasenkotraceroute: allow -w NUM as small as 1
2009-01-24 Denis Vlasenkotraceroute: rewrite. Do not emit raw IP packets, instea...
2009-01-24 Denis Vlasenkotraceroute: preparatory trivial cleanups
2009-01-23 Denis Vlasenkotunctl: new applet by Vladimir
2009-01-22 Bernhard Reutner... - add CONFIG_EXTRA_CFLAGS (thanks to keesj)
2009-01-20 Denis Vlasenkotar: stop changing net tarfile's mode, GNU tar doesn...
2009-01-19 Denis Vlasenkouname: use wider integer for option bits
2009-01-19 Denis Vlasenkouname: add support for -i and -o, fix printing of unkno...
2009-01-14 Denis Vlasenkodhcpc: suppress "warning: 'timestamp_before_wait' might...
2009-01-13 Denis Vlasenkolibbb: shrink linked list ops (by xmaks AT email.cz)
2009-01-12 Denis Vlasenkodepmod: fix -b option (by timo.teras AT iki.fi)
2009-01-12 Denis Vlasenkoadduser: allow adding to group 0; don't _create_ /etc...
2009-01-12 Denis Vlasenkomdev: fix breakage caused by unified parser usage
2009-01-10 Bernhard Reutner... - use https for bugzilla URLs
2009-01-09 Bernhard Reutner... - isascii() is obsolescent in SUSv4 and furthermore...
2009-01-08 Mike Frysingerdo not whine if /sys/block does not exist ... embedded...
2009-01-08 Denis Vlasenkosysctl: fix another corner case with "dots and slashes"
2009-01-04 Denis Vlasenkoprintf: make integer format strings print long long...
2009-01-01 Denis Vlasenkoudhcpd: disable opton to have absolute lease times...
2008-12-31 Denis Vlasenkowebsite: announce 1.13.2 amd 1.12.4
2008-12-30 Denis Vlasenkodc: fix the "base 2" patch omission of base not being set
2008-12-30 Denis Vlasenkolibbb: add bb_unsetenv (taken from hush).
2008-12-29 Denis Vlasenkosysctl: fix gcc warning (false positive)
2008-12-26 Denis Vlasenkounexpand: fix incorrect expansion, add test for it
2008-12-25 Denis Vlasenkos/an user/a user/
2008-12-24 Denis Vlasenko*: tweak error messages
2008-12-23 Denis Vlasenkolibbb: introduce and use xmalloc_ttyname (-32 in bss).
2008-12-22 Bernhard Reutner... - we already have an impl for man
2008-12-18 Bernhard Reutner... Add fancy svn browser thingy (via Lance Albertson of...
2008-12-18 Bernhard Reutner... Update links to new site locations (via Lance Albertson...
2008-12-15 Denis Vlasenkoash: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit...
2008-12-14 Denis Vlasenkoexpand: fix incorrect expansion exactly on tab boundary...
2008-12-14 Denis Vlasenkowatchdog: build fixes, no code changes
2008-12-12 Denis Vlasenkoheader_verbose_list: show off_t size, not cast to ...
2008-12-10 Denis Vlasenkolibiproute: fix buggy open check: s/if (fd)/if (fd...
2008-12-10 Denis Vlasenkoash: printf builtin with no arguments should not exit
2008-12-10 Denis Vlasenkomount: make it more readable
2008-12-10 Denis Vlasenkoplacate Rob's qualms about mount.c
2008-12-10 Denis Vlasenkoadd a note that SO_BINDTODEVICE needs padded iface...
2008-12-10 Denis Vlasenkobb_info_msg: make it do atomic, unbuffered writes
2008-12-10 Denis Vlasenko*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ...
2008-12-09 Denis Vlasenkosyslogd: comment out file locking;
2008-12-09 Denis Vlasenkoinit: do not eat last char in messages;
2008-12-08 Denis Vlasenkooptimize 16- and 32-bit moves
2008-12-07 Denis Vlasenkolibbb: move crypt_make_salt() to pw_encrypt.c, reuse
2008-12-07 Denis VlasenkoFix forgotten license comments
2008-12-05 Denis Vlasenkomount: cosmetics, no code changes (verified with objdum...
2008-12-05 Denis Vlasenkolibbb: add xgetgrnam too. ~0 code size change
2008-12-04 Denis Vlasenkolibbb/crypt: code shrink
2008-12-04 Bernhard Reutner... - -4b and use proper define; add license note
2008-12-04 Denis Vlasenkoclarify which version of crond is known to put tasks...
2008-12-04 Denis Vlasenkoiproute: fix ipXXX utilities trying to parse their...
2008-12-04 Denis VlasenkoFold mkpasswd applet into cryptpw.
2008-12-03 Denis Vlasenkoiptunnel: fix problems with including linux/ip_tunnel.h
2008-12-03 Denis Vlasenkolibbb: introduce and use xgetpwnam. ~ -150 bytes.
2008-12-03 Bernhard Reutner... - remove superfluous comment from previous commit
2008-12-03 Bernhard Reutner... - add new applet mkpasswd(1)
2008-12-03 Denis Vlasenkoash: remove TODO which seems to actually work now.
2008-12-03 Denis Vlasenkocrond: use bb_setpgrp, not setpgrp
2008-12-03 Denis Vlasenkoash: finally installed it as /bin/sh on my machine.
2008-12-02 Denis Vlasenkolibbb: password/group function helpers rewritten by...
2008-12-02 Denis Vlasenkocrond: put tasks in separate process groups
2008-12-02 Denis Vlasenkovconfig: style fix, no code changes
2008-12-02 Denis Vlasenkolibbb: add strncpy_IFNAMSIZ
2008-12-01 Denis Vlasenko...and exclude LC_ALL too
2008-12-01 Denis Vlasenkobuild system: fix sorting + locale in make objsizes
2008-11-30 Denis Vlasenkovolume_id/fat: careful with sector#, it may not fit...
2008-11-29 Denis Vlasenkoinit: O_NONBLOCK needs more thought. reverted for now
2008-11-29 Denis Vlasenkomountpoint: add -n option (by Vladimir)
2008-11-29 Denis Vlasenkoinotifyd: save resourses by closing unused inotify...
2008-11-29 Denis Vlasenkoacpid: new applet by Vladimir. +737 bytes
2008-11-29 Denis VlasenkoAnnounce 1.13.1 and 1.12.3
2008-11-28 Denis Vlasenkoash: add FIXME
2008-11-28 Denis Vlasenkoash: "ash: syntax error: XXX unexpected" -> "ash: synta...
2008-11-28 Denis Vlasenkoash: shrink on top of previous change
2008-11-28 Denis Vlasenkoash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'
2008-11-25 Denis Vlasenkoremove a few superfluous includes
2008-11-25 Denis Vlasenkoash,hush: add TODO for rare build failure
2008-11-25 Denis Vlasenkoash: fix bad interaction between ash -c '....&' and...
2008-11-24 Denis Vlasenkotimeout: fix a few bugs. vda is stupid
2008-11-24 Denis Vlasenkotrim help text a bit
2008-11-24 Denis Vlasenkotimeout: new applet. 370 bytes. by Roberto Foglietta.
2008-11-24 Denis Vlasenkovi: speedup and code shrink (Walter Harms)
2008-11-23 Denis Vlasenkostrings: code shrink -22 bytes by Tito
2008-11-23 Denis Vlasenkodiff: emit /dev/null if diff -rN diffs a file against...
2008-11-22 Bernhard Reutner... - documentation fix
2008-11-22 Denis Vlasenkohttpd: set $HOST to Host: header value. +83 bytes.
2008-11-22 Denis Vlasenkomodutils-24: small fixes by Harald Kuthe (harald-tuxbox...
2008-11-22 Denis Vlasenkonetworking/interface.c: better readability (by Walter...
next