aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_fork.h
Commit message (Expand)AuthorAgeFilesLines
* linux(4): Update my copyrights, add SPDX tagDmitry Chagin2023-08-171-0/+2
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* linux(4): Guard linux_fork.h by _KERNEL for use by libsysdecodeDmitry Chagin2023-05-261-0/+2
* linux(4): Add CLONE_PIDFD option bit.Dmitry Chagin2021-08-121-1/+1
* linux(4): Implement clone3 system call.Dmitry Chagin2021-08-121-0/+9
* linux(4): Add struct clone_args for future clone3 system call.Dmitry Chagin2021-08-121-0/+92