aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom
Commit message (Expand)AuthorAgeFilesLines
* Create the GELIBOOT GEOM_ELI flagAllan Jude2016-04-082-11/+55
* Allow standard commands for "unknown" classes in RESCUE mode.Alexander Motin2016-03-111-2/+1
* Make additional parts of sys/geom/eli more usable in userspaceAllan Jude2016-01-071-0/+1
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2015-12-271-1/+2
* Remove a note about damaged PMBR. Now GPT will be detected automaticallyAndrey V. Elsukov2015-12-101-11/+1
* Don't leak rsector/sector in mp_label(..)Enji Cooper2015-12-101-5/+6
* Remove compatibility shims for legacy ATA device names.Alexander Motin2015-10-111-3/+0
* Make geom_nop(4) collect statistics on all types of BIOs, not justEdward Tomasz Napierala2015-10-101-4/+5
* Add a way to specify stripesize and stripeoffset to gnop(8). This makesEdward Tomasz Napierala2015-09-152-3/+11
* Enable BIO_DELETE passthru in GELI, so TRIM/UNMAP can work as expected whenPawel Jakub Dawidek2015-08-082-15/+82
* lseek() allows an offset to be set beyond the end of file. UsingAndrey V. Elsukov2015-07-211-7/+4
* Fix contraction spotted by igor(1) and remove 2 .Ed spotted by mandoc(1).Marcelo Araujo2015-07-181-7/+5
* Describe how to load gmultipath at boot time.Marcelo Araujo2015-07-171-1/+11
* Add a new option to gpart(8) to fix Lenovo BIOS boot issueAllan Jude2015-07-151-1/+7
* Allow to omit keyfile number for the first keyfile.Pawel Jakub Dawidek2015-07-021-1/+8
* Revert r284417 it is not necessary anymoreBaptiste Daroussin2015-06-151-1/+1
* Enforce overwritting SHLIBDIRBaptiste Daroussin2015-06-151-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-1317-0/+350
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-0817-34/+0
| * Merge sync of headSimon J. Gerraty2015-05-2713-31/+43
| |\
| * \ Merge from head@274682Simon J. Gerraty2014-11-193-12/+36
| |\ \
| * \ \ Merge head from 7/28Simon J. Gerraty2014-08-1918-45/+288
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2014-05-1617-16/+1
| * | | | Updated dependenciesSimon J. Gerraty2014-05-1016-0/+32
| * | | | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \ \ \
| * \ \ \ \ Merge headSimon J. Gerraty2014-04-286-12/+210
| |\ \ \ \ \
| * \ \ \ \ \ Merge head@256284Simon J. Gerraty2013-10-133-13/+13
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge from headSimon J. Gerraty2013-09-056-77/+45
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ sync from headSimon J. Gerraty2013-04-127-66/+27
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Updated dependenciesSimon J. Gerraty2013-03-1117-0/+33
| * | | | | | | | | Updated dependenciesSimon J. Gerraty2013-02-1617-34/+0
| * | | | | | | | | Sync with HEAD.David E. O'Brien2013-02-085-27/+51
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-0816-0/+53
| * | | | | | | | | | Sync from headSimon J. Gerraty2012-11-048-88/+213
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-2217-0/+298
* | | | | | | | | | | | Add a missing word, should have been in r284290.Christian Brueffer2015-06-121-1/+1
* | | | | | | | | | | | Improve grammar.Christian Brueffer2015-06-111-9/+9
* | | | | | | | | | | | Consistently use trailing whitespace in passphrase prompts.Christian Brueffer2015-06-111-1/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Fix error in gmountver(8) man pageAllan Jude2015-05-182-7/+10
* | | | | | | | | | | Add apple-boot, apple-hfs and apple-ufs aliases to MBR scheme.Andrey V. Elsukov2015-05-051-1/+5
* | | | | | | | | | | Make GEOM_PART work in presence of previous withered self.Alexander Motin2015-03-261-3/+10
* | | | | | | | | | | Add GUID and alias for Apple Core Storage partition.Andrey V. Elsukov2015-03-121-1/+7
* | | | | | | | | | | When gpart(8) is trying automatically determine the first availableAndrey V. Elsukov2015-02-261-1/+1
* | | | | | | | | | | Fix sysctl name.Edward Tomasz Napierala2015-01-271-2/+2
* | | | | | | | | | | mdoc: remove EOL whitespace.Joel Dahl2014-12-291-2/+2
* | | | | | | | | | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-258-16/+8
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Fix geom's "usage" generation to not fabricate usage/help output for anyMark Felder2014-11-171-0/+5
* | | | | | | | | | Turn off kern.geom.part.mbr.enforce_chs by default.Andrey V. Elsukov2014-08-121-1/+1
* | | | | | | | | | Remove duplicate entry.Andrey V. Elsukov2014-08-121-7/+0
* | | | | | | | | | Add sysctl and loader tunable kern.geom.part.mbr.enforce_chs that is setAndrey V. Elsukov2014-08-121-1/+7