https://bugs.kde.org/show_bug.cgi?id=376870
Paul Floyd <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Paul Floyd <[email protected]> --- Not much info on this to be found on the web. So, XNU source it is. This is the kernel source with wrapped args /* * Resource limit controls * * uap->flavor available flavors: * * RLIMIT_WAKEUPS_MONITOR * RLIMIT_CPU_USAGE_MONITOR * RLIMIT_THREAD_CPULIMITS * RLIMIT_FOOTPRINT_INTERVAL */ int proc_rlimit_control(__unused struct proc *p, struct proc_rlimit_control_args *uap, __unused in t32_t *retval) The syscall interface seems to be int proc_rlimit_control(pid_t pid, int flavor, void *arg); "arg" looks like it can contain an integer or a struct, depending on the flavour. -- You are receiving this mail because: You are watching all bug changes.
