Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Wed, 13 Oct 2010 12:53:17 +0100] rev 84
merge
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Wed, 13 Oct 2010 12:41:05 +0100] rev 83
Migrated ciftest and various fixes from FCL to MCL.
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Thu, 07 Oct 2010 16:23:29 +0100] rev 82
Hack for broken usbclassuids.h header.
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Tue, 28 Sep 2010 17:03:08 +0100] rev 81
Fixed crash in fed when UTF-8 sequence crossed a block boundary.
Also:
* Cleaned up output of drvinfo
* Fixed tefcons when no console-title argument was specified
* Added FSHELL_INCLUDE_TESTS rombuild macro
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Wed, 22 Sep 2010 17:40:33 +0100] rev 80
Fixing some smoketests and a memory leak in CCommandBase.
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Wed, 22 Sep 2010 10:56:39 +0100] rev 79
merge
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Mon, 20 Sep 2010 16:46:34 +0100] rev 78
Quick hack for timing issue with USB enumeration.
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Mon, 20 Sep 2010 15:37:51 +0100] rev 77
Fixed bridge USB config.
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Fri, 17 Sep 2010 20:28:05 +0100] rev 76
merge from MCL
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Fri, 17 Sep 2010 20:24:30 +0100] rev 75
Fixed threadpool hang and added lots of smoketests.
* Fixed bug in threadpool logic when calling CleanupAnyWorkersSharingAllocator - this was deleting the worker's thread death notifier in the context of a worker thread (which is only allowed from the context of the main thread).
* Added lots more smoketests
* Added --overwrite option to fzip (previously unzipping would always overwrite)
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Thu, 16 Sep 2010 15:06:08 +0100] rev 74
Added tag Release_001 for changeset f9caadcaea11
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Thu, 16 Sep 2010 15:05:53 +0100] rev 73
Update change history to make Release 001 official.
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Wed, 15 Sep 2010 18:07:34 +0100] rev 72
Fixed chunkinfo and RAllocatorHelper crashes.
Details:
* Tidied leak docs
* Updated dialog command to workaround text windowserver bug and implement DIALOG_IMPL as an enum option. Also tried to support dismissing the dialog with CTRL-C but ended up just printing a warning as the notifier API is broken
* Fixed RAllocatorHelper::OpenChunkHeap() (and thus chunkinfo <address>) and took Adrian's latest changes.
* Fixed chunkinfo OOM problem
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Wed, 15 Sep 2010 00:45:50 +0100] rev 71
merge
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Wed, 15 Sep 2010 00:44:34 +0100] rev 70
Added ==smoke-test support and ciftest command.
Commands can now define a "==smoke-test" section in their CIF files, which defines a snippet of fshell script that will be run as part of "fshell smoketest" or by invoking ciftest directly. See the ciftest documentation for more details.
Added ==smoke-test sections to a few commands, the ones that were easy to test!
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Thu, 09 Sep 2010 19:21:34 +0100] rev 69
merge
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Tue, 14 Sep 2010 09:49:39 +0100] rev 68
Added --no-write to gobble, fixed crash in start --timeout.
Also changed help to output one command per line (instead of columnizing) if not attached to a console. It's the same as what ls does.
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Thu, 09 Sep 2010 15:47:34 +0100] rev 67
merge
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Thu, 09 Sep 2010 15:38:45 +0100] rev 66
fixes for pcons start, rombuild defs.
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Tue, 07 Sep 2010 20:38:36 +0100] rev 65
merge
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Tue, 07 Sep 2010 20:26:27 +0100] rev 64
merge
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Tue, 07 Sep 2010 20:04:42 +0100] rev 63
Build fixes for bmarm, terminal keyboard on TB9.2, gcc 2.9
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Tue, 07 Sep 2010 11:07:30 +0100] rev 62
Integrated AdrianI's fixes & updates to kernel-side RAllocatorHelper. Fixed terminalkeyboardcons build on TB9.2 baselines.
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Wed, 01 Sep 2010 17:56:27 +0100] rev 61
Updating fzip docs
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Wed, 01 Sep 2010 15:17:20 +0100] rev 60
Another iby fix! Also added --raw option to pubsub and multiply command to var.
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Wed, 01 Sep 2010 11:12:38 +0100] rev 59
IBY fix
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Tue, 31 Aug 2010 18:33:37 +0100] rev 58
comm.script/FSHELL_AUTOSTART now launches terminalkeyboardcons on platforms that support tracecore.
Also fixed crash in kerninfo when viewing verbose info for a thread that has not yet been resumed.
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Tue, 31 Aug 2010 12:11:19 +0100] rev 57
merge
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Tue, 31 Aug 2010 12:08:46 +0100] rev 56
Updated wording :)
Tom Sutcliffe <thomas.sutcliffe@accenture.com> [Sun, 29 Aug 2010 00:09:21 +0100] rev 55
Fixed the new definition of FSHELL_REPLACE_ECONS