process.cc (5569:baeee670d4ce) process.cc (5748:f28f020f3006)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

131 /* 9 */ SyscallDesc("link", unimplementedFunc),
132 /* 10 */ SyscallDesc("unlink", unlinkFunc),
133 /* 11 */ SyscallDesc("osf_execve", unimplementedFunc),
134 /* 12 */ SyscallDesc("chdir", unimplementedFunc),
135 /* 13 */ SyscallDesc("fchdir", unimplementedFunc),
136 /* 14 */ SyscallDesc("mknod", unimplementedFunc),
137 /* 15 */ SyscallDesc("chmod", chmodFunc<AlphaLinux>),
138 /* 16 */ SyscallDesc("chown", chownFunc),
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

131 /* 9 */ SyscallDesc("link", unimplementedFunc),
132 /* 10 */ SyscallDesc("unlink", unlinkFunc),
133 /* 11 */ SyscallDesc("osf_execve", unimplementedFunc),
134 /* 12 */ SyscallDesc("chdir", unimplementedFunc),
135 /* 13 */ SyscallDesc("fchdir", unimplementedFunc),
136 /* 14 */ SyscallDesc("mknod", unimplementedFunc),
137 /* 15 */ SyscallDesc("chmod", chmodFunc<AlphaLinux>),
138 /* 16 */ SyscallDesc("chown", chownFunc),
139 /* 17 */ SyscallDesc("brk", obreakFunc),
139 /* 17 */ SyscallDesc("brk", brkFunc),
140 /* 18 */ SyscallDesc("osf_getfsstat", unimplementedFunc),
141 /* 19 */ SyscallDesc("lseek", lseekFunc),
142 /* 20 */ SyscallDesc("getxpid", getpidPseudoFunc),
143 /* 21 */ SyscallDesc("osf_mount", unimplementedFunc),
144 /* 22 */ SyscallDesc("umount", unimplementedFunc),
145 /* 23 */ SyscallDesc("setuid", setuidFunc),
146 /* 24 */ SyscallDesc("getxuid", getuidPseudoFunc),
147 /* 25 */ SyscallDesc("exec_with_loader", unimplementedFunc),

--- 438 unchanged lines hidden ---
140 /* 18 */ SyscallDesc("osf_getfsstat", unimplementedFunc),
141 /* 19 */ SyscallDesc("lseek", lseekFunc),
142 /* 20 */ SyscallDesc("getxpid", getpidPseudoFunc),
143 /* 21 */ SyscallDesc("osf_mount", unimplementedFunc),
144 /* 22 */ SyscallDesc("umount", unimplementedFunc),
145 /* 23 */ SyscallDesc("setuid", setuidFunc),
146 /* 24 */ SyscallDesc("getxuid", getuidPseudoFunc),
147 /* 25 */ SyscallDesc("exec_with_loader", unimplementedFunc),

--- 438 unchanged lines hidden ---