]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/geom
Merge dump_machdep.c i386/amd64 under the x86 subtree.
[FreeBSD/FreeBSD.git] / sys / geom /
2010-10-25 aeReimplemented "gpart destroy -F". Now it does all work...
2010-10-22 pjd- Improve error messages, so instead of 'Not fully...
2010-10-22 pjdClose a race between checking if device is already...
2010-10-22 pjdAdd State tag, so 'geli status' will report active...
2010-10-22 pjdEncryption keys array might be NULL if device is suspen...
2010-10-22 pjdMove sc_akeyctx and sc_ivctx initialization to the...
2010-10-21 pjdFree opencrypto sessions on suspend, as they also might...
2010-10-21 pjdFix a bug introduced in r213067 where we use authentica...
2010-10-20 pjdBring in geli suspend/resume functionality (finally).
2010-10-20 pjd- Add missing comments.
2010-10-19 jhUse make_dev_p(9) with the MAKEDEV_CHECKNAME flag inste...
2010-10-13 jkimMerge ACPICA 20101013.
2010-10-13 rpauloThe canonical way to print __func__ when using KASSERT...
2010-10-11 mmUpgrade xz to git snapshot as of 20101010
2010-10-09 aeReplace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.
2010-10-01 lulf- Check flag with the bitwise operator, not the logical...
2010-09-25 aeSome schemes can allocate memory for internal purposes...
2010-09-25 pjdChange g_eli_debug to int, so one can turn off any...
2010-09-25 pjdIgnore errors from BIO_FLUSH. It might confuse users...
2010-09-24 pjdAllow to configure GPT attributes. It shouldn't be...
2010-09-23 pjdUpdate copyright years.
2010-09-23 pjdAdd support for AES-XTS. This will be the default now.
2010-09-23 pjdImplement switching of data encryption key every 2...
2010-09-23 pjdMake the code similar to the code in g_eli_integrity.c.
2010-09-23 pjdDefine default overwrite count, so that userland can...
2010-09-23 pjdWhen trashing metadata, flush after each write.
2010-09-20 dimUpgrade our Clang in base to r114020, from upstream...
2010-09-19 brianSupport attaching version 4 metadata
2010-09-16 jkimMerge ACPICA 20100915.
2010-09-16 mavAdd support for dumping kernel to gconcat.
2010-09-15 pjdChange message when setting or unsetting attribute...
2010-09-15 pjdMake the message that informs about bootcode being...
2010-09-14 pjd- Change all places where G_TYPE_ASCNUM is used to...
2010-09-14 pjdSimplify the code a bit.
2010-09-13 pjd- Remove gc_argname field. It was introduced for gpart...
2010-09-13 pjd- Allow to specify value as const pointers.
2010-09-02 gibbsCorrect bioq_disksort so that bioq_insert_tail() offers...
2010-08-28 pjdCorrect offset conversion to little endian. It was...
2010-08-24 rpauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-18 mavRemove bintime_cmp() function, unused since r200086.
2010-08-06 jkimMerge ACPICA 20100806.
2010-08-03 aeCheck that gsp is not NULL before access. It can be...
2010-08-03 aeCheck that table is not NULL before access, it can...
2010-08-02 rpauloMFV OpenSolaris DTrace userland bits.
2010-08-02 aeForward ioctl requests to original geom.
2010-08-02 aeRelease access for consumers that are opened, but will...
2010-07-25 mavExport PCI IDs of ATA/SATA controllers through CAM...
2010-07-23 aePrevent access after free to table entry in case when
2010-07-20 edUpgrade our Clang in base to r108428.
2010-07-20 jmallettImport the Cavium Simple Executive from the Cavium...
2010-07-19 rpauloMFV:
2010-07-17 rpauloMerge from vendor: libdtrace MD parts needed by fasttrap.
2010-07-14 ruFixed cache size decoding read from a label.
2010-07-06 jkimMerge ACPICA 20100702.
2010-07-06 rpauloMerge from vendor-sys/opensolaris:
2010-06-26 rpauloAdd NTFS partition type to GEOM_MBR.
2010-06-14 pjd'unit' can be negative, so use signed type for it.
2010-06-14 pjdBIO_DELETE contains range we want to delete and doesn...
2010-06-14 rpauloMFV hostapd & wpa_supplicant 0.6.10.
2010-06-11 avgfix a few cases where a string is passed via format...
2010-06-10 impsvn merge svn+ssh://svn.freebsd.org/base/head@208996
2010-06-10 traszUntangle g_print_bio(), silencing Coverity.
2010-06-09 rdivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-06-08 mjacobTry and narrow the gap in which you act on an event...
2010-06-05 traszMake sure not to pass NULL to g_orphan_provider().
2010-06-02 mariusDon't leak memory on destruction.
2010-05-31 avgg_label: fix possible NULL pointer dereference
2010-05-24 mariusFix some whitespace nits.
2010-05-16 nwhitehornTeach gpart about bootcode on APM.
2010-05-14 mjacobYet another potential dereference of a dead provider.
2010-05-14 mjacobMake sure to check that the active provider pointer...
2010-05-10 jh- Don't return EAGAIN from gv_unload(). It was used...
2010-05-10 jhIn g_zero_destroy_geom(), return 0 instead of EBUSY...
2010-05-10 mmImport of liblzma, xz, xzdec, lzmainfo from vendor...
2010-05-08 lulf- Remove obsolete flags.
2010-05-06 mckusickFinal update to current version of head in preparation...
2010-05-05 jhFix deadlock between GEOM class unloading and withering...
2010-04-28 jkimMerge ACPICA 20100428.
2010-04-28 mckusickUpdate to current version of head.
2010-04-25 marcelRe-calculate a geometry when reprobing as well.
2010-04-25 marcelFix undo for schemes that have internal partitions...
2010-04-24 mariusAdd a TestFloat based test suite for floating-point...
2010-04-23 marcelImplement the resize verb and add support for resizing...
2010-04-19 jhFix ddb(4) "show geom addr" command when INVARIANTS...
2010-04-15 impsvn merge svn+ssh://svn.freebsd.org/base/head@206684
2010-04-15 pjdUse lower priority for GELI worker threads. This improv...
2010-04-15 avgg_io_check: respond to zero pp->mediasize with ENXIO
2010-04-14 impmerge svn+ssh://svn.freebsd.org/base/head@206610
2010-04-13 luigifix copyright format, as requested by Joel Dahl
2010-04-13 luigimake code compile with KTR
2010-04-12 impmerge from head, part 7 of many.
2010-04-12 impmerge from head, part 7 of many.
2010-04-12 impmerge from head, part 6 of many
2010-04-12 impMerge from head, part 5 of many.
2010-04-12 impmerge from head: part 4 of many
2010-04-12 impmerge from head: 3 of many
2010-04-12 impmerge from head: part 2 of many.
2010-04-12 luigiBring in geom_sched, support for scheduling disk I...
2010-04-03 avgg_vfs_open: allow only one mount per device vnode
2010-04-02 avgbo_bsize: revert r205860 and take an alternative approc...
next