This website requires JavaScript.
Explore
Help
Sign In
derek
/
gem5
Watch
1
Star
0
Fork
0
You've already forked gem5
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
23dc5099a4bca9e38a286d867c4eccd7db3c09c1
gem5
/
src
/
arch
/
sparc
/
linux
History
Gabe Black
23dc5099a4
Implement the _llseek syscall. It's Linux only, so we'll actually use the lseek syscall.
...
--HG-- extra : convert_revision : cccfd5efddbba527c6fb4e07ad2ab235a2670918
2007-03-03 03:34:55 +00:00
..
linux.cc
Cleaned up include files and got rid of many using directives in header files.
2006-08-15 05:07:15 -04:00
linux.hh
Changes to correct stat behavior
2006-09-15 21:43:12 -04:00
process.cc
Implement the _llseek syscall. It's Linux only, so we'll actually use the lseek syscall.
2007-03-03 03:34:55 +00:00
process.hh
Make trap instructions always generate TrapInstruction Fault objects which call into the Process object to handle system calls. Refactored the Process objects, and move the handler code into it's own file, and add some syscalls which are used in a natively compiled hello world. Software traps with trap number 3 (not syscall number 3) are supposed to cause the register windows to be flushed but are ignored right now. Finally, made uname for SPARC report a 2.6.12 kernel which is what m22-018.pool happens to be running.
2007-02-28 16:36:38 +00:00