Vince Weaver
|
9b8e61beb3
|
Syscalls: Implement sysinfo() syscall.
|
2009-09-15 22:36:47 -07:00 |
|
Gabe Black
|
b066e717f4
|
ARM: Fix an instruction in the cmpxchg kernel provided routine.
The instruction was encoded as a load instead of the intended store.
|
2009-07-29 00:18:26 -07:00 |
|
Gabe Black
|
c2da5bae17
|
ARM: Get rid of a stray line in the set_tls handler.
|
2009-07-29 00:17:20 -07:00 |
|
Ali Saidi
|
0a9eb59e6f
|
ARM: Ignore the "times" system call.
|
2009-07-29 00:09:46 -07:00 |
|
Ali Saidi
|
19a4fb0ff3
|
ARM: Fix an ioctl constant.
|
2009-07-29 00:09:44 -07:00 |
|
Ali Saidi
|
daf8718da9
|
ARM: Update some syscall constants and delete others that are Alpha only.
|
2009-07-27 00:54:55 -07:00 |
|
Ali Saidi
|
e7640227ca
|
ARM: Fix fstat/fstat64 structs to match EABI definitions.
|
2009-07-27 00:51:20 -07:00 |
|
Ali Saidi
|
99831ed938
|
ARM: Handle register indexed system calls.
|
2009-07-27 00:51:01 -07:00 |
|
Jack Whitham
|
fce4412d76
|
ARM: Fix the "open" flag constants.
|
2009-07-14 21:03:33 -07:00 |
|
Gabe Black
|
b394242240
|
ARM: Hook in the mmap2 system call. Make ArmLinuxProcess handle 5,6 syscall params.
|
2009-06-09 23:41:45 -07:00 |
|
Gabe Black
|
c913c64be2
|
ARM: Add a memory_barrier function to the "comm page".
This function doesn't actually provide a memory barrier (I don't think they're
implemented) and instead just returns.
|
2009-06-09 23:41:35 -07:00 |
|
Gabe Black
|
3ff1e922c2
|
ARM: Add a cmpxchg implementation to the "comm page".
This implementation does what it's supposed to (I think), but it's not atomic
and doesn't have memory barriers like the kernel's version.
|
2009-06-09 23:41:03 -07:00 |
|
Gabe Black
|
37ac2871d5
|
ARM: Implement TLS. This is not tested.
|
2009-06-09 23:39:07 -07:00 |
|
Gabe Black
|
5daeefc505
|
ARM: Make ArmLinuxProcess understand "ARM private" system calls.
|
2009-06-09 23:38:50 -07:00 |
|
Gabe Black
|
fbf4dc9da2
|
ARM: Update the kernel version M5 reports to 2.6.16.19
|
2009-06-09 23:37:41 -07:00 |
|
Gabe Black
|
d080581db1
|
Merge ARM into the head. ARM will compile but may not actually work.
|
2009-04-06 10:19:36 -07:00 |
|
Stephen Hines
|
7a7c4c5fca
|
arm: add ARM support to M5
|
2009-04-05 18:53:15 -07:00 |
|