aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_stats.c
Commit message (Expand)AuthorAgeFilesLines
* linuxulator: ignore AT_NO_AUTOMOUNT for all stat variantsEd Maste2024-09-241-29/+36
* linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin2023-08-181-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* linux(4): Use pwd_altroot() to tell namei() about ABI root pathDmitry Chagin2023-05-291-95/+16
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* linux(4): Uniformly dev_t arguments translationDmitry Chagin2023-04-281-30/+19
* linux(4): Add a dedicated fstat() implementationDmitry Chagin2023-04-281-44/+31
* linux(4): Add a dedicated statat() implementationDmitry Chagin2023-04-281-2/+32
* linux(4): Rename obsolete old struct l_stat to struct l_old_statDmitry Chagin2023-04-281-4/+4
* linux(4): Move statx_copyout() close to linux_statx()Dmitry Chagin2023-04-281-33/+34
* linux(4): Move translate_vnhook_major_minor() into the Linux common moduleDmitry Chagin2023-04-281-24/+0
* linux(4): Sort includes in the linux_stats.cDmitry Chagin2023-04-281-1/+1
* linux(4): Cleanup includes under compat/linuxDmitry Chagin2023-02-141-8/+3
* linux(4): Get rid of the opt_compat.h include.Dmitry Chagin2023-02-121-2/+0
* linux(4): Convert mount exported flags for statfs system calls.Dmitry Chagin2023-01-281-2/+23
* linux(4): Rework statfs conversion routine.Dmitry Chagin2023-01-281-11/+7
* linux(4): Cleanup empty lines.Dmitry Chagin2022-03-311-1/+0
* linux(4): Add AT_NO_AUTOMOUNT to statx.Dmitry Chagin2022-03-251-1/+2
* linux: remove the always curthread argument from lconvpathMateusz Guzik2021-11-251-11/+11
* linux: improve reporting for unsupported syscall flagsEdward Tomasz Napierala2021-06-151-9/+12
* linux: implement statx(2)Philippe Michaud-Boudreault2021-06-081-0/+67
* linux: make fstatat(2) handle AT_EMPTY_PATHEdward Tomasz Napierala2021-04-161-2/+11
* Fix potential race condition in linux stat(2).Edward Tomasz Napierala2020-10-201-7/+2
* compat: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* vfs: drop the error parameter from vn_isdisk, introduce vn_isdisk_errorMateusz Guzik2020-08-191-2/+2
* linux: add sysctl compat.linux.use_emul_pathMateusz Guzik2020-08-181-48/+80
* Make linux stat(2) return the same st_dev for every devfs instance.Edward Tomasz Napierala2020-07-111-0/+18
* vfs: reimplement deferred inactive to use a dedicated flag (VI_DEFINACT)Mateusz Guzik2020-01-071-1/+1
* Make Linux stat(2) et al distinguish between block and characterEdward Tomasz Napierala2019-12-291-0/+9
* Linuxulator depends on a fundamental kernel settings such as SMP. ManyDmitry Chagin2019-05-131-68/+0
* linuxulator: do not include legacy syscalls on arm64Ed Maste2018-06-151-0/+6
* Oops, r335053 had an old version of the comment about 16-bit linux dev_tBruce Evans2018-06-131-11/+13
* Fix the encoding of major and minor numbers in 64-bit dev_t by restoringBruce Evans2018-06-131-3/+20
* Fix some bugs found while fixing the representation and translationBruce Evans2018-06-131-4/+1
* Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy2018-05-091-4/+2
* Linuxulator: apply style(9) to returnEd Maste2018-03-121-1/+1
* Rationalize license text on Linuxolator filesEd Maste2018-02-161-15/+13
* sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Small style(9) issue: spaces vs TAB.Pedro F. Giffuni2017-09-241-1/+1
* Add ZFS to Linux statfs ftypeEd Maste2017-06-181-0/+2
* Fix linux_fstatfs() to return proper value for f_frsize. Without it,Edward Tomasz Napierala2017-02-251-1/+9
* Get rid of foo_sys() in linuxulator code. It was commented out, and itEdward Tomasz Napierala2017-02-211-36/+0
* Do not allocate struct statfs on kernel stack.Konstantin Belousov2017-01-051-21/+29
* Check bsd_to_linux_statfs() return value. Forgotten in r297070.Dmitry Chagin2016-03-201-3/+7
* Return EOVERFLOW in case when actual statfs values are large enough andDmitry Chagin2016-03-201-1/+15
* Whitespaces, style(9) fixes. No functional changes.Dmitry Chagin2016-03-201-6/+6
* Implement fstatfs64 system call.Dmitry Chagin2016-03-201-0/+21
* fd: make 'rights' a manadatory argument to fget* functionsMateusz Guzik2015-07-051-1/+2
* Implement Linux specific syncfs() system call.Dmitry Chagin2015-05-241-0/+41
* As for now our tmpfs is no longer being consideredDmitry Chagin2015-05-241-8/+3