cregit-Linux how code gets into the kernel

Release 4.11 arch/x86/um/os-Linux/prctl.c

/*
 * Copyright (C) 2007 Jeff Dike (jdike@{addtoit.com,linux.intel.com})
 * Licensed under the GPL
 */

#include <sys/ptrace.h>
#include <asm/ptrace.h>


int os_arch_prctl(int pid, int code, unsigned long *addr) { return ptrace(PTRACE_ARCH_PRCTL, pid, (unsigned long) addr, code); }

Contributors

PersonTokensPropCommitsCommitProp
Jeff Dike32100.00%1100.00%
Total32100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Jeff Dike3897.44%150.00%
Richard Weinberger12.56%150.00%
Total39100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.