Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-10 | mksh: update to 56 | Waldemar Brodkorb | |
2017-04-17 | mksh: add ed-host | Waldemar Brodkorb | |
2017-04-15 | mksh: update to r55, remove old test.sh | Waldemar Brodkorb | |
2016-11-17 | or1k: unbreak foo= shell functionality, mksh can be used now | Waldemar Brodkorb | |
2016-11-15 | or1k: disable mksh (deadlock), default to ash and newer kernel | Waldemar Brodkorb | |
2016-11-12 | mksh: update to 54 | Waldemar Brodkorb | |
2016-09-22 | mksh: update to 53a | Waldemar Brodkorb | |
2016-04-28 | rename symbol name for toolchain only | Waldemar Brodkorb | |
2016-04-22 | mksh needs mmu | Waldemar Brodkorb | |
2016-04-12 | remove object files to save space | Waldemar Brodkorb | |
2016-04-02 | mksh: update to 52c | Waldemar Brodkorb | |
2016-01-24 | reduce mksh testsuite failure to 1 | Waldemar Brodkorb | |
2016-01-24 | resolve merge | Waldemar Brodkorb | |
2016-01-24 | fix path | Waldemar Brodkorb | |
2016-01-21 | mksh: update to latest, use /root/.mkshrc again, as otherwise testsuite ↵ | Waldemar Brodkorb | |
fails for some tests | |||
2015-12-13 | mksh: update to latest stable release | Waldemar Brodkorb | |
2015-12-06 | move packages to new section testsuite | Waldemar Brodkorb | |
2015-11-13 | mksh: add test script | Waldemar Brodkorb | |
2015-07-25 | before we begin… update mksh ☺ | mirabilos | |
2015-06-28 | more h8300 fixes | Waldemar Brodkorb | |
2015-04-20 | update to latest stable version | Waldemar Brodkorb | |
2015-03-07 | update to latest upstream version | Waldemar Brodkorb | |
2015-02-18 | add support for uClibc-ng git master | Waldemar 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-07 | MKSH_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-06 | update mksh to use /etc/mkshrc, as discussed with tg@ | Waldemar Brodkorb | |
2014-12-27 | convert checksum check to sha256 | Waldemar 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-09 | re-enable SSP for the host build (copy/paste mistake) | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2014-10-09 | SECURITY update to mksh R50d (from R50b) | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2014-10-09 | fix host-mksh build on nōn-Linux systems | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2014-10-09 | update homepage | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2014-10-09 | sync stack protector omission between host and target build; sync style | Thorsten Glaser | |
XXX why is SSP disabled for the host build as well, anyway? Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2014-09-27 | adjust for GCC 4.9 and newer, with mksh R50 and newer | Thorsten Glaser | |
2014-09-12 | better default | Waldemar Brodkorb | |
2014-09-08 | bump all kernels, remove 3.15 | Waldemar Brodkorb | |
2014-07-28 | add some basic infrastructure for qemu-system-m68k | Waldemar 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-30 | update to latest upstream version | Waldemar Brodkorb | |
2014-06-21 | s/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-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-13 | use static-libgc not only for base, simplifies dependencies, just a few ↵ | Waldemar Brodkorb | |
bytes bigger for a xbmc build | |||
2014-04-25 | set term to linux | Waldemar Brodkorb | |
2014-04-07 | enable static globally | Waldemar Brodkorb | |
2014-03-30 | rework hosttools building, add tools into package stuff | Waldemar Brodkorb | |
2014-03-17 | remove kernel choice, always use 64 bit for 64bit target | Waldemar Brodkorb | |
2014-03-17 | allow static building | Waldemar Brodkorb | |
2014-03-07 | use mksh in tools, too | Waldemar Brodkorb | |
2014-03-07 | update mksh | Waldemar Brodkorb | |
2013-10-22 | fix libmix packages, while checking all packages make some style cleanup | Waldemar Brodkorb | |
2013-08-20 | update to latest upstream version | Waldemar Brodkorb | |
2013-08-10 | update to latest upstream | Waldemar Brodkorb | |
2013-05-07 | update fixes for gcc 4.7.3 - mksh, rxvt-unicode | Waldemar Brodkorb | |