gem5/src
Andreas Hansson 6290f98194 misc: Use gmtime for conversion to UTC to avoid getenv/setenv
This patch changes how we turn time into UTC. Previously we
manipulated the TZ environment variable, but this has issues as the
strings that are manipulated could be tainted (see e.g. CERT
ENV34-C). Now we simply rely on the built-in gmtime function and avoid
touching getenv/setenv all together.
2014-10-20 18:03:55 -04:00
..
arch sim: implement getdents/getdents64 in user mode 2014-10-20 16:44:53 -05:00
base misc: Use gmtime for conversion to UTC to avoid getenv/setenv 2014-10-20 18:03:55 -04:00
cpu cpu: o3: corrects base FP and CC register index in removeThread() 2014-10-20 16:47:55 -05:00
dev misc: Use gmtime for conversion to UTC to avoid getenv/setenv 2014-10-20 18:03:55 -04:00
doc cpu: `Minor' in-order CPU model 2014-07-23 16:09:04 -05:00
doxygen MEM: Put memory system document into doxygen 2012-09-25 11:49:41 -05:00
kern misc: Move AddrRangeList from port.hh to addr_range.hh 2014-10-16 05:49:59 -04:00
mem mem: Fix DRAM activationlLimit bug 2014-10-20 18:03:55 -04:00
proto mem: change the namespace Message to ProtoMessage 2014-09-01 16:55:46 -05:00
python sim: EventQueue wakeup on events scheduled outside the event loop 2014-10-16 05:49:53 -04:00
sim sim: invalid alignment checks in mmap and mremap 2014-10-20 16:45:25 -05:00
unittest unittest: Fix build errors 2014-01-30 12:21:58 -06:00
Doxyfile Doxygen: Update the version of the Doxyfile 2012-10-11 06:38:42 -04:00
SConscript arch,x86,mem: Dynamically determine the ISA for Ruby store check 2014-10-16 05:49:44 -04:00