platform/upstream/busybox.git
2007-11-28 Denis Vlasenkoreorganize applet table. Eliminates pointers to names.
2007-11-27 Denis Vlasenkoip route: add comment, no code changes
2007-11-26 Denis Vlasenkoiproute: fix a bug where "ip r flush table main" was...
2007-11-26 Denis Vlasenkofix vda's testsuite bogons, part 2
2007-11-26 Denis Vlasenkofix vda's testsuite bogons, part 1
2007-11-26 Denis Vlasenkotestsuite: add tests for cut and grep;
2007-11-26 Denis Vlasenkoash: make code simpler, and do not do close(-1) - it...
2007-11-25 Denis Vlasenkozcip: simplify code a bit
2007-11-25 Denis Vlasenkozcip: use low-order 4 bytes of MAC as random seed,...
2007-11-25 Denis Vlasenkocttyhack should be in /bin, not /usr/bin
2007-11-25 Denis Vlasenkowhich: fix testsuite failure
2007-11-25 Denis Vlasenkodhcpc: cope with buggy DHCP servers which send oversize...
2007-11-24 Denis VlasenkoAnnounce 1.8.2 and 1.7.4
2007-11-24 Denis Vlasenkostty: reorganize data tables - save 0.5k
2007-11-24 Denis Vlasenkoremove echo_main -> bb_echo indirection
2007-11-24 Denis Vlasenkohush: fix segfault in "echo $@" when we have no arguments
2007-11-23 Denis Vlasenkofix buglets found by randomconfig
2007-11-23 Denis Vlasenkoupdate defconfig
2007-11-23 Denis Vlasenkokill lash. "lash" builtin still exists, but it runs...
2007-11-23 Denis VlasenkoAdd an RFC for future ipv6 ftp work
2007-11-23 Denis Vlasenkohush: implement echo builtin
2007-11-23 Denis Vlasenkohush: fix $ expansion in redirections, add testcase...
2007-11-23 Denis Vlasenkohush: implement test builtin
2007-11-23 Denis Vlasenkohush: plug memory leak
2007-11-23 Denis Vlasenkoarping: fix help text (-i -> -I), and shorten it a bit
2007-11-23 Denis Vlasenkoarping: fix a bug where there is implicit count of 4G;
2007-11-23 Denis Vlasenkocut: add proper stdout error handling, fix "-" handling;
2007-11-23 Denis Vlasenkologread: add forgotten INIT_G();
2007-11-23 Denis Vlasenkologread: eliminate usage of data/bss
2007-11-23 Denis Vlasenkodhcp: stop using magic constants; use (htonl(CONST...
2007-11-22 Denis Vlasenkoudhcpc: remove -W option, -A can be reused for that
2007-11-22 Denis Vlasenkofix a thinko in build system
2007-11-22 Denis Vlasenkoash: fix bug where redirection of closed fd was leaving...
2007-11-22 Denis Vlasenkosestatus: new SELinux applet (KaiGai Kohei <kaigai...
2007-11-22 Denis Vlasenkodhcpc: cleanup and comments; fix buggy timeout handling...
2007-11-22 Denis Vlasenkoudhcpc: an option to perform ARP check (Jonas Danielsso...
2007-11-19 Mike Frysingercleanup comments and coding style and rewrite the mdev...
2007-11-18 Denis Vlasenkoip: stop propagating argc; optimize ip_parse_common_args
2007-11-18 Denis Vlasenkostty: mark variable as static
2007-11-18 Mike Frysingermake output a little more friendly
2007-11-18 Mike Frysingermerge from upstream for systems that dont integrate...
2007-11-18 Mike Frysingerexported symbols may be weak, so allow symbols marked...
2007-11-18 Denis Vlasenkosyslogd: use DEV_CONSOLE consistently
2007-11-18 Denis Vlasenkohexdump: add hd alias, add -R option
2007-11-17 Paul Foxadd comment clarifying busybox's use of non-standard...
2007-11-16 Denis Vlasenkotar: fix a case where glibc detects bogus buffer overrun
2007-11-16 Denis Vlasenkodmesg,klogd: make code more readable
2007-11-16 Bernhard Reutner... - use standard-imposed constants some more
2007-11-16 Bernhard Reutner... - remove most of the forward declarations. No obj-code...
2007-11-16 Bernhard Reutner... - add note about SUSv3 missing options.
2007-11-16 Denis Vlasenkowho: add -a (by Tito)
2007-11-15 Denis Vlasenkolash: fix compile-time warning
2007-11-15 Denis Vlasenkodf: add -a
2007-11-15 Denis Vlasenkodf: add -i (conditional on CONFIG)
2007-11-15 Denis Vlasenkocosmetic change in message text
2007-11-14 Paul Foxbad syntax error should go to stderr
2007-11-14 Denis VlasenkoIntroduce FEATURE_PREFER_IPV4_ADDRESS. If selected...
2007-11-13 Denis Vlasenkotr: more of code shrink (getopt32-ification)
2007-11-13 Denis Vlasenkotr: better comments, small code shrink
2007-11-13 Denis Vlasenkotr: properly detect read errors (Fernando Silveira...
2007-11-13 Denis Vlasenkotrylink: accomodate older versions of ld
2007-11-13 Denis Vlasenkowho: code shrink by Tito <farmatito@tiscali.it>
2007-11-13 Denis Vlasenkoadd sed mini-doc
2007-11-13 Denis Vlasenkosed: support GNU-like '\t' escape in substitutions
2007-11-12 Denis Vlasenkoinetd: revert bogus fix for bug 1562; shrink inetd...
2007-11-12 Denis Vlasenkoopen_transformer: do not duplicate "<program> -cf -"
2007-11-12 Denis Vlasenkogzip: fix a case where tar xzf fails (we use uninitiali...
2007-11-11 Denis Vlasenkowho: fix wrong date/time field size
2007-11-10 Denis VlasenkoAnnounce 1.8.1
2007-11-10 Denis Vlasenkoinit: fix bug 1584: improper check for fork error
2007-11-10 Denis Vlasenkoumount: stop using excessive aounts of stack. Surprisingly,
2007-11-10 Denis Vlasenkolineedit: stop using both data/bss and tons of stack.
2007-11-10 Denis Vlasenko*: remove superfluous "?" in option parsing
2007-11-10 Denis Vlasenkoreadlink: realpath requires PATH_MAX, bb_common_bufsiz1...
2007-11-10 Denis Vlasenkosyslogd: support "symlink to symlink" for /dev/log...
2007-11-08 Bernhard Reutner... - commentary fixes
2007-11-08 Paul Foxxmalloc_follow_symlinks() -- fix ELOOP issue with absol...
2007-11-08 Denis Vlasenkoxreadlink: code shrink
2007-11-08 Paul Foxfollow symlinks to find the true passwd file before...
2007-11-08 Paul Foxnew xmalloc_readlink_follow() routine to fully expand...
2007-11-07 Paul Foxadd "-A N" / "--tryagain=N" option to client, to allow...
2007-11-07 Paul Foxflush typeahead before prompt
2007-11-07 Denis Vlasenkologin: fix PAM login (was unable to complete Kerberos...
2007-11-06 Denis Vlasenkomodprobe: fix a bug where we were entering endless...
2007-11-06 Denis Vlasenkologin: clear dangerous environment variables if started...
2007-11-06 Denis Vlasenkofbset: fix buglet where we were using wrong pointer
2007-11-06 Denis Vlasenkotelnet: use poll, it's shorter
2007-11-06 Denis Vlasenkounzip: hmm... gcc doesn't like ATTRIBUTE_PACKED?? Docum...
2007-11-06 Denis Vlasenkoinsmod: make error reporting less verbose
2007-11-06 Denis Vlasenkotelnetd: fix problem with zombies (by Paul Fox <pgf...
2007-11-05 Paul Foxchange safety check on zip header to allow for extra...
2007-11-05 Denis Vlasenkoswaponoff: prevent arithmetic overflow (spotted by...
2007-11-05 Denis Vlasenkofix incorrect text of link-time error message. No code...
2007-11-05 Denis Vlasenkowebpage: fix typo, remove inconsistent trailing dots
2007-11-04 Denis Vlasenkoupdate screenshot
2007-11-04 Denis VlasenkoAnnounce 1.8.0 1_8_0
2007-11-04 Denis Vlasenkodocs: fix new-applet-HOWTO.txt, delete ipv4_ipv6.txt...
2007-11-04 Denis VlasenkoAnnounce 1.7.3 on website
2007-11-04 Denis Vlasenkoifconfig: code shrink
2007-11-04 Denis Vlasenkogrep: fix -Fo
next