summaryrefslogtreecommitdiff
path: root/package/mksh
AgeCommit message (Collapse)Author
2021-10-22mksh: update to 59cWaldemar Brodkorb
2020-09-09mksh: update to 59bWaldemar Brodkorb
2020-02-16mksh: update to 57Waldemar Brodkorb
2018-03-27mksh: update to 56cWaldemar Brodkorb
2017-08-10mksh: update to 56Waldemar Brodkorb
2017-04-17mksh: add ed-hostWaldemar Brodkorb
2017-04-15mksh: update to r55, remove old test.shWaldemar Brodkorb
2016-11-17or1k: unbreak foo= shell functionality, mksh can be used nowWaldemar Brodkorb
2016-11-15or1k: disable mksh (deadlock), default to ash and newer kernelWaldemar Brodkorb
2016-11-12mksh: update to 54Waldemar Brodkorb
2016-09-22mksh: update to 53aWaldemar Brodkorb
2016-04-28rename symbol name for toolchain onlyWaldemar Brodkorb
2016-04-22mksh needs mmuWaldemar Brodkorb
2016-04-12remove object files to save spaceWaldemar Brodkorb
2016-04-02mksh: update to 52cWaldemar Brodkorb
2016-01-24reduce mksh testsuite failure to 1Waldemar Brodkorb
2016-01-24resolve mergeWaldemar Brodkorb
2016-01-24fix pathWaldemar Brodkorb
2016-01-21mksh: update to latest, use /root/.mkshrc again, as otherwise testsuite ↵Waldemar Brodkorb
fails for some tests
2015-12-13mksh: update to latest stable releaseWaldemar Brodkorb
2015-12-06move packages to new section testsuiteWaldemar Brodkorb
2015-11-13mksh: add test scriptWaldemar Brodkorb
2015-07-25before we begin… update mksh ☺mirabilos
2015-06-28more h8300 fixesWaldemar Brodkorb
2015-04-20update to latest stable versionWaldemar Brodkorb
2015-03-07update to latest upstream versionWaldemar Brodkorb
2015-02-18add support for uClibc-ng git masterWaldemar Brodkorb
Add new configs for uClibc-ng master. New symbol UCLIBC_HAS_LINUXTHREADS added. LT.new is removed in master, only LT.old and NPTL exist. CLeanup MMU/NPTL/LT support symbols. Tested with toolchain building for all supported architectures.
2015-01-07MKSH_SMALL=1 is evil and no longer supported by tg.Waldemar Brodkorb
it prevents the use of del/pos1/end keys on a pc-105 keyboard.
2015-01-06update mksh to use /etc/mkshrc, as discussed with tg@Waldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-10-09re-enable SSP for the host build (copy/paste mistake)Thorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2014-10-09SECURITY update to mksh R50d (from R50b)Thorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2014-10-09fix host-mksh build on nōn-Linux systemsThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2014-10-09update homepageThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2014-10-09sync stack protector omission between host and target build; sync styleThorsten Glaser
XXX why is SSP disabled for the host build as well, anyway? Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2014-09-27adjust for GCC 4.9 and newer, with mksh R50 and newerThorsten Glaser
2014-09-12better defaultWaldemar Brodkorb
2014-09-08bump all kernels, remove 3.15Waldemar Brodkorb
2014-07-28add some basic infrastructure for qemu-system-m68kWaldemar Brodkorb
Qemu emulates a Coldfire Evaluation board without MMU. As that is the first non-MMU platform in OpenADK I added ADK_TARGET_UCLINUX. Mksh can not be used for non-MMU, because it requires fork() for job control and other things. We use hush here. non-MMU support in uClibc does not have shared library support. Kernel does not start yet. So no runtime testing, but at least coldfire toolchain can be tested with uClibc-ng. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2014-06-30update to latest upstream versionWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-13use static-libgc not only for base, simplifies dependencies, just a few ↵Waldemar Brodkorb
bytes bigger for a xbmc build
2014-04-25set term to linuxWaldemar Brodkorb
2014-04-07enable static globallyWaldemar Brodkorb
2014-03-30rework hosttools building, add tools into package stuffWaldemar Brodkorb
2014-03-17remove kernel choice, always use 64 bit for 64bit targetWaldemar Brodkorb
2014-03-17allow static buildingWaldemar Brodkorb
2014-03-07use mksh in tools, tooWaldemar Brodkorb
2014-03-07update mkshWaldemar Brodkorb