summaryrefslogtreecommitdiff
path: root/sys/arch/evbppc/obs405
ModeNameSize
d---------dev78logplain
-rw-r--r--obs200_autoconf.c2350logplain
-rw-r--r--obs200_locore.S6475logplain
-rw-r--r--obs200_machdep.c8465logplain
-rw-r--r--obs266_autoconf.c2350logplain
-rw-r--r--obs266_machdep.c7661logplain
-rw-r--r--obs600_autoconf.c3721logplain
-rw-r--r--obs600_locore.S3350logplain
-rw-r--r--obs600_machdep.c9449logplain
-rw-r--r--rbus_machdep.c2811logplain
ere used. Fixesjsm crash on "carry old all" shown up by fuzz testing. Patch from Paul Janzen <pjanzen@foatdi.harvard.edu>. 2000-09-21Various improvements to parsing in battlestar, mostly from OpenBSD.jsm Define a constant WORDLEN. Always use this constant and NWORD where appropriate. Use NWORD - 1 in battlestar.c to avoid off-by-one error. Increment wordnumber after the INVEN verb to allow it to be followed by a comma and other actions. Avoid overflowing elements of the words array if input words are too long. Parse "," as AND except when followed by a verb, to allow such constructions as "take foo, bar, and baz". Trim AND AND which may occur from the ", and" in such a list. Avoid crashes from EVERYTHING in the wrong place by moving it to the start of OBJECT AND EVERYTHING and NOUNS AND EVERYTHING sequences, and trimming EVERYTHING AND EVERYTHING.