| Commit message (Expand) | Author | Age | Files | Lines |
* | Restore ABI compatibility, broken in r273127. Note that while this fixes | trasz | 2015-02-10 | 2 | -1/+53 |
* | Implement "automount -c". | trasz | 2014-11-22 | 3 | -1/+16 |
* | Remove useless debug. | trasz | 2014-10-17 | 1 | -1/+0 |
* | Make automountd(8) inform autofs(4) whether directory being handled can | trasz | 2014-10-15 | 3 | -5/+20 |
* | Add assertion to catch duplicated notes. | trasz | 2014-10-11 | 1 | -1/+5 |
* | Remove remnants of some cleanup; no functional changes. | trasz | 2014-10-09 | 1 | -2/+2 |
* | Simplify; no functional changes. | trasz | 2014-10-08 | 1 | -1/+1 |
* | Make autofs use shared vnode locks. | trasz | 2014-10-04 | 3 | -9/+16 |
* | Fix autofs debug macros. | trasz | 2014-10-03 | 1 | -7/+10 |
* | Make autofs(4) use shared lock for lookups, instead of exclusive one. | trasz | 2014-10-03 | 4 | -22/+25 |
* | Call uma_zfree() outside of lock, and improve comment. | trasz | 2014-10-02 | 1 | -2/+2 |
* | Make autofs timeout handling use timeout task instead of callout; | trasz | 2014-10-02 | 4 | -6/+15 |
* | Fix thinko that, with two map entries like shown below, in that order, | trasz | 2014-09-23 | 1 | -0/+2 |
* | Turns out -1 is a perfectly valid error number, ERESTART. Remove useless | trasz | 2014-09-21 | 1 | -11/+1 |
* | Fix typos. | trasz | 2014-09-18 | 1 | -2/+2 |
* | Fix bug that, assuming a/ is a root of NFS filesystem mounted on autofs, | trasz | 2014-08-24 | 1 | -3/+0 |
* | Autofs softc needs to be global anyway, so don't pass it as a local | trasz | 2014-08-23 | 4 | -73/+77 |
* | Add comment explaining one of the quirks in autofs. | trasz | 2014-08-23 | 1 | -0/+8 |
* | Fix includes. | trasz | 2014-08-21 | 3 | -4/+4 |
* | Use __FBSDID() properly. | trasz | 2014-08-21 | 4 | -6/+6 |
* | Rework ".." lookup; previous one failed to properly busy the mountpoint. | trasz | 2014-08-20 | 1 | -14/+18 |
* | Bring in the new automounter, similar to what's provided in most other | trasz | 2014-08-17 | 5 | -0/+1722 |