]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/geom
netgraph: make some use of mallocarray(9).
[FreeBSD/FreeBSD.git] / sys / geom /
2018-01-15 Andriy Gapongeom_disk / scsi_da: deny opening write-protected disks...
2018-01-12 Dimitry AndricMerge ^/head r327624 through r327885.
2018-01-10 Mark JohnstonFix handling of read errors during mirror synchronization.
2018-01-10 Mark JohnstonClarify the use of the gmirror flag mask constants.
2018-01-10 Mark JohnstonAvoid referencing a possibly freed consumer after r327496.
2018-01-08 Mark JohnstonSort and remove unneeded includes.
2018-01-08 Mark JohnstonRelease the queue lock before restarting the worker...
2018-01-06 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2018-01-06 Dimitry AndricMerge ^/head r327341 through r327623.
2018-01-05 Jung-uk KimMerge ACPICA 20180105.
2018-01-02 Mark JohnstonFix some I/O ordering issues in gmirror.
2017-12-31 Colin PercivalInstrument "boot holds" for the benefit of the TSLOG...
2017-12-30 Pedro F. Giffunigeom_ccd.c: Fix the licenses properly
2017-12-30 Pedro F. Giffunigeom_ccd.c: Update the license with changes from upstream.
2017-12-29 Dimitry AndricMerge ^/head r327169 through r327340.
2017-12-29 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-12-25 Alexander KabaevDo pass removing some write-only variables from the...
2017-12-24 Dimitry AndricMerge ^/head r326936 through r327149.
2017-12-24 Dimitry AndricMerge libc++ trunk r321414 to contrib/libc++.
2017-12-24 Dimitry AndricMerge compiler-rt trunk r321414 to contrib/compiler-rt.
2017-12-24 Dimitry AndricMerge lldb trunk r321414 to contrib/llvm/tools/lldb.
2017-12-24 Dimitry AndricMerge lld trunk r321414 to contrib/llvm/tools/lld.
2017-12-24 Dimitry AndricMerge clang trunk r321414 to contrib/llvm.
2017-12-24 Dimitry AndricMerge llvm trunk r321414 to contrib/llvm.
2017-12-20 Dimitry AndricMerge libc++ trunk r321017 to contrib/libc++.
2017-12-20 Dimitry AndricMerge compiler-rt trunk r321017 to contrib/compiler-rt.
2017-12-20 Dimitry AndricMerge lldb trunk r321017 to contrib/llvm/tools/lldb.
2017-12-20 Dimitry AndricMerge lld trunk r321017 to contrib/llvm/tools/lld.
2017-12-20 Dimitry AndricMerge clang trunk r321017 to contrib/llvm/tools/clang.
2017-12-20 Dimitry AndricMerge llvm trunk r321017 to contrib/llvm.
2017-12-19 Mark JohnstonAvoid using bioq_* in gmirror.
2017-12-16 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2017-12-15 Mark JohnstonGive a couple of predication functions a bool return...
2017-12-15 Mark JohnstonTypo.
2017-12-14 Jung-uk KimMFC: r326864
2017-12-12 Mark JohnstonMFV r326785: 8880 improve DTrace error checking
2017-12-12 Mark JohnstonAddress a possible lost wakeup for gmirror events.
2017-12-12 Mark JohnstonGive g_mirror_event_get() a more accurate name.
2017-12-12 Mark JohnstonDecrement sc_writes when BIO_DELETE requests complete.
2017-12-07 Eugene Grosbeingeom_raid (RAID5): do not lose bp->bio_error, keep...
2017-12-07 Jung-uk KimMerge OpenSSL 1.0.2n.
2017-12-07 Eugene GrosbeinFix use-after-free that sometimes results in a garbage...
2017-12-06 Ed Mastetcpdump: remove undesired svn:keywords property from...
2017-12-06 Ed MasteUpdate tcpdump to 4.9.2
2017-12-05 Warner LoshWhen building standalone, include stand.h rather than...
2017-12-03 Dimitry AndricUpgrade our copies of clang, llvm, lldb and libc++...
2017-12-02 Warner LoshWe don't need both _STAND and _STANDALONE. There's...
2017-11-30 Mark JohnstonUpdate gmirror metadata less frequently when synchronizing.
2017-11-29 Warner LoshImport lua 5.3.4 to contrib
2017-11-28 Brooks DavisUpdate vis(3) the latest from NetBSD.
2017-11-27 Pedro F. Giffunisys/geom: adoption of SPDX licensing ID tags.
2017-11-24 Hans Petter SelaskyMerge ^/head r326132 through r326161.
2017-11-23 Hans Petter SelaskyMerge ^/head r325999 through r326131.
2017-11-23 Mark JohnstonAllow kern.geom.mirror.debug to be negative.
2017-11-21 Warner LoshWhile the EFI spec allows numbers to be in many forms...
2017-11-21 Warner LoshRemove trailing whitespace (one I just introduced and...
2017-11-21 Warner LoshImplement efi media tagging for MBR partitioning types.
2017-11-20 Xin LIMFV r326007: less v529.
2017-11-19 Hans Petter SelaskyMerge ^/head r325842 through r325998.
2017-11-18 Emmanuel VadotUpdate our copy of DTS from the ones from Linux 4.14
2017-11-18 Pedro F. Giffunispdx: initial adoption of licensing ID tags.
2017-11-11 Baptiste DaroussinUpdate to zstd 1.3.2
2017-11-10 Jung-uk KimMFV: r325668
2017-11-09 Andriy GaponMFV r325609: 7531 Assign correct flags to prefetched...
2017-11-09 Andriy GaponMFV r325607: 8607 zfs: variable set but not used
2017-11-09 Andriy GaponMFV r325605: 8713 Buffer overflow in dsl_dataset_name()
2017-11-09 Marcin WojtasRework printouts and logging level in ENA driver
2017-11-07 Hans Petter SelaskyMerge ^/head r323559 through r325504.
2017-11-04 Enji CooperMFhead@r325383
2017-11-02 Simon J. GerratyUpdate to bmake-20171028
2017-11-02 Jung-uk KimMerge OpenSSL 1.0.2m.
2017-11-01 Andriy Gapongeom_slice: fix r325227, protect against multiple calls...
2017-10-31 Marcin WojtasUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-31 Andriy Gapongeom_slice: do not destroy softc until providers are...
2017-10-30 Enji CooperMFhead@r325119
2017-10-29 Edward Tomasz Napi... Add back missing MTX_DEF, it still needs to be there.
2017-10-28 Philip PaepsImport tzdata 2017c
2017-10-27 Mark JohnstonFix a lock leak in g_mirror_destroy().
2017-10-27 Andriy GaponMFV r325013,r325034: 640 number_to_scaled_string is...
2017-10-26 Edward Tomasz Napi... Make gmountver(8) use direct dispatch.
2017-10-26 Edward Tomasz Napi... Make gmountver(8) use G_PF_ACCEPT_UNMAPPED.
2017-10-26 Enji CooperMFhead@r325004
2017-10-25 Mark JohnstonAdd support for compressed kernel dumps.
2017-10-22 Mark JohnstonMFV r323105 (partial): 8300 fix man page issues found...
2017-10-21 Emmanuel Vadotdts: Update our device tree sources file fomr Linux...
2017-10-10 Jung-uk KimMerge ACPICA 20170929 (take 2).
2017-10-10 Enji CooperMFhead@r324482
2017-10-06 Baptiste DaroussinImport mandoc 1.14.3
2017-10-06 Baptiste DaroussinImport 1.14.3
2017-10-06 Andriy GaponMFV r322235: 8067 zdb should be able to dump literal...
2017-10-06 Andriy GaponMFV r316934: 7340 receive manual origin should override...
2017-10-06 Andriy GaponMFV r316933: 5142 libzfs support raidz root pool (loade...
2017-10-06 Andriy GaponMFV r316931: 6268 zfs diff confused by moving a file...
2017-10-06 Andriy GaponMFV r316877: 7571 non-present readonly numeric ZFS...
2017-10-06 Andriy GaponMFV r316864: 6392 zdb: introduce -V for verbatim import
2017-10-06 Andriy GaponMFV r316862: 6410 teach zdb to perform object lookups...
2017-10-04 Alan SomersDisplay rotation rate and TRIM/UNMAP support in diskinfo(8)
2017-10-04 Edward Tomasz Napi... Don't destroy gmountver(8) devices on shutdown, unless...
2017-10-02 Alan SomersMFV r319743: 8108 zdb -l fails to read labels 2 and 3
2017-10-02 Alan SomersMFV r316863: 3871 fix issues introduced by 3604
next