aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/autofs
Commit message (Expand)AuthorAgeFilesLines
* automount(8): fix absolute path when creating a mountpointRobert Wing2021-02-171-1/+1
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-2812-12/+0
* Deduplicate fsid comparisonsRyan Moeller2020-05-211-2/+1
* Stop hardcoding WARNS in automount(8) et al.Edward Tomasz Napierala2020-04-011-2/+0
* autofs: Fix autounmountd's printing of mount time.Justin Hibbits2019-08-091-2/+2
* Change autounmountd(8) to use time_t for duration instead of doubleJustin Hibbits2019-08-081-17/+18
* Fix segfault that could occur on "automount -LL".Edward Tomasz Napierala2019-04-101-1/+3
* There is no way of escaping literal $ signs in auto_master(5), whichChris Rees2018-12-282-1/+4
* Add the "autoro" flag to /media. This makes it attempt to mountEdward Tomasz Napierala2018-08-141-1/+1
* Move autofs related configs to usr.sbin/autofs/Brad Davis2018-08-0410-0/+462
* Add SPDX tags for automount(8) et al.Edward Tomasz Napierala2018-01-249-0/+18
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Fix mdoc typo in auto_master.5Benjamin Kaduk2017-09-011-1/+1
* Revert r317804; apparently I forgot the auto_master syntax.Edward Tomasz Napierala2017-05-041-5/+0
* Make automount(8) error out when the map name is missing.Edward Tomasz Napierala2017-05-041-0/+5
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-2/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Make autounmountd(8) not die when traced with "truss -p".Edward Tomasz Napierala2016-11-021-1/+4
* Use proper argument order for calloc(3).Edward Tomasz Napierala2016-09-143-3/+3
* Remove usage of _WITH_GETLINE from usr.sbinBaptiste Daroussin2016-07-301-1/+0
* Add new unmount(2) flag, MNT_NONBUSY, to check whether there areEdward Tomasz Napierala2016-07-071-1/+1
* MFHGlen Barber2016-04-041-6/+9
|\
| * Use the log_errno value passed to the function instead of the errno globalEdward Tomasz Napierala2016-03-151-6/+9
* | MFHGlen Barber2016-03-022-3/+1
|\|
| * Autofs is section 5, not 4.Edward Tomasz Napierala2016-02-291-1/+1
| * DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-2/+0
* | Create a package for autofs(5)Glen Barber2016-02-021-0/+1
|/
* The <libutil.h> is an ordinary header file; should sort just like any other.Edward Tomasz Napierala2016-01-245-9/+5
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+21
* Add -noauto autofs map, for automatic handling of fstab entriesEdward Tomasz Napierala2015-03-131-1/+6
* Get executable direct maps to work.Edward Tomasz Napierala2015-03-131-10/+23
* Rework the concat() algorithm to be correct in all cases.Edward Tomasz Napierala2015-03-131-7/+16
* Make "automount -LL -o whatever" present options in the same orderEdward Tomasz Napierala2015-03-123-9/+16
* Make concat() accept NULL arguments.Edward Tomasz Napierala2015-03-123-17/+8
* Options from auto_master must be appended to options from maps,Edward Tomasz Napierala2015-03-121-1/+5
* Fix typo.Edward Tomasz Napierala2015-03-101-2/+2
* Properly pass options for direct maps.Edward Tomasz Napierala2015-03-102-27/+18
* Fix handling of direct maps, broken in r275756. Previously, runningEdward Tomasz Napierala2015-03-101-17/+25
* Refactor.Edward Tomasz Napierala2015-03-101-9/+14
* Erm, revert chunk committed by mistake.Edward Tomasz Napierala2015-03-091-5/+0
* Make things more readable; no functional changes.Edward Tomasz Napierala2015-03-095-22/+16
* Remove some particularly bad code; no functional changes.Edward Tomasz Napierala2015-03-092-43/+11
* Fix memory leak.Edward Tomasz Napierala2015-03-091-2/+4
* Improve separated_concat() to properly handle the case of concatenatingEdward Tomasz Napierala2015-03-091-2/+8
* Minor optimization/cleanup in node_path(); no functional changes.Edward Tomasz Napierala2015-03-091-10/+12
* When there are no automounted filesystems, autounmountd(8) should waitEdward Tomasz Napierala2015-01-281-13/+23
* Improve documentation for autofs variables and executable maps;Edward Tomasz Napierala2015-01-091-3/+58
* Fix bug that made automount(8) never unmount stale autofs(5) mounts,Edward Tomasz Napierala2014-12-141-3/+14
* Fix spurious "child process X terminated with exit status 1" messagesEdward Tomasz Napierala2014-12-141-7/+1
* Fix markup.Edward Tomasz Napierala2014-12-131-3/+3