cregit-Linux how code gets into the kernel

Release 4.14 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 option, unsigned long *arg2) { return ptrace(PTRACE_ARCH_PRCTL, pid, (unsigned long) arg2, option); }

Contributors

PersonTokensPropCommitsCommitProp
Jeff Dike2887.50%133.33%
Kyle Huey412.50%266.67%
Total32100.00%3100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Jeff Dike3487.18%125.00%
Kyle Huey410.26%250.00%
Richard Weinberger12.56%125.00%
Total39100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.