| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFC r349376: Fix strsep_quote() on strings without quotes. | Alexander Motin | 2019-06-27 | 1 | -1/+1 |
| * | MFC r346976: Respect quotes and escapes when splitting exports fields. | Alexander Motin | 2019-05-08 | 1 | -11/+20 |
| * | MFC r341641 (by sef): Reduce number of DNS queries in mountd. | Alexander Motin | 2019-04-26 | 1 | -2/+7 |
| * | MFC r340442 | Sean Eric Fagan | 2018-11-29 | 1 | -1/+5 |
| * | MFC r332559: mountd: fix a crash when getgrouplist reports too many groups | Andriy Gapon | 2018-05-03 | 1 | -1/+4 |
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 2 | -6/+2 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 2 | -2/+6 |
| * | MFC r329682: | Ravi Pokala | 2018-02-28 | 1 | -4/+16 |
| * | MFC r329009 | Brad Davis | 2018-02-16 | 1 | -24/+28 |
| * | MFC r324257-r324258 | Emmanuel Vadot | 2017-10-24 | 1 | -62/+29 |
| * | MFC r324007, r324012, r324014 | Emmanuel Vadot | 2017-10-03 | 1 | -10/+9 |
| * | MFC r314659,r314676: | Enji Cooper | 2017-05-29 | 1 | -1/+1 |
| * | MFC: r307891 | Rick Macklem | 2016-11-08 | 1 | -2/+2 |
| * | MFC: r307890 | Rick Macklem | 2016-11-08 | 1 | -1/+1 |
| * | Use MIN macro from sys/param.h. | Marcelo Araujo | 2016-05-02 | 1 | -1/+1 |
| * | Cleanup unnecessary semicolons from utilities we all love. | Pedro F. Giffuni | 2016-04-15 | 1 | -3/+3 |
| * | Allow /etc/exports to contain usernames/groups with spaces in them. | Josh Paetzel | 2016-01-07 | 2 | -1/+72 |
| * | Fix type mismatches for malloc(3) and Co. | Ulrich Spörlein | 2015-12-29 | 1 | -1/+1 |
| * | Staticize some stuff in mountd(8); no functional changes. | Edward Tomasz Napierala | 2015-07-04 | 1 | -126/+128 |
| * | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+22 |
| |\ | |||||
| | * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| | * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 3 | -38/+28 |
| | |\ | |/ |/| | |||||
| | * | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 2 | -5/+8 |
| | |\ | |||||
| | * | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| | * | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| | * | | sync from head | Simon J. Gerraty | 2013-04-12 | 1 | -1/+1 |
| | |\ \ | |||||
| | * | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| | * | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| | * | | | Sync with HEAD. | David E. O'Brien | 2013-02-08 | 2 | -3/+6 |
| | |\ \ \ | |||||
| | * \ \ \ | Sync from head | Simon J. Gerraty | 2012-11-04 | 3 | -23/+88 |
| | |\ \ \ \ | |||||
| | * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+23 |
| * | | | | | | Add a warning message to mountd for exported file | Rick Macklem | 2015-05-16 | 1 | -0/+3 |
| * | | | | | | Remove oldnfs leftovers from mountd(8). | Edward Tomasz Napierala | 2015-04-29 | 2 | -34/+11 |
| * | | | | | | No need to delete export from filesystems which are not exported. | Simon J. Gerraty | 2015-04-18 | 1 | -0/+6 |
| * | | | | | | Mountd iterating over the mount points may race with the parallel | Konstantin Belousov | 2015-02-10 | 1 | -1/+5 |
| * | | | | | | When mountd is creating sockets, it iterates over all addresses specified | Ryan Stone | 2015-01-19 | 1 | -1/+2 |
| * | | | | | | Convert usr.sbin to LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -2/+1 |
| | |_|_|_|/ |/| | | | | |||||
| * | | | | | Avoid showing stale errors when nmount(2) fails. | Bryan Drewery | 2014-08-19 | 1 | -0/+2 |
| * | | | | | Try to clarify how file systems are exported for NFSv4. | Rick Macklem | 2014-08-14 | 1 | -5/+6 |
| | |_|_|/ |/| | | | |||||
| * | | | | Check if the -sec option is given without an argument. | Sergey Kandaurov | 2013-02-20 | 1 | -1/+1 |
| | |_|/ |/| | | |||||
| * | | | Attempt to clarify that for ZFS, all file systems under | Rick Macklem | 2012-12-25 | 1 | -2/+5 |
| * | | | Fix socket calls on error post-r243965. | Kevin Lo | 2012-12-21 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | Add a description for the '-S' option to the mountd man page. | Rick Macklem | 2012-10-15 | 1 | -2/+15 |
| * | | Add a new '-S' option to mountd, which tells it to suspend | Rick Macklem | 2012-10-15 | 1 | -2/+11 |
| * | | Minor mdoc fixes. | Joel Dahl | 2012-10-07 | 1 | -1/+1 |
| * | | Attila Bogar reported a bug in mountd when multiple export | Rick Macklem | 2012-09-24 | 1 | -14/+57 |
| * | | Show error messages if nmount() failed. | Xin LI | 2012-08-27 | 1 | -4/+4 |
| |/ | |||||
| * | Remove trailing whitespace per mdoc lint warning | Eitan Adler | 2012-03-29 | 1 | -2/+2 |
| * | Fix warning when compiling with gcc46: | Eitan Adler | 2012-01-20 | 1 | -4/+1 |
| * | Spelling fixes for usr.sbin/ | Ulrich Spörlein | 2011-12-30 | 1 | -1/+1 |
