Shell 0.5.4: changes in console apps; history cmd added; ccpuid, free, killall cmds came back.

git-svn-id: svn://kolibrios.org@2735 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Albom
2012-06-04 12:54:51 +00:00
parent c876fb5ca5
commit a2ca7586dc
14 changed files with 114 additions and 39 deletions

View File

@@ -23,7 +23,7 @@ kol_process_info(-1, buf1k); //
PID = *(buf1k+30);
free(buf1k);
_itoa(PID, name); // ôîðìèðóåì èç íîìåðà ïðîöåññà ñòðîêó ñ çàãëàâíûìè íóëÿìè 42 -> 0042 (ò.å. äî 9999)
itoa(PID, name); // ôîðìèðóåì èç íîìåðà ïðîöåññà ñòðîêó ñ çàãëàâíûìè íóëÿìè 42 -> 0042 (ò.å. äî 9999)
strcat(name, "-SHELL");
*buffer = NULL;