| Commit message (Expand) | Author | Age | Files | Lines |
| * | sys: Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 34 | -34/+0 |
| * | base: Remove support for the VTOC8 partitioning scheme | Marius Strobl | 2023-07-26 | 2 | -12/+1 |
| * | sys/modules: Make use of SRCS.${KERN_OPT}. | John Baldwin | 2023-03-01 | 1 | -3/+1 |
| * | Create a new GEOM utility, gunion(8). | Kirk McKusick | 2022-03-01 | 2 | -0/+9 |
| * | Fix some modules to export more used symbols | Konstantin Belousov | 2021-11-18 | 1 | -0/+2 |
| * | Remove GEOM_SCHED class and gsched tool. | Alexander Motin | 2019-12-29 | 6 | -35/+0 |
| * | Use kmod.opts.mk to fix standalone build. | John Baldwin | 2019-11-21 | 1 | -0/+2 |
| * | geom_uzip(4), mkuzip(8): Add Zstd image mode | Conrad Meyer | 2019-08-13 | 1 | -3/+8 |
| * | Remove deprecated GEOM classes | Conrad Meyer | 2019-08-13 | 5 | -40/+0 |
| * | Update geom_uzip to use new zlib: | Xin LI | 2019-08-08 | 1 | -1/+1 |
| * | Add g_label_flashmap.c to the module, should have been part of r345480. | Ian Lepore | 2019-04-07 | 1 | -0/+1 |
| * | Revert r344675 | Justin Hibbits | 2019-03-01 | 1 | -5/+0 |
| * | GEOM: Add fdt_slicer to the GEOM flashmap module for fdt-based platforms | Justin Hibbits | 2019-02-28 | 1 | -0/+5 |
| * | Modularize xz. | Konstantin Belousov | 2019-02-26 | 1 | -7/+1 |
| * | Fix LINT build. | Li-Wen Hsu | 2018-01-26 | 1 | -0/+1 |
| * | sys/modules: normalize .CURDIR-relative paths to SRCTOP | Enji Cooper | 2017-03-04 | 38 | -47/+47 |
| * | Fix "make depend" with geom_uzip.ko: add opt_geom.h to SRCS | Enji Cooper | 2017-03-04 | 1 | -0/+1 |
| * | - Allow different slicers for different flash types to be registered | Marius Strobl | 2017-02-22 | 2 | -0/+9 |
| * | Remove pc98 support completely. | Yoshihiro Takahashi | 2017-01-28 | 3 | -19/+0 |
| * | Fix alignment issues on MIPS: align the pointers properly. | Ruslan Bukin | 2016-10-31 | 1 | -5/+1 |
| * | Disable geom_eli module build on MIPS64 as it has alignment | Ruslan Bukin | 2016-10-20 | 1 | -1/+5 |
| * | Obsolete mkulzma(8) and geom_uncompress(4), their functionality | Maxim Sobolev | 2016-02-24 | 2 | -18/+0 |
| * | Improve mkuzip(8) and geom_uzip(4), merge in LZMA support from mkulzma(8) | Maxim Sobolev | 2016-02-23 | 1 | -1/+14 |
| * | Make additional parts of sys/geom/eli more usable in userspace | Allan Jude | 2016-01-07 | 1 | -0/+1 |
| * | Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.c | Allan Jude | 2015-12-27 | 1 | -1/+1 |
| * | Scheduling module to introduce a fixed delay into the I/O path. | Warner Losh | 2015-12-18 | 2 | -1/+8 |
| * | Kill MFILES and find things automatically. It turned out to be only | Warner Losh | 2015-07-03 | 10 | -21/+0 |
| * | Add makefile to build geom_map kld. Document some GEOM_* options | Andrey V. Elsukov | 2015-06-08 | 1 | -0/+8 |
| * | Add MK_CCD knob for building and installing ccd(4), ccdconfig, etc | Enji Cooper | 2015-01-25 | 1 | -1/+7 |
| * | Remove comments relevant to 6.x only. | Warner Losh | 2014-12-20 | 1 | -2/+0 |
| * | Remove support for FreeBSD 7 and really old FreeBSD 8. The classifiers | Warner Losh | 2014-12-20 | 1 | -1/+1 |
| * | Implement the historic DIOCGDINFO ioctl for gpart on BSD | Warner Losh | 2014-11-18 | 1 | -2/+2 |
| * | Add disklabel64 support to GEOM_PART class. | Andrey V. Elsukov | 2014-06-11 | 2 | -0/+13 |
| * | Disconnect the following geom classes from the kernel modules build: | Andrey V. Elsukov | 2014-05-27 | 1 | -6/+0 |
| * | An all-or-nothing approach to labels isn't flexible enough. Embedded | Marcel Moolenaar | 2014-04-06 | 1 | -0/+4 |
| * | I clearly didn't test the modules... add sha256c.c to the various | John-Mark Gurney | 2014-03-16 | 1 | -1/+1 |
| * | Fix a leftover of r260523. Remove the unnecessary dependency to zlib.h. | Luiz Otavio O Souza | 2014-02-27 | 1 | -1/+1 |
| * | Build the geom_uncompress(4) module by default. | Luiz Otavio O Souza | 2014-01-10 | 2 | -2/+3 |
| * | Link g_label_disk_ident when building geom_label as a module | Ivan Voras | 2013-04-17 | 1 | -0/+1 |
| * | It seems that it is preferable to keep support for glabel also for | Attilio Rao | 2012-10-18 | 1 | -0/+1 |
| * | Disconnect non-MPSAFE NTFS from the build in preparation for dropping | Attilio Rao | 2012-10-17 | 1 | -1/+0 |
| * | Add to GEOM RAID class module, supporting the DDF metadata format, as | Alexander Motin | 2012-04-30 | 1 | -1/+1 |
| * | Add to GEOM RAID class module for reading non-degraded RAID5 volumes and | Alexander Motin | 2012-04-19 | 1 | -1/+1 |
| * | Connect geom_part_ldm module to the build. | Andrey V. Elsukov | 2012-03-19 | 2 | -0/+13 |
| * | GEOM_UNCOMPRESS module, can be used with uzip images and with new ulzma images. | Aleksandr Rybalko | 2012-01-04 | 1 | -0/+17 |
| * | Instead of allocating memory for all the keys at device attach, | Pawel Jakub Dawidek | 2011-04-21 | 1 | -0/+1 |
| * | MFgraid/head: | Alexander Motin | 2011-03-24 | 2 | -0/+20 |
| * | Bring in geom_sched, support for scheduling disk I/O requests | Luigi Rizzo | 2010-04-12 | 5 | -0/+30 |
| * | Add gmountver, disk mount verification GEOM class. | Edward Tomasz Napierala | 2010-01-16 | 2 | -0/+9 |
| * | Add missing reference to GPT support. | Ivan Voras | 2009-07-05 | 1 | -0/+1 |