changes to target/linux/generic-* should not trigger a kernel-headers rebuild
[openwrt.git] / package / busybox /
2007-03-03 kalozR.I.P. devfs
2007-02-28 florianFix truncated pings results when packets are too small...
2007-02-28 nbdfix the issue of httpd no longer working when its root...
2007-02-26 florianAdd macosx fix from #1407
2007-02-16 nbdfix memleak in uniq (#1354)
2007-02-13 nbdfix tar segfault (patch from busybox svn rev. 17772)
2007-02-12 nbdadd some more busybox patches from upstream
2007-02-12 nbdfix for multiple lock/unlock operations in 'lock' comma...
2007-02-11 nbdoops... accidentally merged a broken patch
2007-02-11 nbdfix a bug that breaks some cgi scripts on busybox ...
2007-02-10 nbdrevert httpd header handling code to the one from busyb...
2007-02-04 nbdupgrade to busybox 1.4.1
2007-02-01 nbdunbreak cgis with custom headers on busybox httpd
2007-01-31 nbdenable httpd sighup config reload by default
2007-01-27 nbdfix stupid busybox bin2hex bug
2007-01-27 nbdreally fix busybox wget command line parsing
2007-01-26 nbdfix wget --passive-ftp
2007-01-26 nbdanother fix for the awk command line parsing - should...
2007-01-25 nbdupgrade busybox to 1.4.0
2007-01-25 nbdrename patch to avoid duplicate patch number
2007-01-19 nbdfix syslogd output to /dev/console (patch from #1170)
2007-01-10 nbdenable pretty lsmod output for linux 2.6
2007-01-08 nbdadd some more checks to the telnet init script
2007-01-08 nicomore use of the INSTALL_DIR variable
2007-01-07 nbdbusybox: remove the bogus SIZEOF_LONG check (#1127)
2007-01-06 nbddrop -Werror from busybox - prevents compile errors...
2007-01-05 florianAdd an OSX specific patch to compile busybox with Darwi...
2007-01-01 nbdreplace our no_shadow fix with a better patch from...
2007-01-01 nbdmake telnetd standalone
2007-01-01 nbdrevert to previous awk getopt behavior - the new one...
2007-01-01 nicofix busybox linking when /bin/sh is not bash (closes...
2007-01-01 nbdupdate busybox menuconfig for the latest version
2006-12-31 florianFix the lock warning (#1111), also add another download...
2006-12-30 nicoupdate busybox to v1.3.1, i was too lazy to update...
2006-11-22 nbdmove busybox init scripts from base-files into the...
2006-11-22 mbmadd "export -n" to ash
2006-11-19 nicofix oversized packets in udhcpc (closes: #962), bump...
2006-11-12 nbdimplement target profiles in menuconfig
2006-11-09 nbdadd support for -t 0 (infinite retry) in busybox udhcpc...
2006-10-26 nbdreduce the possibility of race conditions when using...
2006-10-13 nbdfinally move buildroot-ng to trunk
2006-10-12 nbdenable busybox taint checking to support gplonly kernel...
2006-10-10 nbdadd support for Package/<pkgname>/description - old...
2006-10-10 nbdadd support for a common shell include file, which...
2006-10-08 nicofix unknown arch in ipkg: use our ARCH instead of busyb...
2006-10-06 nbdreally fix webif password access patch for busybox
2006-10-02 nbdfix for the password check (checked the wrong variable)
2006-10-02 nbdport last commit to -ng
2006-09-25 mbmfix grep's -C option
2006-09-24 niconew (last?) attempt at standardizing Makefiles
2006-09-07 mbmchange more to less
2006-08-22 nbdenable mknod by default (#490) - some drivers don't...
2006-08-21 nbdrevert [4599], the bug was fixed elsewhere
2006-08-18 nbddon't try to use gnu wget specific options in ipkg
2006-08-18 nicofix wget long options bug (closes: #682)
2006-08-08 nicoupdate busybox to v1.2.1
2006-08-04 mbmset PATH in rules.mk
2006-08-04 mbmfix everything I broke with the previous patches
2006-08-04 mbmadd quotes to TARGET_CC and TARGET_CROSS to help with...
2006-06-27 nbdadd copyright headers to busybox patches
2006-06-27 mbmcredit where credit is due
2006-06-21 nbdadd INCLUDE_DIR variable for $(TOPDIR)/include
2006-06-21 nbdbuild system cleanup. move shared include files into...
2006-06-04 nbddon't compile libipkg in busybox if ipkg is disabled
2006-05-31 nbdfix busybox build
2006-05-31 nbdremove weird /lib64 directory
2006-05-24 nicosync busybox with trunk (update to v1.1.3).
2006-05-19 mbmfix .pkginfo line to allow the use of $(SOURCE)
2006-05-19 mbmclean up menu configuration
2006-05-10 mbmConvert packages to new template
2006-04-21 mbmAdd default compile target & use it for bridge and...
2006-04-21 nbdclean up package titles/descriptions
2006-04-21 nbdmore cleanups and a new menuconfig generator
2006-04-19 nbdmore buildroot-ng bugfixes
2006-04-19 nbdbugfix in package/rules.mk, add support for dumping...
2006-04-14 nbdport iptables to new config format, change handling...
2006-04-14 nbdnew package makefile syntax
2006-04-14 nbdremove some more stuff, change package makefile format...
2006-04-12 kalozupgrade to busybox 1.1.2
2006-04-11 nbdfix segfault in locking utility
2006-04-05 nbdlarge init script cleanup and merge of whiterussian...
2006-04-04 nbdupdate busybox menuconfig to 1.1.1, should fix the...
2006-04-02 nicoupdate ipkg patch for 1.1.1, expose an hash_fd function...
2006-04-02 kalozupgrade busybox to v1.1.1
2006-03-29 wbxenable mount nfs, thx ejka@imfi.kspu.ru
2006-02-06 florianAdded support httpd user-agent, IP address binding...
2006-02-04 nbdbusybox httpd.conf: add support for reading passwords...
2006-01-29 florianRemoved 220-http_address_binding.patch as it does not...
2006-01-14 kalozupgrade busybox to 1.1.0 final
2006-01-14 nbdadd ip address parameter to netmsg utility
2006-01-11 nbdadd small 'netmsg' utility to send udp broadcast messages
2006-01-07 florianAdded support for httpd IP address binding, worksforme...
2006-01-02 wbxenable watchdog daemon in busybox by default
2005-12-24 wbxfix bug #156, thx for reporting
2005-12-19 nicofix busybox+ipkg build
2005-12-19 nicofix ipkg segfaults
2005-12-15 kalozupgrade busybox to v1.1.0-pre1
2005-12-11 nbddon't display an 8 character password limit on the...
2005-12-11 nbdcreate /var/spool/cron in cron init script and change...
2005-11-12 nbdfix stupid bug in my busybox ash performance patch
next