process.cc (6393:1895318a1b26) process.cc (6395:05f1d2cd7e9e)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

--- 246 unchanged lines hidden (view full) ---

255 /* 189 */ SyscallDesc("putpmsg", unimplementedFunc),
256 /* 190 */ SyscallDesc("vfork", unimplementedFunc),
257 /* 191 */ SyscallDesc("getrlimit", unimplementedFunc),
258 /* 192 */ SyscallDesc("mmap2", mmapFunc<ArmLinux>),
259 /* 193 */ SyscallDesc("truncate64", unimplementedFunc),
260 /* 194 */ SyscallDesc("ftruncate64", unimplementedFunc),
261 /* 195 */ SyscallDesc("stat64", unimplementedFunc),
262 /* 196 */ SyscallDesc("lstat64", lstat64Func<ArmLinux>),
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

--- 246 unchanged lines hidden (view full) ---

255 /* 189 */ SyscallDesc("putpmsg", unimplementedFunc),
256 /* 190 */ SyscallDesc("vfork", unimplementedFunc),
257 /* 191 */ SyscallDesc("getrlimit", unimplementedFunc),
258 /* 192 */ SyscallDesc("mmap2", mmapFunc<ArmLinux>),
259 /* 193 */ SyscallDesc("truncate64", unimplementedFunc),
260 /* 194 */ SyscallDesc("ftruncate64", unimplementedFunc),
261 /* 195 */ SyscallDesc("stat64", unimplementedFunc),
262 /* 196 */ SyscallDesc("lstat64", lstat64Func<ArmLinux>),
263 /* 197 */ SyscallDesc("fstat64", fstatFunc),
263 /* 197 */ SyscallDesc("fstat64", fstat64Func<ArmLinux>),
264 /* 198 */ SyscallDesc("lchown", unimplementedFunc),
265 /* 199 */ SyscallDesc("getuid", getuidFunc),
266 /* 200 */ SyscallDesc("getgid", getgidFunc),
267 /* 201 */ SyscallDesc("geteuid", geteuidFunc),
268 /* 202 */ SyscallDesc("getegid", getegidFunc),
269 /* 203 */ SyscallDesc("setreuid", unimplementedFunc),
270 /* 204 */ SyscallDesc("setregid", unimplementedFunc),
271 /* 205 */ SyscallDesc("getgroups", unimplementedFunc),

--- 259 unchanged lines hidden ---
264 /* 198 */ SyscallDesc("lchown", unimplementedFunc),
265 /* 199 */ SyscallDesc("getuid", getuidFunc),
266 /* 200 */ SyscallDesc("getgid", getgidFunc),
267 /* 201 */ SyscallDesc("geteuid", geteuidFunc),
268 /* 202 */ SyscallDesc("getegid", getegidFunc),
269 /* 203 */ SyscallDesc("setreuid", unimplementedFunc),
270 /* 204 */ SyscallDesc("setregid", unimplementedFunc),
271 /* 205 */ SyscallDesc("getgroups", unimplementedFunc),

--- 259 unchanged lines hidden ---