aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* linux(4): Cleanup includes under compat/linuxDmitry Chagin2023-02-1425-127/+43
* linux(4): Cleanup sys/sysctl.h from linux_misc.hDmitry Chagin2023-02-141-2/+0
* linux(4): Fix brackets of local include opt_inet6Dmitry Chagin2023-02-141-1/+1
* linux(4): Move use_real_names knob to the linux.cDmitry Chagin2023-02-144-24/+22
* linux(4): Cleanup sys/uio.h where linux_uitl.h is includedDmitry Chagin2023-02-143-3/+0
* linux(4): Move uselib() to i386Dmitry Chagin2023-02-141-264/+0
* linux(4): Cleanup abi_compat.h include from linux_timer.hDmitry Chagin2023-02-141-2/+0
* linux(4): Cleanup sys/queue.h from linux.hDmitry Chagin2023-02-141-2/+0
* linux(4): Cleanup sys/sysent.h from linux_utilDmitry Chagin2023-02-144-1/+3
* linux(4): Cleanup vm includes from linux_util.hDmitry Chagin2023-02-142-2/+1
* linux(4): Cleanup unneeded includes from linux_util.hDmitry Chagin2023-02-141-4/+0
* linux(4): Get rid of the opt_compat.h include.Dmitry Chagin2023-02-1217-34/+0
* linux(4): Add the forgotten in the 6f8439db opt_compat include.Dmitry Chagin2023-02-051-0/+2
* linux(4): Microoptimize linux_ipc code to unindent else blocks.Dmitry Chagin2023-02-031-123/+103
* linux(4): Use designated initializers.Dmitry Chagin2023-02-032-42/+30
* linux(4): Deduplicate linux_trans_osrel().Dmitry Chagin2023-02-022-0/+28
* linux(4): Deduplicate linux_copyout_strings().Dmitry Chagin2023-02-022-0/+154
* linux(4): Use COMPAT_LINUX32 enstead of __ELF_WORD_SIZE.Dmitry Chagin2023-02-021-5/+5
* linux(4): Microoptimize linux_elf.h for future use.Dmitry Chagin2023-02-023-32/+32
* linux(4): Deduplicate MI futex structures.Dmitry Chagin2023-02-011-0/+11
* linux(4): Convert mount exported flags for statfs system calls.Dmitry Chagin2023-01-282-2/+38
* linux(4): Rework statfs conversion routine.Dmitry Chagin2023-01-281-11/+7
* linux(4): Fix get_robust_list() syscall return value.Alex S2022-11-081-1/+1
* sys: Nuke double-semicolonsElliott Mitchell2022-11-021-1/+1
* netlink: use (void) for function definitions with no argumentsEd Maste2022-10-271-2/+2
* linuxolator: add netlink supportAlexander V. Chernikov2022-10-015-0/+598
* Add getsockMateusz Guzik2022-09-101-18/+11
* elf_note_prpsinfo: handle more failures from proc_getargv()Konstantin Belousov2022-08-091-3/+6
* thread_create(): call cpu_copy_thread() after td_pflags is zeroedKonstantin Belousov2022-08-081-2/+2
* AST: reworkKonstantin Belousov2022-08-022-4/+2
* Adjust linux_get_char_devices() definition to avoid clang 15 warningDimitry Andric2022-07-241-1/+1
* linux(4): Fix a typo in a source code commentGordon Bergling2022-07-161-1/+1
* linux(4): Implement __vdso_timeDmitry Chagin2022-07-041-1/+8
* linux(4): Trace Linux l_sigset_t.Dmitry Chagin2022-06-225-14/+68
* linux(4): Return EINVAL when the clockid has invalid bits are setDmitry Chagin2022-05-311-1/+1
* linux(4): Return ENOTSUP for unsupported clockidDmitry Chagin2022-05-311-4/+7
* linux(4): Prefer sizeof(object) vs sizeof(type)Dmitry Chagin2022-05-301-8/+8
* linux(4): Error is not a bool, use proper comparisonDmitry Chagin2022-05-301-9/+7
* linux(4): Use the copyin_sigset() in the remaining placesDmitry Chagin2022-05-302-41/+21
* linux(4): Refactor SIGPWR mappingDmitry Chagin2022-05-301-4/+6
* linux(4): Fix the type of a constant in the signal mask macroDmitry Chagin2022-05-301-2/+2
* linux(4): Reduce duplication between MD parts of the LinuxulatorDmitry Chagin2022-05-301-0/+5
* linux(4): Handle multiple mbufs in a control message chain in recvmsgDmitry Chagin2022-05-281-4/+3
* linux(4): Ratelimit message about unupported cmsgDmitry Chagin2022-05-281-1/+1
* linux(4): Handle IP_ORIGDSTADDR socket option for IPPROTO_IP protocol levelDmitry Chagin2022-05-282-5/+52
* linux(4): Add LINUX_RATELIMIT_MSG_OPT2 for future useDmitry Chagin2022-05-281-0/+12
* linux(4): Overwrite SO_TIMESTAMP counterpartDmitry Chagin2022-05-281-1/+13
* linux(4): Refactor linux_common_recvmsg()Dmitry Chagin2022-05-281-88/+80
* linux(4): Handle SO_TIMESTAMPNS socket optionDmitry Chagin2022-05-283-0/+67
* linux(4): Handle 64-bit SO_TIMESTAMP for 32-bit binariesDmitry Chagin2022-05-283-17/+60