process.cc (3669:3607aaed36b6) process.cc (5074:14404677893a)
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;

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

544 /* 417 */ SyscallDesc("timer_getoverrun", unimplementedFunc),
545 /* 418 */ SyscallDesc("timer_delete", unimplementedFunc),
546 /* 419 */ SyscallDesc("clock_settime", unimplementedFunc),
547 /* 420 */ SyscallDesc("clock_gettime", unimplementedFunc),
548 /* 421 */ SyscallDesc("clock_getres", unimplementedFunc),
549 /* 422 */ SyscallDesc("clock_nanosleep", unimplementedFunc),
550 /* 423 */ SyscallDesc("semtimedop", unimplementedFunc),
551 /* 424 */ SyscallDesc("tgkill", 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;

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

544 /* 417 */ SyscallDesc("timer_getoverrun", unimplementedFunc),
545 /* 418 */ SyscallDesc("timer_delete", unimplementedFunc),
546 /* 419 */ SyscallDesc("clock_settime", unimplementedFunc),
547 /* 420 */ SyscallDesc("clock_gettime", unimplementedFunc),
548 /* 421 */ SyscallDesc("clock_getres", unimplementedFunc),
549 /* 422 */ SyscallDesc("clock_nanosleep", unimplementedFunc),
550 /* 423 */ SyscallDesc("semtimedop", unimplementedFunc),
551 /* 424 */ SyscallDesc("tgkill", unimplementedFunc),
552 /* 425 */ SyscallDesc("stat64", unimplementedFunc),
552 /* 425 */ SyscallDesc("stat64", stat64Func<AlphaLinux>),
553 /* 426 */ SyscallDesc("lstat64", lstat64Func<AlphaLinux>),
554 /* 427 */ SyscallDesc("fstat64", fstat64Func<AlphaLinux>),
555 /* 428 */ SyscallDesc("vserver", unimplementedFunc),
556 /* 429 */ SyscallDesc("mbind", unimplementedFunc),
557 /* 430 */ SyscallDesc("get_mempolicy", unimplementedFunc),
558 /* 431 */ SyscallDesc("set_mempolicy", unimplementedFunc),
559 /* 432 */ SyscallDesc("mq_open", unimplementedFunc),
560 /* 433 */ SyscallDesc("mq_unlink", unimplementedFunc),

--- 41 unchanged lines hidden ---
553 /* 426 */ SyscallDesc("lstat64", lstat64Func<AlphaLinux>),
554 /* 427 */ SyscallDesc("fstat64", fstat64Func<AlphaLinux>),
555 /* 428 */ SyscallDesc("vserver", unimplementedFunc),
556 /* 429 */ SyscallDesc("mbind", unimplementedFunc),
557 /* 430 */ SyscallDesc("get_mempolicy", unimplementedFunc),
558 /* 431 */ SyscallDesc("set_mempolicy", unimplementedFunc),
559 /* 432 */ SyscallDesc("mq_open", unimplementedFunc),
560 /* 433 */ SyscallDesc("mq_unlink", unimplementedFunc),

--- 41 unchanged lines hidden ---