aboutsummaryrefslogtreecommitdiff
path: root/sbin/mdconfig
Commit message (Expand)AuthorAgeFilesLines
* Use Cm macros instead of Ar when referring to a specific memory disk typeMateusz Piotrowski2020-11-061-3/+3
* Fix a typo and remove Xr's to vn(4) and vnconfig(4)Mateusz Piotrowski2020-11-061-7/+4
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-281-1/+0
* Use VOP_ADVISE() with POSIX_FADV_DONTNEED instead of IO_DIRECT toBruce Evans2018-12-212-2/+32
* Fix missing (sub)options in usage message to prepare for adding a new one.Bruce Evans2018-12-211-1/+2
* Make (no)ro an alias for (no)readonlyPoul-Henning Kamp2018-12-161-0/+4
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add ability to label md(4) devices.Maxim Sobolev2017-08-282-9/+26
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Add MD_VERIFY option to enable O_VERIFY in open for vnode type.Stephen J. Kiernan2017-05-312-0/+13
* Make mdconfig(8) not segfault when the kernel returns garbage data.Edward Tomasz Napierala2017-02-191-2/+2
* For MD_PRELOAD type md(4) devices, if there is a file name in the preloadedStephen J. Kiernan2017-02-131-1/+2
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0
* MFHGlen Barber2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-3/+0
* Add 'p' postfix to mdconfig(8).Edward Tomasz Napierala2015-10-102-6/+9
* It's 2015, and some people are still trying to use fdisk and thenEdward Tomasz Napierala2015-09-021-2/+1
* Whoops, wrong flag.Edward Tomasz Napierala2015-08-061-1/+1
* Tweak mdconfig(8) manual page, in particular revise the EXAMPLESEdward Tomasz Napierala2015-08-061-47/+46
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+24
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-276-615/+285
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-2/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \
| * \ \ Merge headSimon J. Gerraty2014-04-287-21/+661
| |\ \ \
| * \ \ \ Merge from headSimon J. Gerraty2013-09-052-34/+61
| |\ \ \ \
| * | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | Sync with HEAD.David E. O'Brien2013-02-082-4/+14
| |\ \ \ \ \
| * \ \ \ \ \ Sync from headSimon J. Gerraty2012-11-043-19/+48
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+25
* | | | | | | | Convert sbin/mdconfig/tests from prove format tests to ATF format testsEnji Cooper2014-11-275-613/+284
* | | | | | | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | use .Mt to mark up email addresses consistently (part1)Baptiste Daroussin2014-06-201-2/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|_|_|/ |/| | | |
* | | | | Fix path to the run.pl script to let these tests run.Julio Merino2014-03-271-1/+1
* | | | | Add Makefile missed in r263220.Julio Merino2014-03-161-0/+13
* | | | | Migrate tools/regression/sbin/ to the new tests layout.Julio Merino2014-03-164-0/+613
* | | | | multiple: Remove 3rd clause from BSD license where approved by theEitan Adler2014-03-141-5/+1
* | | | | Add "null" backend to mdconfig(8). This does exactly what the nameEdward Tomasz Napierala2013-12-042-4/+10
* | | | | bump date forgotten in r257165John-Mark Gurney2013-10-261-1/+1
* | | | | Document that -a will output the device name when -u is not specified..John-Mark Gurney2013-10-261-6/+12
* | | | | Return 0 if:Hiroki Sato2013-10-241-6/+12
| |_|_|/ |/| | |