process.cc (12415:82ba0805eb56) process.cc (12417:f80c1b9f6fe4)
1/*
2 * Copyright (c) 2005 The Regents of The University of Michigan
3 * Copyright (c) 2007 MIPS Technologies, Inc.
4 * Copyright (c) 2016 The University of Virginia
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

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

188 {116, SyscallDesc("syslog")},
189 {117, SyscallDesc("ptrace")},
190 {118, SyscallDesc("sched_setparam")},
191 {119, SyscallDesc("sched_setscheduler")},
192 {120, SyscallDesc("sched_getscheduler")},
193 {121, SyscallDesc("sched_getparam")},
194 {122, SyscallDesc("sched_setaffinity")},
195 {123, SyscallDesc("sched_getaffinity")},
1/*
2 * Copyright (c) 2005 The Regents of The University of Michigan
3 * Copyright (c) 2007 MIPS Technologies, Inc.
4 * Copyright (c) 2016 The University of Virginia
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

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

188 {116, SyscallDesc("syslog")},
189 {117, SyscallDesc("ptrace")},
190 {118, SyscallDesc("sched_setparam")},
191 {119, SyscallDesc("sched_setscheduler")},
192 {120, SyscallDesc("sched_getscheduler")},
193 {121, SyscallDesc("sched_getparam")},
194 {122, SyscallDesc("sched_setaffinity")},
195 {123, SyscallDesc("sched_getaffinity")},
196 {124, SyscallDesc("sched_yield")},
196 {124, SyscallDesc("sched_yield", ignoreFunc, SyscallDesc::WarnOnce)},
197 {125, SyscallDesc("sched_get_priority_max")},
198 {126, SyscallDesc("sched_get_priority_min")},
199 {127, SyscallDesc("scheD_rr_get_interval")},
200 {128, SyscallDesc("restart_syscall")},
201 {129, SyscallDesc("kill")},
202 {130, SyscallDesc("tkill")},
203 {131, SyscallDesc("tgkill", tgkillFunc<RiscvLinux>)},
204 {132, SyscallDesc("sigaltstack")},

--- 208 unchanged lines hidden ---
197 {125, SyscallDesc("sched_get_priority_max")},
198 {126, SyscallDesc("sched_get_priority_min")},
199 {127, SyscallDesc("scheD_rr_get_interval")},
200 {128, SyscallDesc("restart_syscall")},
201 {129, SyscallDesc("kill")},
202 {130, SyscallDesc("tkill")},
203 {131, SyscallDesc("tgkill", tgkillFunc<RiscvLinux>)},
204 {132, SyscallDesc("sigaltstack")},

--- 208 unchanged lines hidden ---