process.cc (11851:824055fe6b30) process.cc (11886:43b882cada33)
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;

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

435 /* 304 */ SyscallDesc("swapoff", unimplementedFunc),
436 /* 305 */ SyscallDesc("getdents", unimplementedFunc),
437 /* 306 */ SyscallDesc("create_module", unimplementedFunc),
438 /* 307 */ SyscallDesc("init_module", unimplementedFunc),
439 /* 308 */ SyscallDesc("delete_module", unimplementedFunc),
440 /* 309 */ SyscallDesc("get_kernel_syms", unimplementedFunc),
441 /* 310 */ SyscallDesc("syslog", unimplementedFunc),
442 /* 311 */ SyscallDesc("reboot", 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;

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

435 /* 304 */ SyscallDesc("swapoff", unimplementedFunc),
436 /* 305 */ SyscallDesc("getdents", unimplementedFunc),
437 /* 306 */ SyscallDesc("create_module", unimplementedFunc),
438 /* 307 */ SyscallDesc("init_module", unimplementedFunc),
439 /* 308 */ SyscallDesc("delete_module", unimplementedFunc),
440 /* 309 */ SyscallDesc("get_kernel_syms", unimplementedFunc),
441 /* 310 */ SyscallDesc("syslog", unimplementedFunc),
442 /* 311 */ SyscallDesc("reboot", unimplementedFunc),
443 /* 312 */ SyscallDesc("clone", cloneFunc),
443 /* 312 */ SyscallDesc("clone", cloneFunc<AlphaLinux>),
444 /* 313 */ SyscallDesc("uselib", unimplementedFunc),
445 /* 314 */ SyscallDesc("mlock", unimplementedFunc),
446 /* 315 */ SyscallDesc("munlock", unimplementedFunc),
447 /* 316 */ SyscallDesc("mlockall", unimplementedFunc),
448 /* 317 */ SyscallDesc("munlockall", unimplementedFunc),
449 /* 318 */ SyscallDesc("sysinfo", sysinfoFunc<AlphaLinux>),
450 /* 319 */ SyscallDesc("_sysctl", unimplementedFunc),
451 /* 320 */ SyscallDesc("was sys_idle", unimplementedFunc),

--- 140 unchanged lines hidden ---
444 /* 313 */ SyscallDesc("uselib", unimplementedFunc),
445 /* 314 */ SyscallDesc("mlock", unimplementedFunc),
446 /* 315 */ SyscallDesc("munlock", unimplementedFunc),
447 /* 316 */ SyscallDesc("mlockall", unimplementedFunc),
448 /* 317 */ SyscallDesc("munlockall", unimplementedFunc),
449 /* 318 */ SyscallDesc("sysinfo", sysinfoFunc<AlphaLinux>),
450 /* 319 */ SyscallDesc("_sysctl", unimplementedFunc),
451 /* 320 */ SyscallDesc("was sys_idle", unimplementedFunc),

--- 140 unchanged lines hidden ---