process.cc (6378:4a2ff62c3b4f) process.cc (6640:30d92d2b66a1)
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

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

233 /* 108 */ SyscallDesc("fstat", fstatFunc<MipsLinux>),
234 /* 109 */ SyscallDesc("unused#109", unimplementedFunc),
235 /* 110 */ SyscallDesc("iopl", unimplementedFunc),
236 /* 111 */ SyscallDesc("vhangup", unimplementedFunc),
237 /* 112 */ SyscallDesc("idle", ignoreFunc),
238 /* 113 */ SyscallDesc("vm86", unimplementedFunc),
239 /* 114 */ SyscallDesc("wait4", unimplementedFunc),
240 /* 115 */ SyscallDesc("swapoff", 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

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

233 /* 108 */ SyscallDesc("fstat", fstatFunc<MipsLinux>),
234 /* 109 */ SyscallDesc("unused#109", unimplementedFunc),
235 /* 110 */ SyscallDesc("iopl", unimplementedFunc),
236 /* 111 */ SyscallDesc("vhangup", unimplementedFunc),
237 /* 112 */ SyscallDesc("idle", ignoreFunc),
238 /* 113 */ SyscallDesc("vm86", unimplementedFunc),
239 /* 114 */ SyscallDesc("wait4", unimplementedFunc),
240 /* 115 */ SyscallDesc("swapoff", unimplementedFunc),
241 /* 116 */ SyscallDesc("sysinfo", unimplementedFunc),
241 /* 116 */ SyscallDesc("sysinfo", sysinfoFunc<MipsLinux>),
242 /* 117 */ SyscallDesc("ipc", unimplementedFunc),
243 /* 118 */ SyscallDesc("fsync", unimplementedFunc),
244 /* 119 */ SyscallDesc("sigreturn", unimplementedFunc),
245 /* 120 */ SyscallDesc("clone", unimplementedFunc),
246 /* 121 */ SyscallDesc("setdomainname", unimplementedFunc),
247 /* 122 */ SyscallDesc("uname", unameFunc),
248 /* 123 */ SyscallDesc("modify_ldt", unimplementedFunc),
249 /* 124 */ SyscallDesc("adjtimex", unimplementedFunc),

--- 188 unchanged lines hidden ---
242 /* 117 */ SyscallDesc("ipc", unimplementedFunc),
243 /* 118 */ SyscallDesc("fsync", unimplementedFunc),
244 /* 119 */ SyscallDesc("sigreturn", unimplementedFunc),
245 /* 120 */ SyscallDesc("clone", unimplementedFunc),
246 /* 121 */ SyscallDesc("setdomainname", unimplementedFunc),
247 /* 122 */ SyscallDesc("uname", unameFunc),
248 /* 123 */ SyscallDesc("modify_ldt", unimplementedFunc),
249 /* 124 */ SyscallDesc("adjtimex", unimplementedFunc),

--- 188 unchanged lines hidden ---