| Commit message (Expand) | Author | Age | Files | Lines |
* | Actually, that was a bad idea. Go back to MAXPARTITIONS. | imp | 2014-11-20 | 1 | -1/+1 |
* | The number of BSD partitions is variable. Return the proper number | imp | 2014-11-19 | 1 | -1/+1 |
* | Implement the historic DIOCGDINFO ioctl for gpart on BSD | imp | 2014-11-18 | 3 | -1/+75 |
* | Add missing privilege check when setting the dump device. Before that change it | pjd | 2014-11-11 | 1 | -7/+7 |
* | Constify the AES code and propagate to consumers. This allows us to | des | 2014-11-10 | 1 | -3/+3 |
* | Translate the errno to gctl_error() texts. | phk | 2014-11-09 | 1 | -0/+17 |
* | Add to CTL support for logical block provisioning threshold notifications. | mav | 2014-11-06 | 1 | -0/+10 |
* | Revert somewhat hackish geom_disk optimization, committed as part of r256880, | mav | 2014-10-25 | 1 | -41/+16 |
* | Populate the GELI passphrase cache with the kern.geom.eli.passphrase | cperciva | 2014-10-22 | 1 | -0/+19 |
* | Fix multiple incorrect SYSCTL arguments in the kernel: | hselasky | 2014-10-21 | 1 | -5/+5 |
* | Add provider's sectorsize and stripesize to confdot output. | ae | 2014-10-17 | 1 | -2/+3 |
* | Follow up to r225617. In order to maximize the re-usability of kernel code | davide | 2014-10-16 | 3 | -5/+5 |
* | Add an ability to set dumpdev via loader(8) tunable. | ae | 2014-10-08 | 1 | -14/+62 |
* | Fix a bug in r272297 which prevented dumpdev from setting. | hrs | 2014-10-03 | 1 | -1/+1 |
* | Be prepared that set_dumper() might fail even when resetting it or prefix | pjd | 2014-09-30 | 1 | -3/+2 |
* | Style fixes. | pjd | 2014-09-30 | 1 | -10/+8 |
* | Cache GELI passphrases entered at the console during the boot process, | cperciva | 2014-09-16 | 1 | -7/+38 |
* | Add device name used in geom_map verbose output. This helps when using | sbruno | 2014-09-11 | 1 | -4/+4 |
* | use a straight buffer instead of an iov w/ 1 segment... The aesni | jmg | 2014-09-04 | 3 | -56/+10 |
* | Deal explicitly with possible failures of make_dev_alias_p() in GEOM. | scottl | 2014-08-18 | 1 | -3/+5 |
* | Turn off kern.geom.part.mbr.enforce_chs by default. | ae | 2014-08-12 | 1 | -2/+2 |
* | Add sysctl and loader tunable kern.geom.part.mbr.enforce_chs that is set | ae | 2014-08-12 | 1 | -0/+10 |
* | cswitch is unsigned, so don't compare it < 0. Any negative numbers | imp | 2014-08-07 | 1 | -1/+1 |
* | Unsigned values can never be less than 0. | imp | 2014-08-07 | 1 | -1/+1 |
* | In r264504, we prevented doing I/O for more than MAXPHYS by making | marcel | 2014-07-22 | 1 | -158/+177 |
* | After EFI support was added to the installer, it needed to allow boot | nwhitehorn | 2014-07-04 | 5 | -6/+5 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 22 | -141/+60 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 22 | -60/+141 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 22 | -141/+60 |
* | Add disklabel64 support to GEOM_PART class. | ae | 2014-06-11 | 1 | -0/+667 |
* | Allow swapping to DragonFlyBSD's swap partition. | ae | 2014-06-11 | 1 | -1/+2 |
* | Add aliases for DragonFlyBSD's partition types. | ae | 2014-06-11 | 4 | -24/+57 |
* | - Fix the keyfile being cleared prematurely after r259428 | brd | 2014-06-06 | 1 | -1/+1 |
* | Use g_conf_printf_escaped() to escape symbols, which can break | ae | 2014-05-30 | 3 | -8/+16 |
* | Add a topology trace to the g_spoil_event. | ae | 2014-05-19 | 1 | -0/+2 |
* | We have two functions from where a geom orphan method could be called: | ae | 2014-05-19 | 1 | -0/+8 |
* | Make GEOM DISK to account also BIO_FLUSH operations. | mav | 2014-05-17 | 1 | -2/+5 |
* | It is safe to allow shrinking, when aligned size is bigger than current. | ae | 2014-05-07 | 3 | -4/+4 |
* | Make r242379 - the fix for UFS labels disappearing after resizing | trasz | 2014-05-05 | 1 | -2/+4 |
* | Add an advice what to do when partition was automatically resized. | ae | 2014-05-04 | 1 | -2/+4 |
* | Add better error description for case when we are doing resize and | ae | 2014-05-04 | 1 | -1/+3 |
* | Prevent an unexpected shrinking on resizing due to alignment for MBR, | ae | 2014-05-04 | 3 | -3/+18 |
* | For schemes that do an automatic partition aligning move this code to | ae | 2014-05-04 | 4 | -80/+93 |
* | Fix a leak in g_uzip_taste(). After retrieve all the block offsets from | loos | 2014-05-01 | 1 | -0/+1 |
* | Actually the FEATURE() macro is defined on sys/sysctl.h. | loos | 2014-05-01 | 1 | -0/+1 |
* | Some style and whitespace fixes. Reduce the difference between geom_uzip(4) | loos | 2014-05-01 | 2 | -49/+42 |
* | Remove redundant include | bdrewery | 2014-04-29 | 1 | -1/+0 |
* | Reduce number of opens by REOM RAID during provider taste. | mav | 2014-04-28 | 7 | -20/+25 |
* | Keep geom_uncompress(4) in line with geom_uzip(4), bring in the r264504 fix. | loos | 2014-04-22 | 1 | -5/+23 |
* | Make sure not to do I/O for more than MAXPHYS bytes. Doing so can cause | marcel | 2014-04-15 | 1 | -5/+22 |