]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand/libsa
contrib/tzdata: import tzdata 2022a
[FreeBSD/FreeBSD.git] / stand / libsa /
2021-10-08 Toomas Soomelibsa: cstyle cleanup of dosfs.c
2021-10-08 Toomas Soomeloader: cstyle cleanup of libsa/lseek.c
2021-10-08 Toomas Soomeloader: implement GELI writes
2021-10-08 Toomas Soomeloader: update zfsimpl.c from illumos review suggestions
2021-10-08 Simon J. Gerratypkgfs_open: follow symlinks
2021-10-08 Toomas Soomeloader: we should support pools without features
2021-10-08 Alex Richardsonlibsa: Remove conflicting .global/.weak directive
2021-10-08 Toomas Soomeloader: allow loader to accept zfs feature com.delphix...
2021-10-08 Toomas Soomeloader: allow loader to accept zfs feature com.datto...
2021-10-08 Toomas Soomeloader: revert r342161 and r342151
2021-10-08 Warner LoshImplement some time variables from kernel
2021-10-08 Toomas Soomeloader: zfs_probe_dev should pick first matching zfs...
2021-10-08 Warner LoshDeclare time()
2021-10-08 Toomas Soomelibsa: only skein_block.c is using SKEIN_LOOP
2021-10-08 Emmanuel Vadotlibsa: smbios: Parse the chassis type and export it...
2021-10-08 Toomas Soomelibsa: remove leftover whitespace
2021-10-08 Toomas Soomelibsa: make env_discard() public
2021-10-08 Toomas Soomelibsa: cstyle cleanup for environment.c
2021-10-08 Toomas Soomeloader: setting vdev size based on label asize is not...
2021-10-08 Toomas Soomeloader: zfs reader does not need BOOT2 bits
2021-10-08 Toomas Soomeloader: potential memory leak and check return values
2021-10-08 Toomas Soomeloader: can not read zfs pool with slog removed
2021-10-08 Toomas Soomeloader: create single zfs nextboot implementation
2021-10-08 Toomas Soomeloader: r362262 did miss the pathlen check
2021-10-08 Toomas Soomeloader: strings in nvlist are counted strings, not...
2021-10-08 Toomas Soomeloader: use #elif defined() in stand.h
2021-10-08 Toomas Soomeloader: typo did slip into 359408
2021-10-08 Toomas Soomeloader: strdup name strings from dataset walker
2021-10-08 Toomas Soomeloader: add knob to build with user malloc
2021-10-08 Toomas Soomeloader: remove libsa/crc32.c and use version from zlib
2021-10-08 Toomas Soomeloader: replace zfs_alloc/zfs_free with malloc/free
2021-10-08 Warner LoshMove smbios.c to libsa.
2021-10-08 Warner LoshCreate ptov() function.
2021-10-08 Toomas Soomefollowup on r357497: clean obsolete comment and use...
2021-10-08 Toomas Soomeloader: rewrite zfs reader zap code to use malloc
2021-10-08 Rebecca CranWait a maximum of 300 seconds for network send/recv...
2021-10-08 Toomas Soomeloader: zfsimpl.c cstyle cleanup
2021-10-08 Toomas Soomeloader: tftp client should use server address from...
2021-10-08 Matt MacyZFS: remove duplicate "com.datto:encryption" from loader
2021-10-08 Toomas Soomeloader: geli_dev_ioctl does return huge mediasize
2021-10-08 Toomas Soomeloader: zfs.c is missing malloc checks, fix it
2021-10-08 Toomas Soomeloader: should check malloc in zfs_dev_open
2021-09-03 Dimitry AndricRevert the changes that removed support for old gcc...
2021-09-02 Eric van GyzenRemove tests for obsolete compilers in the build system
2021-09-01 Gordon Berglinglibsa: Fix a typo in source code comments
2021-06-09 David Brightlibsa: Fix infinite loop in bzipfs & gzipfs
2021-02-17 Jung-uk KimOpenSSL: Merge OpenSSL 1.1.1j
2020-12-29 Adrian Chadd[libsa] Fix typecast of pointer for st_dev
2020-10-09 Allan JudeMFC r364787:
2020-10-09 Allan JudeClean up the mess I made with r366590 and r366591
2020-10-09 Allan JudeMFC r364787:
2020-05-22 Andriy GaponMFC r354941,r354948: 10601 10757 Pool allocation classes
2020-05-11 Toomas SoomeMFC r360836:
2020-04-14 Simon J. GerratyImprove interaction of vectx and tftp
2020-04-09 Simon J. Gerratyveloader use vectx API for kernel and modules
2020-02-27 Andriy GaponMFC r355736: zfs boot: fix a crash in a rarely taken...
2020-01-07 Dimitry AndricMFC r355940:
2019-12-22 Toomas SoomeMFC r354283, r354323, r354363, r354364, r354593, r35577...
2019-12-20 Toomas SoomeMFC r355713:
2019-12-03 Ravi PokalaMFC r354673:
2019-12-02 Toomas SoomeMFC r354253, r354254, r354264, r354265
2019-11-10 Toomas SoomeMFC r354279:
2019-11-04 Toomas SoomeMFC r354237:
2019-11-02 Toomas SoomeMFC r354119:
2019-10-31 Simon J. GerratyAdd support for hypervisor check on x86
2019-10-26 Toomas SoomeMFC r353757:
2019-10-24 Kyle EvansMFC r349928: Allow efi loader to get network params...
2019-10-24 Kyle EvansMFC EFI HTTP Support: r349349, r349395, r349404, r34956...
2019-10-24 Kyle EvansMFC r345477, r346675, r346984, r348748
2019-10-24 Kyle EvansMFC (proactively; not required yet) r339673: Fix stand...
2019-10-24 Kyle EvansMFC r339970: Remove unnecessary include from libstand.
2019-10-24 Kyle EvansMFC r352548: loader: fix typo in zalloc.
2019-10-24 Kyle EvansMFC r349217: Tell loader to ignore newer features enabl...
2019-10-24 Kyle EvansMFC r348658-r348659, r348674-r348675, r348678, r348760...
2019-10-24 Kyle EvansMFC r348381: Unexpand be32dec().
2019-10-24 Kyle EvansMFC r348352, r348354
2019-10-14 Toomas Soomeloader.efi: Block IO should honor align_io
2019-09-05 Warner LoshMFC r343755:
2019-09-05 Warner LoshRevert r351902 ... it didn't properly exclude rack...
2019-09-05 Warner LoshMFC r343755:
2019-09-03 Kyle EvansMFC r351408-r351410: reduce pollution from mips machine...
2019-08-26 Kyle EvansMFC r351119, r351135-r351136, r351412: stand xtoolchain...
2019-08-22 Toomas Soomeloader: support com.delphix:removing
2019-07-26 Kyle EvansMFC r348471: stand: zfs: Free bouncebuf on error path...
2019-07-26 Kyle EvansMFC r344226, r344234: stand: zfs memory corruption bug
2019-05-30 Simon J. Gerratyficl pfopen: verify file
2019-05-23 Xin LIMFC r347244:
2019-04-21 Ian LeporeMFC r341420, r341473, r341651
2019-04-12 Simon J. GerratyAdd support for loader veriexec
2019-03-28 Toomas SoomeMFC: r344248,r344387
2019-03-20 Matt MacyMFC r342793 - selectively disable ZFS without disabling...
2019-03-14 Steven HartlandRevert zfsimpl.c accidentally committed in r345128
2019-03-14 Steven HartlandMFC r344701: Fix incorrect / unused sector_count for...
2019-01-31 Toomas SoomeMFC r343124:
2019-01-31 Toomas SoomeMFC r343123:
2018-12-30 Toomas SoomeMFC r342151, r342161:
2018-12-17 Maxim SobolevMFC r341253: panic() should not apply \n.
2018-11-29 Toomas SoomeMFC r339651,339992-339993,340026
2018-10-16 Jonathan T. LooneyImport CK as of commit 5221ae2f3722a78c7fc41e47069ad949...
2018-10-10 Dag-Erling SmørgravUpgrade to 1.8.1.
next