| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix early kernel dump via dumpdev env | smh | 2015-11-17 | 1 | -5/+22 |
* | Fix g_eli error loss conditions | smh | 2015-11-05 | 1 | -9/+9 |
* | Remove compatibility shims for legacy ATA device names. | mav | 2015-10-11 | 2 | -47/+3 |
* | Make geom_nop(4) collect statistics on all types of BIOs, not just | trasz | 2015-10-10 | 2 | -0/+42 |
* | geom_dev: Use kenv 'dumpdev' in the same way as rc/etc.d/dumpon | cem | 2015-09-23 | 1 | -1/+8 |
* | Add a way to specify stripesize and stripeoffset to gnop(8). This makes | trasz | 2015-09-15 | 2 | -3/+41 |
* | After the introduction of direct dispatch, the pacing code in g_down() | imp | 2015-09-02 | 1 | -7/+41 |
* | Create a RouterBoard platform and use it to create a flash map | jhibbits | 2015-08-22 | 1 | -1/+10 |
* | Clean out some externally visible "more then" grammar | pfg | 2015-08-11 | 4 | -4/+4 |
* | Make some debug printf's into DPRINTF's to reduce noise on attach/detahh | ngie | 2015-08-09 | 1 | -6/+6 |
* | Enable BIO_DELETE passthru in GELI, so TRIM/UNMAP can work as expected when | pjd | 2015-08-08 | 3 | -35/+92 |
* | Minor style cleanup of the code surrounding r286404. | kib | 2015-08-07 | 1 | -5/+5 |
* | The condition to use direct processing for the unmapped bio is | kib | 2015-08-07 | 1 | -2/+2 |
* | After crypto_dispatch() bio might be already delivered and destroyed, | pjd | 2015-08-06 | 2 | -14/+8 |
* | Make some debug printf's into DPRINTF's to reduce noise on attach/detach | ngie | 2015-08-06 | 1 | -4/+4 |
* | Fix panic triggered by code like this: | trasz | 2015-08-04 | 1 | -0/+7 |
* | Fix panic that would happen on forcibly unmounting devfs (note that | trasz | 2015-08-03 | 1 | -0/+14 |
* | Report the scheme and provider names in warning message about unaligned | ae | 2015-07-26 | 1 | -2/+4 |
* | Add a new option to gpart(8) to fix Lenovo BIOS boot issue | allanjude | 2015-07-15 | 1 | -0/+16 |
* | Spoil even can happen for some time now even on providers opened exclusively | pjd | 2015-07-10 | 1 | -3/+3 |
* | Properly propagate errors in metadata reading. | pjd | 2015-07-02 | 1 | -1/+4 |
* | Allow to omit keyfile number for the first keyfile. | pjd | 2015-07-02 | 1 | -0/+7 |
* | Fix off-by-one error in fstyp(8) and geom_label(4) that made them use | trasz | 2015-06-18 | 4 | -18/+19 |
* | Teach G_PART_GPT class to handle g_resize_provider event. | ae | 2015-06-08 | 1 | -1/+1 |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | jkim | 2015-05-22 | 5 | -5/+5 |
* | Read GEOM_UNCOMPRESS metadata using several requests that fit into | ae | 2015-05-19 | 1 | -15/+25 |
* | Add apple-boot, apple-hfs and apple-ufs aliases to MBR scheme. | ae | 2015-05-05 | 1 | -0/+3 |
* | Move zlib.c from net to libkern. | rodrigc | 2015-04-22 | 2 | -2/+2 |
* | g_uncompress_taste: prevent a double free. | pfg | 2015-04-20 | 1 | -0/+1 |
* | Remove sleeps from geom_up thread on device destruction. | mav | 2015-04-09 | 2 | -3/+3 |
* | Remove extra semicolon. | mav | 2015-03-27 | 1 | -1/+1 |
* | Remove request sorting from GEOM_MIRROR and GEOM_RAID. | mav | 2015-03-27 | 2 | -7/+7 |
* | Fix bug on memory allocation error in split method. | mav | 2015-03-27 | 1 | -3/+2 |
* | Make GEOM_PART work in presence of previous withered self. | mav | 2015-03-26 | 1 | -5/+2 |
* | Report withered providers as such alike to GEOMs. | mav | 2015-03-26 | 1 | -1/+3 |
* | When searching for provider by name, prefer non-withered one. | mav | 2015-03-26 | 1 | -3/+9 |
* | Fix the label search routine in geom_map to not trip up on '\0' bytes. | adrian | 2015-03-19 | 1 | -1/+9 |
* | Add GUID and alias for Apple Core Storage partition. | ae | 2015-03-12 | 3 | -0/+5 |
* | Fix couple BIO_DELETE bugs in geom_mirror. | mav | 2015-03-12 | 1 | -2/+24 |
* | Replace constant with proper sizeof(). | mav | 2015-02-25 | 5 | -10/+10 |
* | Add devd(8) notifications for creation and destruction of GEOM devices. | trasz | 2015-01-14 | 1 | -1/+9 |
* | Remove old ioctl use and support, once and for all. | imp | 2015-01-06 | 2 | -125/+2 |
* | Remove support for FreeBSD 7 and really old FreeBSD 8. The classifiers | imp | 2014-12-20 | 5 | -435/+12 |
* | Add some new modes to OpenCrypto. These modes are AES-ICM (can be used | jmg | 2014-12-12 | 3 | -3/+3 |
* | Avoid unneeded malloc/memcpy/free if there is no metadata on disk. | mav | 2014-12-05 | 2 | -10/+12 |
* | Decode some binary fields of Intel metadata. | mav | 2014-12-04 | 1 | -8/+115 |
* | 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 |