aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ntsync
Commit message (Expand)AuthorAgeFilesLines
* ntsync(4): do not double-free the alert event when a dup was detected for WAI...Konstantin Belousov31 hours1-0/+2
* ntsync(9): do not double-free obj when finstall() failedKonstantin Belousov2026-06-151-0/+1
* ntsync(9): free wait state on error from copyin of the object's arrayKonstantin Belousov2026-06-151-1/+3
* ntsync(9): properly handle timeoutsKonstantin Belousov2026-06-152-4/+13
* linux_ntsync(9): check the file type before calling native ntsync(9)Konstantin Belousov2026-06-141-0/+36
* linux_ntsync: linux compat shim for ntsync(9)Konstantin Belousov2026-05-312-0/+364
* ntsync: add kinfo reportingKonstantin Belousov2026-05-311-3/+44
* ntsync(4)Konstantin Belousov2026-05-313-0/+1564