gem5/src/kern
Brandon Potter 4f7c969e27 style: change Process function calls to use camelCase
The Process class methods were using an improper style and this subsequently
bled into the system call code.  The following regular expressions should be
helpful if someone transitions private system call patches on top of these
changesets:

s/alloc_fd/allocFD/
s/sim_fd(/simFD(/
s/sim_fd_obj/getFDEntry/
s/fix_file_offsets/fixFileOffsets/
s/find_file_offsets/findFileOffsets/
2015-07-24 12:25:23 -07:00
..
freebsd arch, base, dev, kern, sym: FreeBSD support 2015-04-29 22:35:23 -05:00
linux syscall_emul: implement clock_gettime system call 2015-04-22 07:51:27 -07:00
solaris Merge with main repository. 2012-01-30 21:07:57 -08:00
tru64 style: change Process function calls to use camelCase 2015-07-24 12:25:23 -07:00
kernel_stats.cc sim: Refactor the serialization base class 2015-07-07 09:51:03 +01:00
kernel_stats.hh sim: Refactor the serialization base class 2015-07-07 09:51:03 +01:00
operatingsystem.cc syscall_emul: clean up open() code a bit. 2012-08-06 16:55:28 -07:00
operatingsystem.hh SE/FS: Make getProcessPtr available in both modes, and get rid of FULL_SYSTEMs. 2011-10-30 00:33:02 -07:00
SConscript arch, base, dev, kern, sym: FreeBSD support 2015-04-29 22:35:23 -05:00
system_events.cc trace: reimplement the DTRACE function so it doesn't use a vector 2011-04-15 10:44:32 -07:00
system_events.hh Moved the idle event out of system_events.hh. The skipFuncEvent can be made ISA independent by making it use the #define for branch delay slots (and NNPC) 2006-11-07 05:38:33 -05:00