aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ntsync/linux_ntsync.c
Commit message (Collapse)AuthorAgeFilesLines
* linux_ntsync(9): check the file type before calling native ntsync(9)Konstantin Belousov2026-06-141-0/+36
| | | | | | Reported by: Alex S <iwtcex@gmail.com> Sponsored by: The FreeBSD Foundation MFC after: 3 days
* linux_ntsync: linux compat shim for ntsync(9)Konstantin Belousov2026-05-311-0/+302
Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D57038