summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_stats.c
AgeCommit message (Expand)Author
2024-09-24linuxulator: ignore AT_NO_AUTOMOUNT for all stat variantsEd Maste
2023-08-18linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-29linux(4): Use pwd_altroot() to tell namei() about ABI root pathDmitry Chagin
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-28linux(4): Uniformly dev_t arguments translationDmitry Chagin
2023-04-28linux(4): Add a dedicated fstat() implementationDmitry Chagin
2023-04-28linux(4): Add a dedicated statat() implementationDmitry Chagin
2023-04-28linux(4): Rename obsolete old struct l_stat to struct l_old_statDmitry Chagin
2023-04-28linux(4): Move statx_copyout() close to linux_statx()Dmitry Chagin
2023-04-28linux(4): Move translate_vnhook_major_minor() into the Linux common moduleDmitry Chagin
2023-04-28linux(4): Sort includes in the linux_stats.cDmitry Chagin
2023-02-14linux(4): Cleanup includes under compat/linuxDmitry Chagin
2023-02-12linux(4): Get rid of the opt_compat.h include.Dmitry Chagin
2023-01-28linux(4): Convert mount exported flags for statfs system calls.Dmitry Chagin
2023-01-28linux(4): Rework statfs conversion routine.Dmitry Chagin
2022-03-31linux(4): Cleanup empty lines.Dmitry Chagin
2022-03-25linux(4): Add AT_NO_AUTOMOUNT to statx.Dmitry Chagin
2021-11-25linux: remove the always curthread argument from lconvpathMateusz Guzik
2021-06-15linux: improve reporting for unsupported syscall flagsEdward Tomasz Napierala
2021-06-08linux: implement statx(2)Philippe Michaud-Boudreault
2021-04-16linux: make fstatat(2) handle AT_EMPTY_PATHEdward Tomasz Napierala
2020-10-20Fix potential race condition in linux stat(2).Edward Tomasz Napierala
2020-09-01compat: clean up empty lines in .c and .h filesMateusz Guzik
2020-08-19vfs: drop the error parameter from vn_isdisk, introduce vn_isdisk_errorMateusz Guzik
2020-08-18linux: add sysctl compat.linux.use_emul_pathMateusz Guzik
2020-07-11Make linux stat(2) return the same st_dev for every devfs instance.Edward Tomasz Napierala
2020-01-07vfs: reimplement deferred inactive to use a dedicated flag (VI_DEFINACT)Mateusz Guzik
2019-12-29Make Linux stat(2) et al distinguish between block and characterEdward Tomasz Napierala
2019-05-13Linuxulator depends on a fundamental kernel settings such as SMP. ManyDmitry Chagin
2018-06-15linuxulator: do not include legacy syscalls on arm64Ed Maste
2018-06-13Oops, r335053 had an old version of the comment about 16-bit linux dev_tBruce Evans
2018-06-13Fix the encoding of major and minor numbers in 64-bit dev_t by restoringBruce Evans
2018-06-13Fix some bugs found while fixing the representation and translationBruce Evans
2018-05-09Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy
2018-03-12Linuxulator: apply style(9) to returnEd Maste
2018-02-16Rationalize license text on Linuxolator filesEd Maste
2017-11-27sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-09-24Small style(9) issue: spaces vs TAB.Pedro F. Giffuni
2017-06-18Add ZFS to Linux statfs ftypeEd Maste
2017-02-25Fix linux_fstatfs() to return proper value for f_frsize. Without it,Edward Tomasz Napierala
2017-02-21Get rid of foo_sys() in linuxulator code. It was commented out, and itEdward Tomasz Napierala
2017-01-05Do not allocate struct statfs on kernel stack.Konstantin Belousov
2016-03-20Check bsd_to_linux_statfs() return value. Forgotten in r297070.Dmitry Chagin
2016-03-20Return EOVERFLOW in case when actual statfs values are large enough andDmitry Chagin
2016-03-20Whitespaces, style(9) fixes. No functional changes.Dmitry Chagin
2016-03-20Implement fstatfs64 system call.Dmitry Chagin
2015-07-05fd: make 'rights' a manadatory argument to fget* functionsMateusz Guzik
2015-05-24Implement Linux specific syncfs() system call.Dmitry Chagin
2015-05-24As for now our tmpfs is no longer being consideredDmitry Chagin