|
[Discarded] style: local variable name correction
|
bpotter
|
February 23rd, 2017, 7:56 p.m.
|
|
|
[Discarded] style: change NULL to nullptr in syscall files
|
bpotter
|
February 23rd, 2017, 7:58 p.m.
|
|
|
[Discarded] sim: expand AuxVector class
|
bpotter
|
February 23rd, 2017, 10:16 p.m.
|
|
|
[Discarded] syscall_emul: style mods and small refactor to FDArray
|
bpotter
|
February 24th, 2017, 10:23 p.m.
|
|
|
[Submitted] syscall_emul: remove memState from process and put into own file
|
bpotter
|
February 23rd, 2017, 7:44 p.m.
|
|
|
[Submitted] syscall_emul: remove unused class and member
|
bpotter
|
February 23rd, 2017, 7:33 p.m.
|
|
|
[Submitted] syscall_emul: [PATCH 22/22] ignore system calls that are unimplemented.
|
bpotter
|
November 7th, 2016, 10:57 p.m.
|
|
|
[Submitted] syscall_emul: [PATCH 21/22] rewrite code related to system call exits
|
bpotter
|
November 7th, 2016, 10:20 p.m.
|
|
|
[Submitted] syscall_emul: [PATCH 20/22] add the tgkill system call
|
bpotter
|
November 7th, 2016, 10:10 p.m.
|
|
|
[Submitted] syscall_emul: [PATCH 19/22] adds basic signaling mechanism to SE mode
|
bpotter
|
November 7th, 2016, 10:09 p.m.
|
|
|
[Submitted] syscall_emul: [PATCH 18/22] refactor and add functionality for dup, dup2, and pipe
|
bpotter
|
November 7th, 2016, 10:09 p.m.
|
|
|
[Submitted] syscall_emul: [PATCH 17/22] refactor and add functionality to open syscall family
|
bpotter
|
November 7th, 2016, 10:07 p.m.
|
|
|
[Submitted] style: [PATCH 16/22] correct some style issues
|
bpotter
|
November 7th, 2016, 10:05 p.m.
|
|
|
[Submitted] x86: remove unnecessary parameter from functions
|
bpotter
|
February 23rd, 2017, 10:17 p.m.
|
|
|
[Submitted] syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations
|
bpotter
|
November 7th, 2016, 10:04 p.m.
|
|
|
[Submitted] syscall_emul: [patch 14/22] adds identifier system calls
|
bpotter
|
November 7th, 2016, 9:56 p.m.
|
|
|
[Submitted] gpu-compute: remove unnecessary member from class
|
bpotter
|
February 25th, 2017, 7:31 p.m.
|
|
|
[Submitted] gpu-compute: mark functions with override if replacing virtual
|
bpotter
|
February 25th, 2017, 7:33 p.m.
|
|
|
[Discarded] gpu-compute: add M5_VAR_USED specifier to fix fast builds
|
bpotter
|
February 25th, 2017, 7:33 p.m.
|
|
|
[Submitted] base: fix small memory leak in the ELF loader
|
bpotter
|
August 12th, 2015, 9:19 p.m.
|
|
|
[Submitted] x86: remove redundant condition check in tlb code
|
bpotter
|
July 28th, 2015, 10:05 p.m.
|
|
|
[Submitted] syscall_emul: [patch 13/22] add system call retry capability
|
bpotter
|
October 17th, 2016, 4:54 p.m.
|
|
|
[Submitted] style: [patch 12/22] fix preliminary style issues for subsequent fault patch
|
bpotter
|
October 17th, 2016, 4:11 p.m.
|
|
|
[Submitted] syscall_emul: [patch 11/22] extend functionality of fcntl
|
bpotter
|
October 17th, 2016, 4:05 p.m.
|
|
|
[Discarded] syscall_emul: return -errno on a failed close call
|
bpotter
|
November 16th, 2016, 4:25 p.m.
|
|
|
[Discarded] ruby: allows multiple instances of ruby to be invoked
|
bpotter
|
September 14th, 2015, 11:58 p.m.
|
|
|
[Submitted] style: change NULL to nullptr in syscall files
|
bpotter
|
November 14th, 2016, 9:02 p.m.
|
|
|
[Submitted] style: local variable name correction
|
bpotter
|
November 16th, 2016, 4:24 p.m.
|
|
|
[Submitted] sparc: fix bugs caused by cd7f3a1dbf55
|
bpotter
|
February 3rd, 2017, 6:30 p.m.
|
|
|
[Submitted] sim: fix out-of-bounds error in syscall_desc
|
bpotter
|
February 16th, 2017, 5:39 p.m.
|
|
|
[Submitted] syscall_emul: [patch 10/22] refactor fdentry and add fdarray class
|
bpotter
|
October 17th, 2016, 3:41 p.m.
|
|
|
[Submitted] syscall_emul: [patch 8/22] refactor process class
|
bpotter
|
October 17th, 2016, 3:23 p.m.
|
|
|
[Submitted] syscall_emul: [patch 7/22] remove numCpus method
|
bpotter
|
October 17th, 2016, 3:20 p.m.
|
|
|
[Submitted] syscall_emul: [patch 6/22] remove unused fields from Process class
|
bpotter
|
October 17th, 2016, 3:19 p.m.
|
|
|
[Submitted] syscall_emul: [patch 5/22] remove LiveProcess class and use Process instead
|
bpotter
|
October 17th, 2016, 3:17 p.m.
|
|
|
[Submitted] syscall_emul: [patch 9/22] remove unused global variable (num_processes)
|
bpotter
|
October 17th, 2016, 1:06 p.m.
|
|
|
[Discarded] mem: add M5_VAR_USED to comm_monitor function vars
|
bpotter
|
February 15th, 2017, 8:43 p.m.
|
|
|
[Submitted] style: [patch 3/22] reduce include dependencies in some headers
|
bpotter
|
October 5th, 2016, 4:27 p.m.
|
|
|
[Submitted] syscall_emul: [patch 4/22] remove redundant M5_pid field from process
|
bpotter
|
October 17th, 2016, 1:06 p.m.
|
|
|
[Submitted] syscall_emul: #ifdef new system calls to allow builds on OSX and BSD
|
bpotter
|
January 19th, 2017, 5:30 p.m.
|
|
|
[Submitted] syscall_emul: [patch 2/22] move SyscallDesc into its own .hh and .cc
|
bpotter
|
October 11th, 2016, 8:32 p.m.
|
|
|
[Submitted] style: [patch 1/22] use /r/3648/ to reorganize includes
|
bpotter
|
October 11th, 2016, 4:01 p.m.
|
|
|
[Submitted] style: remove err.h to prevent a name collision
|
bpotter
|
October 10th, 2016, 5:16 p.m.
|
|
|
[Submitted] syscall_emul: add support for x86 statfs system calls
|
bpotter
|
November 17th, 2016, 8:26 p.m.
|
|
|
[Submitted] syscall_emul: implement fallocate
|
bpotter
|
November 17th, 2016, 8:25 p.m.
|
|
|
[Submitted] syscall_emul: extend sysinfo system call to include mem_unit
|
bpotter
|
November 17th, 2016, 8:27 p.m.
|
|
|
[Submitted] hsail: disable asserts to allow immediate operands i.e. 0 with loads
|
bpotter
|
November 17th, 2016, 8:27 p.m.
|
|
|
[Submitted] hsail: add stub type and stub out several instructions
|
bpotter
|
November 17th, 2016, 8:28 p.m.
|
|
|
[Submitted] hsail: add popcount type and generate popcount instructions
|
bpotter
|
November 17th, 2016, 8:28 p.m.
|
|
|
[Submitted] hsail: add a wavesize case statement to register operand code
|
bpotter
|
November 17th, 2016, 8:28 p.m.
|
|