Review Board 2.0.15


  • Brandon Potter

    bpotter

    Brandon Potter
    Last logged in Feb. 19, 2018
    Joined April 11, 2014

bpotter's review requests

Summary
Submitter Posted Last Updated
x86: remove unnecessary parameter from functions
bpotter
February 23rd, 2017, 10:17 p.m.
x86: remove redundant condition check in tlb code
bpotter
July 28th, 2015, 10:05 p.m.
syscall_emul: [patch 9/22] remove unused global variable (num_processes)
bpotter
October 17th, 2016, 1:06 p.m.
syscall_emul: [patch 8/22] refactor process class
bpotter
October 17th, 2016, 3:23 p.m.
syscall_emul: [patch 7/22] remove numCpus method
bpotter
October 17th, 2016, 3:20 p.m.
syscall_emul: [patch 6/22] remove unused fields from Process class
bpotter
October 17th, 2016, 3:19 p.m.
syscall_emul: [patch 5/22] remove LiveProcess class and use Process instead
bpotter
October 17th, 2016, 3:17 p.m.
syscall_emul: [patch 4/22] remove redundant M5_pid field from process
bpotter
October 17th, 2016, 1:06 p.m.
syscall_emul: [PATCH 22/22] ignore system calls that are unimplemented.
bpotter
November 7th, 2016, 10:57 p.m.
syscall_emul: [PATCH 21/22] rewrite code related to system call exits
bpotter
November 7th, 2016, 10:20 p.m.
syscall_emul: [PATCH 20/22] add the tgkill system call
bpotter
November 7th, 2016, 10:10 p.m.
syscall_emul: [patch 2/22] move SyscallDesc into its own .hh and .cc
bpotter
October 11th, 2016, 8:32 p.m.
syscall_emul: [PATCH 19/22] adds basic signaling mechanism to SE mode
bpotter
November 7th, 2016, 10:09 p.m.
syscall_emul: [PATCH 18/22] refactor and add functionality for dup, dup2, and pipe
bpotter
November 7th, 2016, 10:09 p.m.
syscall_emul: [PATCH 17/22] refactor and add functionality to open syscall family
bpotter
November 7th, 2016, 10:07 p.m.
syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations
bpotter
November 7th, 2016, 10:04 p.m.
syscall_emul: [patch 14/22] adds identifier system calls
bpotter
November 7th, 2016, 9:56 p.m.
syscall_emul: [patch 13/22] add system call retry capability
bpotter
October 17th, 2016, 4:54 p.m.
syscall_emul: [patch 11/22] extend functionality of fcntl
bpotter
October 17th, 2016, 4:05 p.m.
syscall_emul: [patch 10/22] refactor fdentry and add fdarray class
bpotter
October 17th, 2016, 3:41 p.m.
syscall_emul: update x86 syscall table with additional definitions (through Linux 3.13)
bpotter
February 6th, 2015, 10:07 p.m.
syscall_emul: update getrlimit to warn (instead of std::cerr) and return
bpotter
February 6th, 2015, 10:07 p.m.
[Discarded] syscall_emul: style mods and small refactor to FDArray
bpotter
February 24th, 2017, 10:23 p.m.
syscall_emul: standardized file descriptor name and add return checks.
bpotter
July 14th, 2015, 5:31 a.m.
[Discarded] syscall_emul: return -errno on a failed close call
bpotter
November 16th, 2016, 4:25 p.m.
syscall_emul: rename OpenFlagTransTable struct
bpotter
February 10th, 2016, 6:19 p.m.
syscall_emul: remove unused class and member
bpotter
February 23rd, 2017, 7:33 p.m.
[Discarded] syscall_emul: remove TGT_MMAP_* flags that break OSX build
bpotter
October 17th, 2016, 7:47 p.m.
syscall_emul: remove memState from process and put into own file
bpotter
February 23rd, 2017, 7:44 p.m.
syscall_emul: move mmapGrowsDown() to LiveProcess
bpotter
February 10th, 2016, 6:20 p.m.
syscall_emul: implement fallocate
bpotter
November 17th, 2016, 8:25 p.m.
syscall_emul: implement clock_gettime system call
bpotter
February 6th, 2015, 10:07 p.m.
syscall_emul: fix warning with wrong syscall name and nix extra whitespace
bpotter
February 6th, 2015, 10:07 p.m.
syscall_emul: fix bugs for mmap2 system call and x86-32 syscalls
bpotter
February 10th, 2016, 6:20 p.m.
syscall_emul: file descriptor interface changes
bpotter
July 14th, 2015, 5:30 a.m.
syscall_emul: extend sysinfo system call to include mem_unit
bpotter
November 17th, 2016, 8:27 p.m.
syscall_emul: extend mmap system call to support file backed mmaps
bpotter
February 10th, 2016, 6:20 p.m.
syscall_emul: add support for x86 statfs system calls
bpotter
November 17th, 2016, 8:26 p.m.
syscall_emul: add many Linux kernel flags
bpotter
February 10th, 2016, 6:20 p.m.
syscall_emul: add extra debug support for syscalls
bpotter
February 10th, 2016, 6:19 p.m.
syscall_emul: #ifdef new system calls to allow builds on OSX and BSD
bpotter
January 19th, 2017, 5:30 p.m.
style: [patch 3/22] reduce include dependencies in some headers
bpotter
October 5th, 2016, 4:27 p.m.
style: [PATCH 16/22] correct some style issues
bpotter
November 7th, 2016, 10:05 p.m.
style: [patch 12/22] fix preliminary style issues for subsequent fault patch
bpotter
October 17th, 2016, 4:11 p.m.
style: [patch 1/22] use /r/3648/ to reorganize includes
bpotter
October 11th, 2016, 4:01 p.m.
style: remove err.h to prevent a name collision
bpotter
October 10th, 2016, 5:16 p.m.
style: refactor lseek
bpotter
February 10th, 2016, 6:19 p.m.
[Discarded] style: reduce include dependencies in some headers
bpotter
October 11th, 2016, 8:34 p.m.
[Discarded] style: local variable name correction
bpotter
February 23rd, 2017, 7:56 p.m.
style: local variable name correction
bpotter
November 16th, 2016, 4:24 p.m.
1 2 3 > 3 pages