4 Commits

Author SHA1 Message Date
Scott Haseley
a65ddfdc81 Beefed up consoletest for new ASST2.1. In its former incarnation, there
is an easy hack to pass the test. This new version checks a little more
of the write() spec and prevents the known exploitation.
2017-02-18 23:11:29 -05:00
Guru Prasad Srinivasa
2cb47cb4c8 Removed all instances of crash_prog()
crash_prog was introduced to force-crash a userspace program
since _exit may not yet be implemented. However, the new versions
of OS161 already have the exact same logic as crash_prog in stdlib/exit.
2016-03-07 10:55:20 -05:00
Guru Prasad Srinivasa
f6c107f839 Removed newline in consoletest secprintf 2016-03-01 14:51:41 -05:00
Guru Prasad Srinivasa
d466eb7102 Added userland/testbin 2016-02-29 20:10:59 -05:00