|
|
[Submitted] copyright: Add code for finding all copyright blocks and create a COPYING file
|
nate
|
June 2nd, 2011, 2:36 p.m.
|
|
|
|
[Submitted] copyright: clean up copyright blocks
|
nate
|
June 2nd, 2011, 2:35 p.m.
|
|
|
|
[Submitted] style: Make the style hook work in directories other than the root.
|
nate
|
May 24th, 2011, 10:14 a.m.
|
|
|
|
[Submitted] gcc: fix an uninitialized variable warning from G++ 4.5
|
nate
|
May 17th, 2011, 11:45 a.m.
|
|
|
|
[Submitted] stats: better expose statistics to python.
|
nate
|
May 10th, 2011, 6:07 a.m.
|
|
|
|
[Submitted] stats: move code that loops over all stats into python
|
nate
|
May 10th, 2011, 6:07 a.m.
|
|
|
|
[Submitted] stats: delete mysql support
|
nate
|
May 10th, 2011, 6:07 a.m.
|
|
|
|
[Submitted] debug: fix help output
|
nate
|
April 28th, 2011, 4:47 p.m.
|
|
|
|
[Submitted] stats: rename stats so they can be used as python expressions
|
nate
|
April 19th, 2011, 1:19 p.m.
|
|
|
|
[Submitted] scons: make a flexible system for guarding source files
|
nate
|
December 21st, 2010, 8:21 a.m.
|
|
|
|
[Submitted] unittest: Make unit tests capable of using swig and python, convert stattest
|
nate
|
December 21st, 2010, 8:25 a.m.
|
|
|
|
[Submitted] includes: sort all includes
|
nate
|
December 25th, 2010, 4:10 p.m.
|
|
|
|
[Submitted] includes: fix up code after sorting
|
nate
|
December 25th, 2010, 8:05 p.m.
|
|
|
|
[Submitted] trace: reimplement the DTRACE function so it doesn't use a vector
|
nate
|
December 21st, 2010, 8:21 a.m.
|
|
|
|
[Submitted] debug: create a Debug namespace
|
nate
|
December 21st, 2010, 8:21 a.m.
|
|
|
|
[Submitted] util: python implementation of a routine that will sort includes
|
nate
|
December 25th, 2010, 4:10 p.m.
|
|
|
|
[Submitted] style: move style verifiers into classes
|
nate
|
April 13th, 2011, 9:46 a.m.
|
|
|
|
[Submitted] python: figure out if the m5.internal package exists even with demandimport
|
nate
|
April 13th, 2011, 9:45 a.m.
|
|
|
|
[Submitted] python: cleanup python code so stuff doesn't automatically happen at startup
|
nate
|
December 21st, 2010, 8:24 a.m.
|
|
|
|
[Submitted] region: add a utility class for keeping track of regions of some range
|
nate
|
April 13th, 2011, 9:45 a.m.
|
|
|
|
[Submitted] SortedDict: add functions for getting ranges of keys, values, items
|
nate
|
April 13th, 2011, 9:45 a.m.
|
|
|
|
[Submitted] style: add sort_includes to the style hook
|
nate
|
April 13th, 2011, 9:46 a.m.
|
|
|
|
[Submitted] style: add a user interface wrapper class
|
nate
|
April 13th, 2011, 9:46 a.m.
|
|
|
|
[Submitted] main: separate out interact() so it can be used by other functions
|
nate
|
December 21st, 2010, 8:22 a.m.
|
|
|
|
[Submitted] refcnt: Update doxygen comments
|
nate
|
January 24th, 2011, 5:05 p.m.
|
|
|
|
[Submitted] python: Add mechanism to override code compiled into the exectuable
|
nate
|
July 5th, 2010, 5:24 p.m.
|
|
|
|
Old Path Diff for gabe
|
nate
|
February 23rd, 2011, 11 a.m.
|
|
|
|
[mq]: foo.diff
|
nate
|
January 21st, 2011, 10:18 a.m.
|
|
|
|
[Submitted] ruby: get rid of ruby's Debug.hh
|
nate
|
January 4th, 2011, 1:57 p.m.
|
|
|
|
[Submitted] stats: Add a histogram statistic type
|
nate
|
December 21st, 2010, 9:18 a.m.
|
|
|
|
[Submitted] time: improve time datastructure
|
nate
|
January 13th, 2011, 7:32 p.m.
|
|
|
|
eventq: Add some statistics to the event queue.
|
nate
|
April 18th, 2010, 10:32 p.m.
|
|
|
|
[Submitted] ruby: get rid of the Map class
|
nate
|
June 2nd, 2010, 3:54 p.m.
|
|
|
|
[Submitted] ruby: get rid of RefCnt and Allocator stuff use base/refcnt.hh
|
nate
|
June 2nd, 2010, 3:43 p.m.
|
|
|
|
[Submitted] ruby: get rid of PrioHeap and use STL
|
nate
|
June 2nd, 2010, 3:55 p.m.
|
|
|
|
[Submitted] ruby: get rid of Vector and use STL
|
nate
|
June 2nd, 2010, 3:49 p.m.
|
|
|
|
eventq: Add a small cache to speed up insertions
|
nate
|
April 18th, 2010, 10:32 p.m.
|
|
|
|
eventq: add classes for Clock, ClockTicker, and PeriodicEvent
|
nate
|
April 18th, 2010, 10:32 p.m.
|
|
|
|
eventq: add a version of insert that takes a hint
|
nate
|
April 18th, 2010, 10:32 p.m.
|
|
|
|
[Submitted] syscall_emul: Corrected a bug on the syscall "read()" when reading EOF
|
NicolasDerumigny
|
July 23rd, 2016, 11:01 a.m.
|
|
|
|
syscall_emul: Added getdents and getdents64 syscalls
|
NicolasDerumigny
|
July 23rd, 2016, 11:03 a.m.
|
|
|
|
[Discarded] Syscall_emu: Added getdents and getdens64 syscalls
|
NicolasDerumigny
|
July 12th, 2016, 3:31 p.m.
|
|
|
|
[Discarded] syscall_emu: Corrected a bug on the syscall "read()" when reading EOF
|
NicolasDerumigny
|
July 12th, 2016, 3:43 p.m.
|
|
|
|
[Submitted] o3: drop unused statistic wbPenalized and wbPenalizedRate
|
nilay
|
September 13th, 2015, 5:39 p.m.
|
|
|
|
[Submitted] ruby: garnet: flexible: refactor flit
|
nilay
|
September 12th, 2015, 9:42 p.m.
|
|
|
|
[Submitted] ruby: remove unused functionalRead() function.
|
nilay
|
September 12th, 2015, 9:43 p.m.
|
|
|
|
[Submitted] ruby: profiler: provide the number of vnets through ruby system
|
nilay
|
September 13th, 2015, 5:41 p.m.
|
|
|
|
[Discarded] ruby: consumer: move away from Consumer class
|
nilay
|
July 24th, 2015, 4:45 a.m.
|
|
|
|
[Submitted] ruby: simple network: refactor code
|
nilay
|
September 12th, 2015, 9:42 p.m.
|
|
|
|
[Submitted] ruby: abstract controller: mark some variables as const
|
nilay
|
September 12th, 2015, 9:42 p.m.
|
|