process.cc (14129:7a41ca7e465c) process.cc (14130:62df30844a66)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

368 /* 103 */ SyscallDesc("syslog", unimplementedFunc),
369 /* 104 */ SyscallDesc("getgid", getgidFunc),
370 /* 105 */ SyscallDesc("setuid", unimplementedFunc),
371 /* 106 */ SyscallDesc("setgid", unimplementedFunc),
372 /* 107 */ SyscallDesc("geteuid", geteuidFunc),
373 /* 108 */ SyscallDesc("getegid", getegidFunc),
374 /* 109 */ SyscallDesc("setpgid", setpgidFunc),
375 /* 110 */ SyscallDesc("getppid", getppidFunc),
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

368 /* 103 */ SyscallDesc("syslog", unimplementedFunc),
369 /* 104 */ SyscallDesc("getgid", getgidFunc),
370 /* 105 */ SyscallDesc("setuid", unimplementedFunc),
371 /* 106 */ SyscallDesc("setgid", unimplementedFunc),
372 /* 107 */ SyscallDesc("geteuid", geteuidFunc),
373 /* 108 */ SyscallDesc("getegid", getegidFunc),
374 /* 109 */ SyscallDesc("setpgid", setpgidFunc),
375 /* 110 */ SyscallDesc("getppid", getppidFunc),
376 /* 111 */ SyscallDesc("getpgrp", unimplementedFunc),
376 /* 111 */ SyscallDesc("getpgrp", getpgrpFunc),
377 /* 112 */ SyscallDesc("setsid", unimplementedFunc),
378 /* 113 */ SyscallDesc("setreuid", unimplementedFunc),
379 /* 114 */ SyscallDesc("setregid", unimplementedFunc),
380 /* 115 */ SyscallDesc("getgroups", unimplementedFunc),
381 /* 116 */ SyscallDesc("setgroups", unimplementedFunc),
382 /* 117 */ SyscallDesc("setresuid", ignoreFunc),
383 /* 118 */ SyscallDesc("getresuid", unimplementedFunc),
384 /* 119 */ SyscallDesc("setresgid", unimplementedFunc),

--- 549 unchanged lines hidden ---
377 /* 112 */ SyscallDesc("setsid", unimplementedFunc),
378 /* 113 */ SyscallDesc("setreuid", unimplementedFunc),
379 /* 114 */ SyscallDesc("setregid", unimplementedFunc),
380 /* 115 */ SyscallDesc("getgroups", unimplementedFunc),
381 /* 116 */ SyscallDesc("setgroups", unimplementedFunc),
382 /* 117 */ SyscallDesc("setresuid", ignoreFunc),
383 /* 118 */ SyscallDesc("getresuid", unimplementedFunc),
384 /* 119 */ SyscallDesc("setresgid", unimplementedFunc),

--- 549 unchanged lines hidden ---