process.cc (2680:246e7104f744) process.cc (3079:13d9c24a7bba)
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;

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

157 /* 33 */ SyscallDesc("access", unimplementedFunc),
158 /* 34 */ SyscallDesc("osf_chflags", unimplementedFunc),
159 /* 35 */ SyscallDesc("osf_fchflags", unimplementedFunc),
160 /* 36 */ SyscallDesc("sync", unimplementedFunc),
161 /* 37 */ SyscallDesc("kill", unimplementedFunc),
162 /* 38 */ SyscallDesc("osf_old_stat", unimplementedFunc),
163 /* 39 */ SyscallDesc("setpgid", unimplementedFunc),
164 /* 40 */ SyscallDesc("osf_old_lstat", unimplementedFunc),
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;

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

157 /* 33 */ SyscallDesc("access", unimplementedFunc),
158 /* 34 */ SyscallDesc("osf_chflags", unimplementedFunc),
159 /* 35 */ SyscallDesc("osf_fchflags", unimplementedFunc),
160 /* 36 */ SyscallDesc("sync", unimplementedFunc),
161 /* 37 */ SyscallDesc("kill", unimplementedFunc),
162 /* 38 */ SyscallDesc("osf_old_stat", unimplementedFunc),
163 /* 39 */ SyscallDesc("setpgid", unimplementedFunc),
164 /* 40 */ SyscallDesc("osf_old_lstat", unimplementedFunc),
165 /* 41 */ SyscallDesc("dup", unimplementedFunc),
165 /* 41 */ SyscallDesc("dup", dupFunc),
166 /* 42 */ SyscallDesc("pipe", pipePseudoFunc),
167 /* 43 */ SyscallDesc("osf_set_program_attributes", unimplementedFunc),
168 /* 44 */ SyscallDesc("osf_profil", unimplementedFunc),
169 /* 45 */ SyscallDesc("open", openFunc<AlphaLinux>),
170 /* 46 */ SyscallDesc("osf_old_sigaction", unimplementedFunc),
171 /* 47 */ SyscallDesc("getxgid", getgidPseudoFunc),
172 /* 48 */ SyscallDesc("osf_sigprocmask", ignoreFunc),
173 /* 49 */ SyscallDesc("osf_getlogin", unimplementedFunc),

--- 421 unchanged lines hidden ---
166 /* 42 */ SyscallDesc("pipe", pipePseudoFunc),
167 /* 43 */ SyscallDesc("osf_set_program_attributes", unimplementedFunc),
168 /* 44 */ SyscallDesc("osf_profil", unimplementedFunc),
169 /* 45 */ SyscallDesc("open", openFunc<AlphaLinux>),
170 /* 46 */ SyscallDesc("osf_old_sigaction", unimplementedFunc),
171 /* 47 */ SyscallDesc("getxgid", getgidPseudoFunc),
172 /* 48 */ SyscallDesc("osf_sigprocmask", ignoreFunc),
173 /* 49 */ SyscallDesc("osf_getlogin", unimplementedFunc),

--- 421 unchanged lines hidden ---