]> mj.ucw.cz Git - eval.git/history - box
Doc: Note that Isolate has moved
[eval.git] / box /
2014-07-11 Martin MaresMerge branch 'container'
2012-09-24 Martin MaresMakefile: Be quiet by default
2012-09-24 Martin MaresFinish rename of MO-Eval to Moe
2012-09-24 Martin MaresMerge branch 'container'
2012-07-29 Martin MaresBox: Re-open /proc/$PID/mem on exec
2011-07-26 Martin MaresBox: Allow /proc/self/maps
2010-07-17 Martin MaresBox: Allow the arch_prctl syscall on amd64
2010-07-05 Martin MaresBox: Let 32-/64-bit mode be configurable
2010-07-05 Martin MaresBox: Let the 32-bit version refuse to run on 64-bit...
2010-07-05 Martin MaresBox: Support systems with 64-bit kernel and 32-bit...
2010-06-20 Martin MaresBox: Use read_user_mem() where possible
2010-06-20 Martin MaresBox: Carefully check that 64-bit syscalls are what...
2010-06-20 Martin MaresBox: Generalize decoding of syscall arguments and imple...
2010-06-20 Martin MaresBox: Filter out madvise1, which is an alias for madvise...
2010-06-20 Martin MaresBox: Introduce 64-bit mode and mask out syscalls which...
2010-06-20 Martin MaresBox: Added a toy program testing various kinds of syscalls
2009-07-31 Martin MaresBox: Do not report all errors as "during startup" if...
2009-07-31 Martin MaresBox: Added an option for controlling the stack size...
2009-04-29 Martin MaresHopefully fixed the occasional "UGH" error.
2009-04-29 Martin MaresInclude <linux/ptrace.h>, because <sys/ptrace.h> tends...
2009-04-05 Martin MaresBox: Record in the meta-file whether the process has...
2009-04-05 Martin MaresBox: Implemented the `-x' (extra timeout) option
2009-04-05 Martin MaresSyscall handling reform
2009-03-28 Martin MaresBox: Use SIGSTOP to notify the parent that the child...
2009-03-28 Martin MaresMerge branch 'master' of ssh://git.ucw.cz/home/mj/GIT...
2009-03-28 Martin MaresSandbox: call setup_environment() before enabling sysca...
2008-08-24 Martin MaresSample memory usage only on selected syscalls.
2008-08-24 Martin MaresDetect breakpoint instructions, which are reported...
2008-08-24 Martin MaresIntroduced sampling of memory usage.
2008-08-24 Martin MaresOops, there was a typo in the previous patch.
2008-08-24 Martin MaresThe mmap2() syscall is available even in the strict...
2008-08-24 Martin MaresPermit the set_tid_address() syscall.
2008-08-24 Martin MaresDocument various error reporting functions.
2008-08-22 Martin MaresThe FIXME was wrong, start_time is available whenever...
2008-08-22 Martin MaresInternal errors are reported properly.
2008-08-22 Martin MaresWrite all relevant information to the metafile.
2008-08-22 Martin Maresusage() should exit with code 2, too.
2008-08-22 Martin MaresWe do not care about ancient C libraries any more.
2008-08-22 Martin MaresDistinguish between die() and err().
2008-08-22 Martin MaresChanged formatting of time metas.
2008-08-22 Martin MaresGather timing statistics on unsuccessful exit, too.
2008-08-22 Martin MaresAdded basic support for writing meta-files.
2008-05-15 Martin MaresMoved sandbox to box/.