summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
2020-06-12Remove in-kernel handling of Router Advertisementsroy
2020-06-11Counter tweaks:ad
2020-06-11uvm_availmem(): give it a boolean argument to specify whether a recentad
2020-06-11Regen after -r1.82 of compat_sunos syscalls.master last September.dholland
2020-05-23Move proc_lock into the data segment. It was dynamically allocated becausead
2020-05-16Add ACL support for FFS. From FreeBSD.christos
2020-05-14Fix previous; specify lwpid for curlpw in the case of pid == 0.rin
2020-05-03Always clear FUTEX_PRIVATE_FLAG for Linux processes. NetBSD-native futexesthorpej
2020-04-30Omit needless #include <sys/rnd.h>.riastradh
2020-04-29Fix proc lookup by distinguishing between the "tgid" and "tid" cases.thorpej
2020-04-29Fix proc / lwp lookup processing in linux_sys_sched_getaffinity()thorpej
2020-04-29Oops, fix a silly mistake in the Linux futex syscall stubs -- we alsothorpej
2020-04-27data_len == 0 on mount means "the kernel knows". Fixes amd on compat32.christos
2020-04-26Regen for native futex calls.thorpej
2020-04-26Mirror the change made to native -- move futex calls to 166-168.thorpej
2020-04-26Add a NetBSD native futex implementation, mostly written by riastradh@.thorpej
2020-04-24Overhaul the way LWP IDs are allocated. Instead of each LWP having it'sthorpej
2020-04-22Regen for removal of _lwp_gettid(2).thorpej
2020-04-22Remove _lwp_gettid(2) system call. This problem is going to be solvedthorpej
2020-04-21Revert the changes made in February to make cwdinfo use mostly lockless,ad
2020-04-19ossaudio: Avoid giving userland uninitialized memory. Noticed by maxv.nia
2020-04-19- Only increment nprocs when we're creating a new process, not justthorpej
2020-04-19ossaudio: Implement SNDCTL_DSP_(SET|GET)TRIGGER.nia
2020-04-15ossaudio: If the user's channel count is rejected, use the hardware countnia
2020-04-15ossaudio: Make SNDCTL_DSP_SETFMT conform with OSSv4.nia
2020-04-15ossaudio: Make SNDCTL_DSP_SPEED more robust when using invalid rates.nia
2020-04-04Regen for _lwp_gettid(2).thorpej
2020-04-04Add support for lazily generating a "global thread ID" for a LWP. Thisthorpej
2020-03-26When using SYSCTL_SETUP there is no guarantee of the order in whichpgoyette
2020-03-21Deal with having to teardown sysctl entries in multiple sub-trees.pgoyette
2020-03-21Restore code to sysctl_free() the compat32 shadow treepgoyette
2020-03-17Remove a debug printf() that accidentally got committed. :(pgoyette
2020-03-16Use the module subsystem's ability to process SYSCTL_SETUP() entries topgoyette
2020-03-16Unfortunately all the clockctl ioctls contain pointers to structs insteadchristos
2020-03-16Don't open-code ioctls, pass back to the 64 bit ones (found by maxv@),christos
2020-03-15Use SYSCTL_SETUP mechanism to establish our sysctl tree, rather thanpgoyette
2020-03-15Now that we have split the quota code out of the compat_netbsd32_50pgoyette
2020-03-14- Hide the details of SPCF_SHOULDYIELD and related behind a couple of smallad
2020-03-14wrong size passed to copyoutmaxv
2020-03-12regenpgoyette
2020-03-12Split out the quota code from the rest of compat_netbsd32 module. Thispgoyette
2020-03-09Rework previous, so that the real syscall code is not invoked from withinpgoyette
2020-03-09If a syscall requires a module to be autoloaded, the initial invocationpgoyette
2020-03-09The compat_50_quota code needs quota support from ufs. Add dependency.pgoyette
2020-03-08PR standards/44921: Add errno consts for robust mutexesmgorny
2020-03-08fix indentation. NFCIpgoyette
2020-03-08Fix another left-over from last year's [pgoyette-compat] work. Thispgoyette
2020-03-07Regenpgoyette
2020-03-07Properly mark netbsd32_compat_43 syscalls that are directly implementedpgoyette
2020-03-06According to mrg@ we need to include aarch64 in the list of thosepgoyette