process.cc (5748:f28f020f3006) process.cc (5867:c3e4371d37a8)
1/*
2 * Copyright (c) 2005 The Regents of The University of Michigan
3 * Copyright (c) 2007 MIPS Technologies, Inc.
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

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

170 /* 46 */ SyscallDesc("setgid", unimplementedFunc),
171 /* 47 */ SyscallDesc("getgid", getgidFunc),
172 /* 48 */ SyscallDesc("signal", ignoreFunc),
173 /* 49 */ SyscallDesc("geteuid", geteuidFunc),
174 /* 50 */ SyscallDesc("getegid", getegidFunc),
175 /* 51 */ SyscallDesc("acct", unimplementedFunc),
176 /* 52 */ SyscallDesc("umount2", unimplementedFunc),
177 /* 53 */ SyscallDesc("lock", unimplementedFunc),
1/*
2 * Copyright (c) 2005 The Regents of The University of Michigan
3 * Copyright (c) 2007 MIPS Technologies, Inc.
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

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

170 /* 46 */ SyscallDesc("setgid", unimplementedFunc),
171 /* 47 */ SyscallDesc("getgid", getgidFunc),
172 /* 48 */ SyscallDesc("signal", ignoreFunc),
173 /* 49 */ SyscallDesc("geteuid", geteuidFunc),
174 /* 50 */ SyscallDesc("getegid", getegidFunc),
175 /* 51 */ SyscallDesc("acct", unimplementedFunc),
176 /* 52 */ SyscallDesc("umount2", unimplementedFunc),
177 /* 53 */ SyscallDesc("lock", unimplementedFunc),
178 /* 54 */ SyscallDesc("ioctl", unimplementedFunc/*ioctlFunc<MipsLinux>*/),
178 /* 54 */ SyscallDesc("ioctl", ioctlFunc<MipsLinux>),
179 /* 55 */ SyscallDesc("fcntl", fcntlFunc),
180 /* 56 */ SyscallDesc("mpx", unimplementedFunc),
181 /* 57 */ SyscallDesc("setpgid", unimplementedFunc),
182 /* 58 */ SyscallDesc("ulimit", unimplementedFunc),
183 /* 59 */ SyscallDesc("unused#59", unimplementedFunc),
184 /* 60 */ SyscallDesc("umask", umaskFunc),
185 /* 61 */ SyscallDesc("chroot", unimplementedFunc),
186 /* 62 */ SyscallDesc("ustat", unimplementedFunc),

--- 251 unchanged lines hidden ---
179 /* 55 */ SyscallDesc("fcntl", fcntlFunc),
180 /* 56 */ SyscallDesc("mpx", unimplementedFunc),
181 /* 57 */ SyscallDesc("setpgid", unimplementedFunc),
182 /* 58 */ SyscallDesc("ulimit", unimplementedFunc),
183 /* 59 */ SyscallDesc("unused#59", unimplementedFunc),
184 /* 60 */ SyscallDesc("umask", umaskFunc),
185 /* 61 */ SyscallDesc("chroot", unimplementedFunc),
186 /* 62 */ SyscallDesc("ustat", unimplementedFunc),

--- 251 unchanged lines hidden ---