summaryrefslogtreecommitdiff
path: root/package/busybox
AgeCommit message (Expand)Author
2007-12-06finally fix libintl issues on osx and potentially other platforms by disablin...nbd
2007-12-06Remove HOST_LOADLIBES fix from busybox, caused problems.nbd
2007-12-05busybox: Fix build on OSX/BSD (fix needs to be cleaned up.)nbd
2007-11-29update busybox to 1.8.2thepeople
2007-11-12add busybox gunzip/ipkg fix from #2691 (thanks, biblbroks)nbd
2007-11-10disable a totally braindead optimization in busybox that causes various apple...nbd
2007-11-10upgrade busybox to 1.8.1nbd
2007-10-31forgot to bump up the release version from the patches the other daypavlov
2007-10-30expose an environment variable (IPKG_UPGRADE) to the scripts executed during ...pavlov
2007-10-30add username/password options to ipkg, note this only works if you have a rea...pavlov
2007-10-30refresh busybox patchespavlov
2007-10-24fix absolute path to .ko files in insmodnbd
2007-10-08fix insmod crash when the module is not foundnbd
2007-10-07enable nicenbd
2007-10-05fix segfault with insmod on 2.4nbd
2007-10-05fix compile error with 2.4nbd
2007-10-05add upstream fixes for 1.7.2nbd
2007-10-05Upgrade busybox to 1.7.2nbd
2007-10-03fix busybox configuration submenunico
2007-09-22enable ps -w by defaultnbd
2007-09-07move package description to a separate definition, remove it when DESCRIPTION...nico
2007-09-06enable start-stop-daemon by default, i want to use this to clean up a few ini...nbd
2007-08-28Fix the CONFIG_LFS option (#2276)florian
2007-07-20fix a socket leak in udhcpc (patch by Eric L. Chen)nbd
2007-07-18add fix for running udhcpc on bridges (patch by Eric L. Chen)nbd
2007-07-13busybox: Ensure that diff is available for ipkg upgrade requirementsrwhitby
2007-07-09add busybox printf patch from #2021nbd
2007-07-07fix busybox --help problems on rebuildmbm
2007-07-01bump busybox release numbernbd
2007-07-01massively reduce the number of forks that busybox ash has to do while process...nbd
2007-06-29check for + in the broadcast address before attempting a dns lookupnbd
2007-06-22Send a kill signal to cron, otherwise two instances could be running (#1923)florian
2007-06-21fix cgi-bin directory handling (#1764)nbd
2007-06-15fix awk segfaultnbd
2007-06-14Fix removing links to applets (#1770)florian
2007-06-12Remove symbolic links to non-existent applets (#1770)florian
2007-06-08only support 2.6 modules on 2.6, and only 2.4 modules on 2.4kaloz
2007-06-08fix insmod search when 2.4 module support is disabledkaloz
2007-06-04refresh all package patches in the buildroot using quiltnbd
2007-05-23awx: fix translationnbd
2007-05-23awx: fix a typonbd
2007-05-23fix awx segfaultsnbd
2007-05-20fix the patch filenbd
2007-05-20Fix malformed patchrwhitby
2007-05-20remove debug crap accidentally left in the patchnbd
2007-05-20awx: improve memory allocation handlingnbd
2007-05-20rewritten template parser for awx - uses @for, @if, @else, @end for basic flo...nbd
2007-05-15awx: variable initialization fixnbd
2007-05-14make udhcpc silent after 3 'Sending discover ...' messagesnbd
2007-05-10START/STOP values must be specified in the init scriptmbm