|
|
[Submitted] syscall_emul: factor out flag tables into common file
|
stever
|
March 26th, 2016, 3:40 a.m.
|
|
|
|
[Submitted] syscall_emul: file descriptor interface changes
|
bpotter
|
July 14th, 2015, 5:30 a.m.
|
|
|
|
[Submitted] syscall_emul: fix bug in aux vector initialization
|
stever
|
January 18th, 2016, 6:53 p.m.
|
|
|
|
[Submitted] syscall_emul: fix bugs for mmap2 system call and x86-32 syscalls
|
bpotter
|
February 10th, 2016, 6:20 p.m.
|
|
|
|
[Submitted] syscall_emul: fix warning with wrong syscall name and nix extra whitespace
|
bpotter
|
February 6th, 2015, 10:07 p.m.
|
|
|
|
[Submitted] syscall_emul: fix warn_once behavior
|
stever
|
April 2nd, 2015, 3:47 p.m.
|
|
|
|
[Submitted] syscall_emul: Implement clock_getres() system call
|
mlebeane
|
January 15th, 2016, 8:14 p.m.
|
|
|
|
[Submitted] syscall_emul: implement clock_gettime system call
|
bpotter
|
February 6th, 2015, 10:07 p.m.
|
|
|
|
[Submitted] syscall_emul: implement fallocate
|
bpotter
|
November 17th, 2016, 8:25 p.m.
|
|
|
|
[Submitted] syscall_emul: implement MAP_FIXED option to mmap()
|
stever
|
October 21st, 2011, 7:51 a.m.
|
|
|
|
syscall_emul: implement newfstatat, mbind and faccessat syscall
|
puthoorsooraj
|
May 5th, 2016, 6:22 p.m.
|
|
|
|
[Submitted] syscall_emul: move mmapGrowsDown() to LiveProcess
|
bpotter
|
February 10th, 2016, 6:20 p.m.
|
|
|
|
[Submitted] syscall_emul: remove memState from process and put into own file
|
bpotter
|
February 23rd, 2017, 7:44 p.m.
|
|
|
|
[Discarded] syscall_emul: remove TGT_MMAP_* flags that break OSX build
|
bpotter
|
October 17th, 2016, 7:47 p.m.
|
|
|
|
[Submitted] syscall_emul: remove unused class and member
|
bpotter
|
February 23rd, 2017, 7:33 p.m.
|
|
|
|
[Submitted] syscall_emul: rename OpenFlagTransTable struct
|
bpotter
|
February 10th, 2016, 6:19 p.m.
|
|
|
|
[Discarded] syscall_emul: return -errno on a failed close call
|
bpotter
|
November 16th, 2016, 4:25 p.m.
|
|
|
|
[Submitted] syscall_emul: standardized file descriptor name and add return checks.
|
bpotter
|
July 14th, 2015, 5:31 a.m.
|
|
|
|
[Discarded] syscall_emul: style mods and small refactor to FDArray
|
bpotter
|
February 24th, 2017, 10:23 p.m.
|
|
|
|
[Submitted] syscall_emul: update getrlimit to warn (instead of std::cerr) and return
|
bpotter
|
February 6th, 2015, 10:07 p.m.
|
|
|
|
[Submitted] syscall_emul: update x86 syscall table with additional definitions (through Linux 3.13)
|
bpotter
|
February 6th, 2015, 10:07 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 11/22] extend functionality of fcntl
|
bpotter
|
October 17th, 2016, 4:05 p.m.
|
|
|
|
[Submitted] syscall_emul: [patch 13/22] add system call retry capability
|
bpotter
|
October 17th, 2016, 4:54 p.m.
|
|
|
|
[Submitted] syscall_emul: [patch 14/22] adds identifier system calls
|
bpotter
|
November 7th, 2016, 9:56 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 17/22] refactor and add functionality to open syscall family
|
bpotter
|
November 7th, 2016, 10:07 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 19/22] adds basic signaling mechanism to SE mode
|
bpotter
|
November 7th, 2016, 10:09 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] syscall_emul: [PATCH 20/22] add the tgkill system call
|
bpotter
|
November 7th, 2016, 10:10 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 22/22] ignore system calls that are unimplemented.
|
bpotter
|
November 7th, 2016, 10:57 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: [patch 5/22] remove LiveProcess class and use Process instead
|
bpotter
|
October 17th, 2016, 3:17 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 7/22] remove numCpus method
|
bpotter
|
October 17th, 2016, 3:20 p.m.
|
|
|
|
[Submitted] syscall_emul: [patch 8/22] refactor process class
|
bpotter
|
October 17th, 2016, 3:23 p.m.
|
|
|
|
[Submitted] syscall_emul: [patch 9/22] remove unused global variable (num_processes)
|
bpotter
|
October 17th, 2016, 1:06 p.m.
|
|
|
|
[Submitted] sysemul: bump all linux versions of for syscal emulation to 3.0.
|
ali
|
August 14th, 2012, 5:41 a.m.
|
|
|
|
[Submitted] System: Fix the check which detects running out of physical memory.
|
gblack
|
February 2nd, 2012, 6 p.m.
|
|
|
|
[Submitted] System: Move code in initState() back into constructor whenever possible.
|
ali
|
March 6th, 2012, 4:17 p.m.
|
|
|
|
[Submitted] System: Remove redundant call to startupCPU
|
nilay
|
August 15th, 2012, 3:48 p.m.
|
|
|
|
[Submitted] System: set kernel to null, if unspecified.
|
nilay
|
August 6th, 2012, 4:16 p.m.
|
|
|
|
[Discarded] Systemc-GEM5
|
tito20065
|
January 20th, 2015, 8:08 a.m.
|
|
|
|
[Discarded] tcp_iface.cc does not compile on FreeBSD
|
baz21
|
November 4th, 2015, 2:39 p.m.
|
|
|
|
[Submitted] test, arm: Add scripts to test checkpoints
|
ahansson
|
March 6th, 2015, 1:40 p.m.
|
|
|
|
[Submitted] test: A test program for the new mwait implementation.
|
drh5
|
January 14th, 2013, 8:26 a.m.
|
|
|
|
[Submitted] test: A test program for the new mwait implementation.
|
marc.orr
|
November 4th, 2014, 12:38 a.m.
|
|
|
|
[Submitted] test: Add a unittest for the BitUnion types.
|
gblack
|
December 17th, 2014, 7:08 a.m.
|
|