]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/geom
Remove the "Unable to unwind further" message from DDB.
[FreeBSD/FreeBSD.git] / sys / geom /
2014-10-15 jkimMerge OpenSSL 1.0.1j.
2014-10-14 gjbMerge the following from ^/projects/release-vmimage:
2014-10-09 melifaroSync to HEAD@r272825.
2014-10-08 aeAdd an ability to set dumpdev via loader(8) tunable.
2014-10-06 baptImport byacc 20141005 from vendor
2014-10-04 melifaroSync to HEAD@r272516.
2014-10-03 hrsFix a bug in r272297 which prevented dumpdev from setting.
2014-10-02 ngieImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 jkimMerge ACPICA 20140926.
2014-10-02 gjbReintegrate head@r272414
2014-10-02 gjbMerge the following revisions from ^/projects/release...
2014-09-30 pjdBe prepared that set_dumper() might fail even when...
2014-09-30 pjdStyle fixes.
2014-09-24 ngieImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-16 cpercivaCache GELI passphrases entered at the console during...
2014-09-15 desUpgrade to OpenPAM Ourouparia.
2014-09-11 sbrunoAdd device name used in geom_map verbose output. This...
2014-09-05 melifaroSync to HEAD@r271160.
2014-09-05 impMerge forgotten .h files from vendor branch.
2014-09-04 jmguse a straight buffer instead of an iov w/ 1 segment...
2014-09-04 impReimport dts files from vendor repo now that it has...
2014-09-04 impUpdate bindings to latest vendor branch representing...
2014-08-27 pluknetMFV of r270725, tzdata2014f
2014-08-23 melifaroSync to HEAD@r270409.
2014-08-18 scottlDeal explicitly with possible failures of make_dev_alia...
2014-08-13 melifaroSync to HEAD@r269943.
2014-08-12 aeTurn off kern.geom.part.mbr.enforce_chs by default.
2014-08-12 aeAdd sysctl and loader tunable kern.geom.part.mbr.enforc...
2014-08-11 peterUpdate serf-1.3.6 -> 1.3.7
2014-08-07 impcswitch is unsigned, so don't compare it < 0. Any negat...
2014-08-07 impUnsigned values can never be less than 0.
2014-08-07 jkimMerge OpenSSL 1.0.1i.
2014-07-22 marcelIn r264504, we prevented doing I/O for more than MAXPHY...
2014-07-19 baptMerge libucl 20140718 (fixes a bug in the parser)
2014-07-18 baptUpdate libucl to the 2014-07-16 snapshot
2014-07-04 nwhitehornAfter EFI support was added to the installer, it needed...
2014-07-03 marcelAdd VHD support to mkimg(1). VHD is used by Xen and...
2014-07-01 delphijMFV r267565:
2014-06-28 hselaskyPull in r267961 and r267973 again. Fix for issues repor...
2014-06-27 gjbRevert r267961, r267973:
2014-06-27 hselaskyExtend the meaning of the CTLFLAG_TUN flag to automatic...
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos r266986:
2014-06-26 delphijMFV r267843: update file/libmagic to 5.19.
2014-06-15 pfgMFV r266988:
2014-06-11 aeAdd disklabel64 support to GEOM_PART class.
2014-06-11 aeAllow swapping to DragonFlyBSD's swap partition.
2014-06-11 aeAdd aliases for DragonFlyBSD's partition types.
2014-06-09 jkimMerge OpenSSL 1.0.1h.
2014-06-06 brd- Fix the keyfile being cleared prematurely after r259428
2014-05-30 aeUse g_conf_printf_escaped() to escape symbols, which...
2014-05-27 peterMerge apr-1.4.8 -> apr-1.5.1 and update.
2014-05-19 aeAdd a topology trace to the g_spoil_event.
2014-05-19 aeWe have two functions from where a geom orphan method...
2014-05-17 mavMake GEOM DISK to account also BIO_FLUSH operations.
2014-05-15 marcelMFuser/marcel/mkimg:
2014-05-15 desUpgrade to latest ldns (1.6.17) and unbound (1.4.22).
2014-05-07 aeIt is safe to allow shrinking, when aligned size is...
2014-05-05 traszMake r242379 - the fix for UFS labels disappearing...
2014-05-04 aeAdd an advice what to do when partition was automatical...
2014-05-04 aeAdd better error description for case when we are doing...
2014-05-04 aePrevent an unexpected shrinking on resizing due to...
2014-05-04 aeFor schemes that do an automatic partition aligning...
2014-05-01 loosFix a leak in g_uzip_taste(). After retrieve all the...
2014-05-01 loosActually the FEATURE() macro is defined on sys/sysctl.h.
2014-05-01 loosSome style and whitespace fixes. Reduce the difference...
2014-04-29 bdreweryRemove redundant include
2014-04-28 mavReduce number of opens by REOM RAID during provider...
2014-04-23 baptUpdate to byacc 20140409
2014-04-22 loosKeep geom_uncompress(4) in line with geom_uzip(4),...
2014-04-15 marcelMake sure not to do I/O for more than MAXPHYS bytes...
2014-04-15 bdreweryMake g_access() KASSERT() more useful.
2014-04-12 marcelAlign and round the partitionable disk space to 4K...
2014-04-10 bdreweryFix spelling error in g_trace() call.
2014-04-10 mavFix wrong sizes used to access PD_Type and PD_State...
2014-04-10 mavDo not increment bio_data in case of BIO_DELETE.
2014-04-06 marcelAn all-or-nothing approach to labels isn't flexible...
2014-04-06 marcelMake sure we don't free memory that's already been...
2014-04-05 bdreweryShow error code when failing to destroy a mirror on...
2014-04-01 jmmvAdd atf m4 files from the vendor branch.
2014-03-29 marcelAdd mkimg, a utility for making disk images from raw...
2014-03-25 desUpgrade to OpenSSH 6.6p1.
2014-03-22 baptUpdate to 20140321
2014-03-10 baptUpdate libucl to 2014-03-03
2014-03-05 delphijMFV r262756:
2014-03-02 delphijMFV r262639: ncurses 5.9 20140222 snapshot.
2014-02-28 delphijMFV r262617: ncurses 5.9.
2014-02-28 impSymbolic bindings for the dts files...
2014-02-28 impAdd missing skeleton file.
2014-02-28 markj4478 dtrace_dof_maxsize is far too small
2014-02-28 impInitial import of DTS files from Linux
2014-02-26 desMFV (r262529): fix is_upper() predicate
2014-02-23 baptImport libucl into head
2014-02-21 gjbMerge the following:
2014-02-21 baptImport Dragonfly Mail Agent into base system
2014-02-21 gjbMove ^/user/gjb/hacking/release-embedded up one directo...
2014-02-21 gjbMFH: tracking commit
2014-02-18 emasteUpdate LLDB snapshot to upstream r201577
next