Fixed lots of issues with installing a low-caps version of fshell from SIS file.
* Fixed issue in CCommandFactory whereby some APIs like GetCommandInfoL could trigger allocations on the wrong heap or signals to the wrong thread. The symptoms were often seen as a crash in the which_00 thread when running ciftest.
* Lots of build fixes for when FSHELL_PROTECTED_UIDS isn't defined and when all capabilities aren't available.
* Added new platform.mmh macro FSHELL_OPEN_SIGNED.
* Open signing of fshell SIS files is now supported for production S60 handsets. Build fshell with the FSHELL_OPEN_SIGNED macro defined (and without defining FSHELL_CAP_ALL or FSHELL_PROTECTED_UIDS) in your platform.mmh and submit \epoc32\fshell\fshell.unsigned.sis to https://www.symbiansigned.com/app/page/public/openSignedOnline.do . The following commands are not available when using Open Signing due to Platform Security restrictions: fdb; kerninfo; chunkinfo; svrinfo; objinfo; sudo; fsck; localdrive; ramdefrag; readmem; reboot; setcritical; setpriority. Others such as chkdeps, e32header, ps, and fshell itself will run but in a restricted capacity (for example, fshell will no longer allow you to modify files in the \sys\bin directory).
* Removed commands objinfo, svrinfo, chunkinfo, readmem, fsck completely when memory access isn't present - previously they would still appear in the help but would give an error if you tried to run them.
# ps.cif
#
# Copyright (c) 2010 Accenture. All rights reserved.
# This component and the accompanying materials are made available
# under the terms of the "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Accenture - Initial contribution
#
==name ps
==short-description
List information relating to the currently running processes and threads.
==see-also
L<kerninfo|kerninfo>, L<objinfo|objinfo>, L<chunkinfo|chunkinfo>, L<top|top>
==argument uint process_id optional
The identifier of the process to examine. If not specified, displays information on all processes.
==option bool v verbose
Verbose output. Prints warnings if threads couldn't be opened, and displays full thread names instead of short ones.
==option string m match
A pattern used to match processes by name (defaults to C<*>).
==option string M matchify
Like C<--match> but without the need for leading/trailing asterisks (see C<LtkUtils::Matchify>).
==option bool H human
Print human readable sizes.
==option bool p priority
Print process and thread priority information.
==option bool x exclude-dead
Does not list threads/processes that have exited or died (by default they will appear if anything still has a handle open to them).
==option bool o only-dead
Only list threads/processes that have exited or died.
==option bool n handle-count
Print the number of handles held by a given thread or process.
==option bool A addresses
Print kernel object addresses.
==option bool t threads
Print thread information.
==option bool s stacks
Print thread stack information (only valid with the C<--thread> option). Note, the term 'High water mark' is used to indicate the largest amount of stack a given thread has used in its lifetime.
==option bool a heaps
Print thread heap usage (only valid with the C<--thread> option).
==option bool c cpu-time
Print thread CPU time (only valid with the C<--thread> option).
==option bool k chunks
Print details about the chunks belonging to each process.
==option bool f filename
Print the executable's file name.
==option bool r memory
Print memory usage information.
==option bool d command_line
Print the command line arguments. Only available on non-emulated builds of EKA1.
==option bool l flags
Print C<System>, C<Protected> and C<LoadedFromRam> flag values. Only available on EKA1.
==option bool C codesegs
Print the code segments loaded into the process.
==copyright
Copyright (c) 2005-2010 Accenture. All rights reserved.
==smoke-test
ps $Quiet