summaryrefslogtreecommitdiffstats
path: root/src/cmd
Commit message (Collapse)AuthorAgeFilesLines
...
* newrsc2005-02-116-0/+739
|
* add secstored; use readconsrsc2005-02-1111-22/+1196
|
* set pid=-1 explicitlyrsc2005-02-111-0/+1
|
* bug fixes; add secstorersc2005-02-118-111/+698
|
* add secstorersc2005-02-111-2/+3
|
* add disabled to ignore listrsc2005-02-111-0/+1
|
* better path for ahdrsc2005-02-111-1/+1
|
* bug fix in authrsc2005-02-111-1/+3
|
* remove threadregs; use %# explicitly; use attachargsrsc2005-02-113-138/+21
|
* tweakrsc2005-02-111-1/+2
|
* bug fixes; quieterrsc2005-02-111-3/+3
|
* use nsamount and fsamountrsc2005-02-111-3/+5
|
* set corpidrsc2005-02-111-0/+1
|
* send output to fd instead of 0rsc2005-02-111-1/+1
|
* reserve varrsc2005-02-111-0/+1
|
* more pthreadrsc2005-02-114-14/+33
|
* fix paste againrsc2005-02-081-1/+1
|
* send nul with choicersc2005-02-081-3/+7
|
* avoid unix special filesrsc2005-02-081-14/+7
|
* try to handle DEL betterrsc2005-02-081-17/+16
|
* Maybe it will run on SunOS 5.8 now.rsc2005-02-081-1/+7
|
* silence archive warning for .a filesrsc2005-02-021-1/+2
|
* do not readdir files - from zoltan jarairsc2005-01-301-1/+4
|
* disable chordingrsc2005-01-301-3/+5
|
* fix mkfile againrsc2005-01-301-1/+1
|
* add -rsc2005-01-301-0/+1
|
* add lex filesrsc2005-01-301-1/+1
|
* why bother?rsc2005-01-301-1/+13
|
* silence warningrsc2005-01-301-1/+1
|
* add errors filersc2005-01-305-0/+51
|
* use correct graphics formatrsc2005-01-301-11/+8
|
* handle sysnames in labelsrsc2005-01-302-6/+26
|
* update usagersc2005-01-291-1/+1
|
* add diff -arsc2005-01-292-13/+30
|
* cope with unix ORCLOSErsc2005-01-271-1/+2
|
* fix rowdump bugrsc2005-01-271-1/+1
|
* remove searching print; check fids in use; handle addr correctly againrsc2005-01-273-4/+23
|
* remove debugging printrsc2005-01-271-1/+0
|
* add autoindent (-a) and chording.rsc2005-01-278-74/+113
| | | | clean up argument parsing.
* add -c optionrsc2005-01-263-1/+82
|
* volatilersc2005-01-241-1/+2
|
* more searchpath-related changesrsc2005-01-232-1/+2
|
* avoid saying unsigned long, for unix portrsc2005-01-232-2/+2
|
* add undocumented Abort builtinrsc2005-01-231-5/+27
|
* do not clobber register namesrsc2005-01-231-1/+105
|
* sort cores; print stack as commandrsc2005-01-231-7/+16
|
* change to use attach functions.rsc2005-01-235-97/+35
| | | | | $a means switch thread in core dumps. (maybe that should be $A now?).
* Working on better handling of multithreading in generalrsc2005-01-2310-174/+526
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and core dumps in particular. See notes: new types: register is something that when dereferenced gives you the registers. the Ureg is no longer mapped at 0. refconst is something that gives a constant when dereferenced. new builtin register("AX") creates register values new builtin refconst(0x123) creates refconst values new builtin var("foo") is equivalent to the variable foo (it returns foo but can also be used as the lhs of an assignment). new acid function getregs() returns a list of the current values of registers. new acid function setregs() sets the current registers to those values. note that getregs and setregs operate on register locations, not the register values themselves. new acid function resetregs() sets registers to register("AX"), etc. new acid function clearregs() sets all registers to constant -1. the default register settings are as in resetregs(), not small numbers. new acid variables coretext, pids, systype, corefile, cmdline. new behavior: local variable lookup, stk, etc., use the acid values of registers (*PC, *SP, and so on), so the thread support code can change the context completely. unary + is applicable to more data types and prints more often.
* arg countrsc2005-01-211-1/+1
|
* use better versionsrsc2005-01-211-1/+1
|