summaryrefslogtreecommitdiffstats
path: root/src/cmd
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* ignore host read eof while exitingrsc2005-01-203-0/+9
|
* todorsc2005-01-201-0/+6
|
* use correct yaccrsc2005-01-191-1/+0
|
* add errnorsc2005-01-192-1/+1
|
* do not use shutdown on macrsc2005-01-191-4/+6
|
* avoid c99rsc2005-01-191-15/+22
|
* avoid c99 extensionsrsc2005-01-191-4/+15
|
* try againrsc2005-01-191-4/+4
|
* try again at x86-64rsc2005-01-191-1/+3
|
* continue x86-64rsc2005-01-191-1/+2
|
* addrsc2005-01-181-0/+102
|
* print core cmdrsc2005-01-181-0/+1
|
* check for lack of registersrsc2005-01-181-4/+4
|
* bigger chunkingrsc2005-01-181-1/+1
|
* remove venti for nowrsc2005-01-1853-10330/+2
|
* do not call exits in threaded programsrsc2005-01-177-17/+17
|
* nil derefrsc2005-01-171-1/+1
|
* different naming conventionrsc2005-01-161-4/+18
|
* handle section (9p)rsc2005-01-161-1/+4
|
* use EARGFrsc2005-01-161-3/+3
|
* make vacfs work; thanks to luchorsc2005-01-166-145/+154
|
* Long-standing bug in syminit, tickled by placingrsc2005-01-152-3/+5
| | | | | initshell before syminit. Don't understand why syminit exists at all.
* use threadexits instead of exitsrsc2005-01-151-3/+3
|
* ridiculous precisionrsc2005-01-141-7/+7
|
* floating percentrsc2005-01-141-3/+4
|
* no /fd/0rsc2005-01-141-1/+1
|
* stupid sunrsc2005-01-143-11/+9
|