Module Name:src
Committed By: tkusumi
Date: Sun Apr 26 17:00:31 UTC 2020
Modified Files:
src/sys/fs/autofs: autofs_vfsops.c
Log Message:
autofs: Silence down a warning which should really be a debug message
taken-from: FreeBSD
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: tkusumi
Date: Sat Mar 28 17:29:57 UTC 2020
Modified Files:
src/sys/fs/autofs: autofs.c
Log Message:
autofs: Make autofs(5) timeout messages include affected process name and PID
Sync warning message with FreeBSD and DragonFlyBSD.
taken-from:
Module Name:src
Committed By: tkusumi
Date: Sat Dec 14 12:01:13 UTC 2019
Modified Files:
src/sys/fs/autofs: autofs.c
Log Message:
autofs: Make /dev/autofs cdevsw functions static
Also less confusing since autofs vnops also has autofs_{open,close} in NetBSD.
To generate
Module Name:src
Committed By: christos
Date: Sun Jan 14 22:43:18 UTC 2018
Modified Files:
src/sys/fs/autofs: autofs_mount.h autofs_vfsops.c
Log Message:
support getargs, fix flush, fix mutex_destroy
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/fs/a
Module Name:src
Committed By: christos
Date: Sat Jan 13 22:06:21 UTC 2018
Modified Files:
src/sys/fs/autofs: autofs_vfsops.c
Log Message:
prevent assert on unmount.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/fs/autofs/autofs_vfsops.c
Please note
Module Name:src
Committed By: christos
Date: Tue Jan 9 16:19:39 UTC 2018
Modified Files:
src/sys/fs/autofs: autofs.c autofs_vfsops.c
Log Message:
fix module attachment and cdevsw
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/fs/autofs/autofs.c
cvs
Module Name:src
Committed By: martin
Date: Tue Jan 9 13:56:00 UTC 2018
Modified Files:
src/sys/fs/autofs: autofs.c
Log Message:
Include for the atomic funtions used in here.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/fs/autofs/autofs.c
Please