| History log of /src/usr.sbin/autofs |
| Revision | Date | Author | Comments |
| 1.1 | 09-Jan-2018 |
christos | Merge autofs support from: Tomohiro Kusumi XXX: Does not work yet
|
| 1.8 | 21-Nov-2019 |
tkusumi | autofs: Change my email address in man pages to netbsd.org
|
| 1.7 | 16-Nov-2019 |
tkusumi | autofs: Support DOLLAR for $ literal
taken-from FreeBSD and DragonFlyBSD
|
| 1.6 | 25-Jan-2018 |
uwe | branches: 1.6.4; .Li is superfluous inside .Bd -literal
|
| 1.5 | 24-Jan-2018 |
uwe | Try to use proper semantic markup. Fix a few formatting nits.
|
| 1.4 | 14-Jan-2018 |
uwe | .An -nosplit
|
| 1.3 | 09-Jan-2018 |
wiz | Mostly formatting improvements.
|
| 1.2 | 09-Jan-2018 |
wiz | file system police.
|
| 1.1 | 09-Jan-2018 |
christos | Merge autofs support from: Tomohiro Kusumi XXX: Does not work yet
|
| 1.6.4.2 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
| 1.6.4.1 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.6 | 21-Nov-2019 |
tkusumi | autofs: Change my email address in man pages to netbsd.org
|
| 1.5 | 14-Jan-2018 |
uwe | branches: 1.5.4; Fix accidental trailing whitespace.
|
| 1.4 | 14-Jan-2018 |
uwe | Vertical space before an example in .Dl
|
| 1.3 | 14-Jan-2018 |
uwe | .An -nosplit
|
| 1.2 | 09-Jan-2018 |
wiz | File system police. Sort options. Add RCS Id. Use more markup. Wording.
|
| 1.1 | 09-Jan-2018 |
christos | Merge autofs support from: Tomohiro Kusumi XXX: Does not work yet
|
| 1.5.4.1 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.4 | 04-May-2022 |
tkusumi | usr.sbin/autofs: Fix absolute path when creating a mountpoint
taken-from freebsd 63640b2f552c0476f50484635eb9888eafcd22dc
|
| 1.3 | 15-Jan-2018 |
christos | avoid passing literal string to unconst.
|
| 1.2 | 15-Jan-2018 |
christos | sprinkle unconst
|
| 1.1 | 09-Jan-2018 |
christos | Merge autofs support from: Tomohiro Kusumi XXX: Does not work yet
|
| 1.5 | 25-Nov-2019 |
tkusumi | autofs: Add missing description for automountd option -T
|
| 1.4 | 21-Nov-2019 |
tkusumi | autofs: Change my email address in man pages to netbsd.org
|
| 1.3 | 14-Jan-2018 |
uwe | branches: 1.3.4; .An -nosplit
|
| 1.2 | 09-Jan-2018 |
wiz | File system police. Sort options. Add RCS Id. Use more markup. Wording.
|
| 1.1 | 09-Jan-2018 |
christos | Merge autofs support from: Tomohiro Kusumi XXX: Does not work yet
|
| 1.3.4.1 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.2 | 11-Jan-2018 |
christos | sprinkle __dead, use EXIT_{SUCCESS,FAILURE}
|
| 1.1 | 09-Jan-2018 |
christos | Merge autofs support from: Tomohiro Kusumi XXX: Does not work yet
|
| 1.4 | 21-Nov-2019 |
tkusumi | autofs: Change my email address in man pages to netbsd.org
|
| 1.3 | 14-Jan-2018 |
uwe | branches: 1.3.4; .An -nosplit
|
| 1.2 | 09-Jan-2018 |
wiz | File system police. Sort options. Add RCS Id. Use more markup. Wording.
|
| 1.1 | 09-Jan-2018 |
christos | Merge autofs support from: Tomohiro Kusumi XXX: Does not work yet
|
| 1.3.4.1 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.2 | 21-Nov-2019 |
tkusumi | autofs: Change autounmountd(8) to use time_t for duration instead of double
The commit log from FreeBSD. -- autounmountd(8) uses doubles to handle mount time durations. However, it must convert to integer types, time_t in particular, to do anything meaningful. Additionally, even though it's a floating-point value in seconds, the sub-seconds component is never used, so it's unnecessary.
Switching type to time_t fixes an assertion on powerpc64, which checks that a sleep value that's not -1.0 is greater than 0. On powerpc64, it happens that the value of -1.0 gets loaded as a float (perhaps a bug in gcc), but gets compared to a double. This compares as false, so follows through the 'sleep != -1.0' path, and fails the assert. Since the sub-second component isn't used in the double, just drop it and deal with whole-integer seconds. --
Taken-from: FreeBSD and DragonFlyBSD
|
| 1.1 | 09-Jan-2018 |
christos | branches: 1.1.4; Merge autofs support from: Tomohiro Kusumi XXX: Does not work yet
|
| 1.1.4.1 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.5 | 04-May-2022 |
tkusumi | usr.sbin/autofs: Fix absolute path when creating a mountpoint
taken-from freebsd 63640b2f552c0476f50484635eb9888eafcd22dc
|
| 1.4 | 14-Sep-2021 |
rillig | autofs: fix lint errors
common.c(1034): error: void function parse_map cannot return value [213] common.c(1053): error: void function parse_map cannot return value [213]
|
| 1.3 | 16-Nov-2019 |
tkusumi | autofs: Fix segfault that could occur on "automount -LL"
|
| 1.2 | 16-Nov-2019 |
tkusumi | autofs: Remove unneeded header include
common.c doesn't depend on autofs or its ioctls.
|
| 1.1 | 09-Jan-2018 |
christos | branches: 1.1.4; Merge autofs support from: Tomohiro Kusumi XXX: Does not work yet
|
| 1.1.4.1 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
| 1.2 | 03-Feb-2019 |
mrg | - mark log_err() and log_errx() as __dead.
|
| 1.1 | 09-Jan-2018 |
christos | branches: 1.1.4; Merge autofs support from: Tomohiro Kusumi XXX: Does not work yet
|
| 1.1.4.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.2 | 16-Nov-2019 |
tkusumi | autofs: Support DOLLAR for $ literal
taken-from FreeBSD and DragonFlyBSD
|
| 1.1 | 09-Jan-2018 |
christos | branches: 1.1.4; Merge autofs support from: Tomohiro Kusumi XXX: Does not work yet
|
| 1.1.4.1 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
| 1.3 | 13-Jan-2018 |
christos | add more __dead/EXIT_FAILURE
|
| 1.2 | 12-Jan-2018 |
christos | missing printflike
|
| 1.1 | 09-Jan-2018 |
christos | Merge autofs support from: Tomohiro Kusumi XXX: Does not work yet
|
| 1.1 | 09-Jan-2018 |
christos | Merge autofs support from: Tomohiro Kusumi XXX: Does not work yet
|
| 1.1 | 09-Jan-2018 |
christos | Merge autofs support from: Tomohiro Kusumi XXX: Does not work yet
|