aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Collapse)AuthorFilesLines
2005-01-30add -rsc1-0/+1
2005-01-30add lex filesrsc1-1/+1
2005-01-30why bother?rsc1-1/+13
2005-01-30silence warningrsc1-1/+1
2005-01-30add errors filersc5-0/+51
2005-01-30use correct graphics formatrsc1-11/+8
2005-01-30handle sysnames in labelsrsc2-6/+26
2005-01-29update usagersc1-1/+1
2005-01-29add diff -arsc2-13/+30
2005-01-27cope with unix ORCLOSErsc1-1/+2
2005-01-27fix rowdump bugrsc1-1/+1
2005-01-27remove searching print; check fids in use; handle addr correctly againrsc3-4/+23
2005-01-27remove debugging printrsc1-1/+0
2005-01-27add autoindent (-a) and chording.rsc8-74/+113
clean up argument parsing.
2005-01-26add -c optionrsc3-1/+82
2005-01-24volatilersc1-1/+2
2005-01-23more searchpath-related changesrsc2-1/+2
2005-01-23avoid saying unsigned long, for unix portrsc2-2/+2
2005-01-23add undocumented Abort builtinrsc1-5/+27
2005-01-23do not clobber register namesrsc1-1/+105
2005-01-23sort cores; print stack as commandrsc1-7/+16
2005-01-23change to use attach functions.rsc5-97/+35
$a means switch thread in core dumps. (maybe that should be $A now?).
2005-01-23Working on better handling of multithreading in generalrsc10-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.
2005-01-21arg countrsc1-1/+1
2005-01-21use better versionsrsc1-1/+1
2005-01-20ignore host read eof while exitingrsc3-0/+9
2005-01-20todorsc1-0/+6
2005-01-19use correct yaccrsc1-1/+0
2005-01-19add errnorsc2-1/+1
2005-01-19do not use shutdown on macrsc1-4/+6
2005-01-19avoid c99rsc1-15/+22
2005-01-19avoid c99 extensionsrsc1-4/+15
2005-01-19try againrsc1-4/+4
2005-01-19try again at x86-64rsc1-1/+3
2005-01-19continue x86-64rsc1-1/+2
2005-01-18addrsc1-0/+102
2005-01-18print core cmdrsc1-0/+1
2005-01-18check for lack of registersrsc1-4/+4
2005-01-18bigger chunkingrsc1-1/+1
2005-01-18remove venti for nowrsc53-10330/+2
2005-01-17do not call exits in threaded programsrsc7-17/+17
2005-01-17nil derefrsc1-1/+1
2005-01-16different naming conventionrsc1-4/+18
2005-01-16handle section (9p)rsc1-1/+4
2005-01-16use EARGFrsc1-3/+3
2005-01-16make vacfs work; thanks to luchorsc6-145/+154
2005-01-15Long-standing bug in syminit, tickled by placingrsc2-3/+5
initshell before syminit. Don't understand why syminit exists at all.
2005-01-15use threadexits instead of exitsrsc1-3/+3
2005-01-14ridiculous precisionrsc1-7/+7
2005-01-14floating percentrsc1-3/+4