Commit Commit Message Age Author Refs
r225:d275da5f0fc5
 
add numpy to installer and fix box64 to acknowldge more syscall
r189:45a8ea0792f3
 
big merge with dae
merge default
r186:c8d646326d0a
 
add option -A <opt> to box. This options allow more argument to be explicitly passed to the program We have to use this because if the argument we wish to pass to the program is option (in -? format), box will intepret it as its option and failed accordingly. be noted that, by the definition of getopt, these options will be put after original argument (check the code for more info)
r185:741a455330df
 
add a new modified sandbox "box" The original file was pulled from moe (git://git.ucw.cz/moe.git) by Martin Mares's commit on Sun Jul 29 23:53:56 2012 +0200 The modification is to make it separately compilable and add more option to specify additional argument to the program. (Please see usage guide) run `gcc -o box -std=c99 box64-new.c` to compile.
r164:447fdbbeac2c
 
change memory resolution in report to kbytes
r160:f0502be39e3b
 
add run_stat checking
r157:b4e13c98cfec
 
fix bux when pid=0
r156:79ac3b784a65
 
add new box, from moe, and modified to report running time in grader format