History log of /freebsd/usr.sbin/autofs/common.c (Results 26 – 50 of 58)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a857c4c8 11-Mar-2015 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r279759 through r279892.


# 12f1f00c 10-Mar-2015 Edward Tomasz Napierala <trasz@FreeBSD.org>

Fix handling of direct maps, broken in r275756. Previously, running
automount(8) would unmount direct map trigger nodes every second time.

MFC after: 1 month
Sponsored by: The FreeBSD Foundation


# 7a20e479 10-Mar-2015 Edward Tomasz Napierala <trasz@FreeBSD.org>

Refactor.

MFC after: 1 month
Sponsored by: The FreeBSD Foundation


# 6d8e60c3 09-Mar-2015 Edward Tomasz Napierala <trasz@FreeBSD.org>

Make things more readable; no functional changes.

MFC after: 1 month
Sponsored by: The FreeBSD Foundation


# ef4b8dfa 09-Mar-2015 Edward Tomasz Napierala <trasz@FreeBSD.org>

Remove some particularly bad code; no functional changes.

MFC after: 1 month
Sponsored by: The FreeBSD Foundation


# 8f0eba67 09-Mar-2015 Edward Tomasz Napierala <trasz@FreeBSD.org>

Fix memory leak.

MFC after: 1 month
Sponsored by: The FreeBSD Foundation


# 5585582d 09-Mar-2015 Edward Tomasz Napierala <trasz@FreeBSD.org>

Improve separated_concat() to properly handle the case of concatenating
"/" and "/foo".

MFC after: 1 month
Sponsored by: The FreeBSD Foundation


# 1bc6f464 09-Mar-2015 Edward Tomasz Napierala <trasz@FreeBSD.org>

Minor optimization/cleanup in node_path(); no functional changes.

MFC after: 1 month
Sponsored by: The FreeBSD Foundation


# d899be7d 19-Jan-2015 Glen Barber <gjb@FreeBSD.org>

Reintegrate head: r274132-r277384

Sponsored by: The FreeBSD Foundation


# 8f0ea33f 13-Jan-2015 Glen Barber <gjb@FreeBSD.org>

Reintegrate head revisions r273096-r277147

Sponsored by: The FreeBSD Foundation


# afbe8aa4 18-Dec-2014 Enji Cooper <ngie@FreeBSD.org>

MFhead @ r275911 (also, sort out MK_* flags in BMAKE, etc on this branch)


# d6fed02d 14-Dec-2014 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r275749 through r275758.


# cc4026a4 14-Dec-2014 Edward Tomasz Napierala <trasz@FreeBSD.org>

Fix bug that made automount(8) never unmount stale autofs(5) mounts,
ie mounts for entries that were there in auto_master(5), and then
got removed.

MFC after: 1 month
Sponsored by: The FreeBSD Found

Fix bug that made automount(8) never unmount stale autofs(5) mounts,
ie mounts for entries that were there in auto_master(5), and then
got removed.

MFC after: 1 month
Sponsored by: The FreeBSD Foundation

show more ...


# 9268022b 19-Nov-2014 Simon J. Gerraty <sjg@FreeBSD.org>

Merge from head@274682


Revision tags: release/10.1.0
# 5c9ef378 04-Nov-2014 Alexander V. Chernikov <melifaro@FreeBSD.org>

Sync to HEAD@r274095.


# 867b5960 20-Oct-2014 Neel Natu <neel@FreeBSD.org>

IFC @r273206


# 4cdc52bd 15-Oct-2014 Edward Tomasz Napierala <trasz@FreeBSD.org>

Make automountd(8) inform autofs(4) whether directory being handled can
have wildcards. This makes it possible for autofs(4) to avoid requesting
automountd(8) action on access to nonexistent nodes -

Make automountd(8) inform autofs(4) whether directory being handled can
have wildcards. This makes it possible for autofs(4) to avoid requesting
automountd(8) action on access to nonexistent nodes - unless wildcards
are actually used.

Note that this change breaks ABI for automountd(8).

Tested by: dhw@
MFC after: 1 month
Sponsored by: The FreeBSD Foundation

show more ...


# 2a382033 14-Oct-2014 Glen Barber <gjb@FreeBSD.org>

Reintegrate head@r273095

Sponsored by: The FreeBSD Foundation


# c81ab40b 11-Oct-2014 Alexander V. Chernikov <melifaro@FreeBSD.org>

Merge HEAD@r272944.


# ed6aacb5 11-Oct-2014 Neel Natu <neel@FreeBSD.org>

IFC @r272887


# 779b53d0 09-Oct-2014 Alexander V. Chernikov <melifaro@FreeBSD.org>

Sync to HEAD@r272825.


# 7ebeea9a 07-Oct-2014 Edward Tomasz Napierala <trasz@FreeBSD.org>

Remove call to access(2) which didn't serve any purpose, and make it more
tolerant to errors.

MFC after: 1 month
Sponsored by: The FreeBSD Foundation


# 1ce4b357 04-Oct-2014 Alexander V. Chernikov <melifaro@FreeBSD.org>

Sync to HEAD@r272516.


# 970388bf 28-Sep-2014 Neel Natu <neel@FreeBSD.org>

IFC @r272185


# c37463b3 23-Sep-2014 Edward Tomasz Napierala <trasz@FreeBSD.org>

Fix thinko that, with two map entries like shown below, in that order,
made automountd(8) mix them up: trying to access the second one would
trigger mount for the first one.

foo host:/fo

Fix thinko that, with two map entries like shown below, in that order,
made automountd(8) mix them up: trying to access the second one would
trigger mount for the first one.

foo host:/foo
foobar host:/foobar

PR: 193584
MFC after: 3 days
Sponsored by: The FreeBSD Foundation

show more ...


123