summaryrefslogtreecommitdiff
path: root/busybox
AgeCommit message (Collapse)Author
2005-08-17When doing 'make release' nuke the .svn directories, not the1_01Eric Andersen
CVS dirs (since they are no longer present)
2005-08-16We don't need no stinkin changelogEric Andersen
2005-08-15Bernhard Fischer writes: fix devfsd usageMike Frysinger
2005-08-14Patch from Stephane Billiart to improve ash error message.Rob Landley
2005-08-14A complete rewrite of the README. Probably broke stuff, but it's unlikelyRob Landley
to affect the compile, now is it?
2005-08-13Delete the patches directory from 1.0.Rob Landley
2005-08-13And 10922.Rob Landley
Ick.
2005-08-1311043 and 11011Rob Landley
2005-08-13More backports:Rob Landley
10957 start-stop-daemon -q 10981, 10982, 10994, 10996, 10997: dumpkmap cleanup 10983: top tweak 11000 traceroute
2005-08-13This is published from trunk, remove from 1.0 branch.Rob Landley
2005-08-13Makefile related backports:Rob Landley
10945, 10946 Make compile much, much faster. 10923 big makefile change. Nervous. 10946, 10991, 10998, 11003 small makefile fixes.
2005-08-13Backport:Rob Landley
10882 tar fix 10884, 10920, 11128 tail fixes 10885 tftp -g fix 10900 dpkg fix (script support) And I guess 10918 isn't relevant?
2005-08-131.0 backports of:Rob Landley
10861, 10875, 10881, 10888 ash fix 10865 suid thing? (look at this) 10886 telnet bugfix 10866 ftp fix for RFC 959 compliance. 10867 Remove spurious newline from cp -i prompt. 10874 ksyslogd fix 10876 msh fix 10877 httpd fix 10880, 10889, 11005 dhcp fixes
2005-08-12Backport 10864 and 10999.Rob Landley
2005-08-12Backport 10853, 10860/10870, and 10862.Rob Landley
2005-08-12And 10873.Rob Landley
2005-08-02Do not define 'AUTOCONF_INCLUDED'Eric Andersen
2005-07-31patch by srowe in Bug 359 to fix fgrep aliasingMike Frysinger
2005-07-27The change in getty.c in Busybox 1.01 caused the /etc/issue file to notEric Andersen
be displayed unless CONFIG_FEATURE_UTMP is set. This was not the intended result.
2005-07-26no longer used as reported by apgo in Bug 348Mike Frysinger
2005-07-25Shaun Jackman points out that we shouldn't depend on netdb.h to includeRob Landley
netinet.h for us, although what strange compiler this is expected to cause problems with wasn't specified...
2005-07-25Tweak from Sean Jackman: use socklen_t instead of size_t for a declaration.Rob Landley
2005-07-19Bump the version to 1.01Eric Andersen
2005-07-18Backport 10849 and 10851Eric Andersen
2005-07-18busybox-1.0.1-rc1.patchEric Andersen
http://busybox.net/lists/busybox/2005-July/014974.html
2004-10-13This commit was manufactured by cvs2svn to create tag 'busybox_1_00'.nobody