#
63bc4984 |
| 29-May-2020 |
Tomohiro Kusumi <tkusumi@netbsd.org> |
autofs: Minimize non functional diff vs FreeBSD
|
#
49837aef |
| 16-Nov-2019 |
Tomohiro Kusumi <kusumi.tomohiro@gmail.com> |
autofs: Change email address (sync with FUSE and others)
|
#
2f045357 |
| 31-Jan-2019 |
Tomohiro Kusumi <kusumi.tomohiro@gmail.com> |
sys/vfs/autofs: Whitespace cleanups
Use space rather than tab (originates from FreeBSD).
|
#
d53d00ab |
| 11-Jun-2018 |
Tomohiro Kusumi <kusumi.tomohiro@gmail.com> |
sys/vfs/autofs: Add Copyright
|
#
e769d4a5 |
| 10-Jan-2018 |
Tomohiro Kusumi <kusumi.tomohiro@gmail.com> |
sys/vfs/autofs: Drop AUTOFSDONE101
This ioctl was never needed by DragonFly which was ported in 2016. The ioctl implementation was kept in kernel side for no reason, while automountd never used this
sys/vfs/autofs: Drop AUTOFSDONE101
This ioctl was never needed by DragonFly which was ported in 2016. The ioctl implementation was kept in kernel side for no reason, while automountd never used this in DragonFly.
NetBSD also dropped this ioctl when they recently merged autofs to -current. https://github.com/NetBSD/src/blob/trunk/sys/fs/autofs/autofs_ioctl.h
show more ...
|
#
e2950f41 |
| 18-May-2016 |
Tomohiro Kusumi <kusumi.tomohiro@gmail.com> |
autofs: Port autofs from FreeBSD
Brought in basically from FreeBSD@GitHub cac9beab7d53f0c37ce2a2a1b893be59028928f4 with lots of changes. Note that this commit isn't necessarily 1:1 with above commit
autofs: Port autofs from FreeBSD
Brought in basically from FreeBSD@GitHub cac9beab7d53f0c37ce2a2a1b893be59028928f4 with lots of changes. Note that this commit isn't necessarily 1:1 with above commit.
Kernel code is basically a rewrite based on the FreeBSD code. Userspace is basically 1:1 with FreeBSD except that lots of small changes (including related commits listed below) were necessary. This is due to autofs being dependent on FreeBSD specific interface, command options and such.
For userspace, note that non-functional stuff (e.g. whitespace warnings via git am) are intentionally left to be 1:1 with FreeBSD. Userspace is basically portable, so don't try to obfuscate the real changes made for DragonFly by fixing these for now till things are considered stable unless it's a bug from FreeBSD.
Summary of newly added or modified files. - sys/vfs/autofs - autofs filesystem - usr.sbin/autofs - autofs userspace command and daemons - etc/ - configuration files and manpages - others - changes in misc subsystems (not independent of autofs)
Related DragonFly commits. - usr.sbin/autofs: Workaround namecache bug after unmount - sys/kern: Don't implement .vfs_sync unless sync is supported - user.sbin/fstyp: Port fstyp from FreeBSD - sys/kern: Retry nlookup if nresolve returned ESTALE - sys/sys: Fix IOCPARM_MAX - sys/sys: Extend IOCPARM_MAX - usr.bin/showmount: Add -E option - sbin/mount_nfs: Add -o retrycnt= option - sys/kern: Add kqueue EVFILT_FS - sys/kern: Add kstrndup()
Related DragonFly PRs. - https://bugs.dragonflybsd.org/issues/2900 - https://bugs.dragonflybsd.org/issues/2901 - https://bugs.dragonflybsd.org/issues/2905 - https://bugs.dragonflybsd.org/issues/2907 - https://bugs.dragonflybsd.org/issues/2908 - https://bugs.dragonflybsd.org/issues/2909 - https://bugs.dragonflybsd.org/issues/2912 - https://bugs.dragonflybsd.org/issues/2913 - https://bugs.dragonflybsd.org/issues/2914
Other related resource. - http://lists.dragonflybsd.org/pipermail/users/2016-May/thread.html#249556 - http://lists.dragonflybsd.org/pipermail/users/2016-June/thread.html#249680 - https://www.dragonflydigest.com/2016/05/06/18066.html
show more ...
|