summaryrefslogtreecommitdiff
path: root/usr/src/boot/lib/libstand
AgeCommit message (Expand)AuthorFilesLines
2022-02-1714480 loader: restructure loader source treeToomas Soome90-24791/+0
2022-01-2814451 loader: want mechanism to test if we are virtualizedToomas Soome2-0/+53
2021-11-0514121 loader: net_open() should not replace f->f_devdataToomas Soome2-3/+8
2021-08-2013965 loader: open file list should be dynamicToomas Soome13-166/+281
2021-08-0413993 loader: tftp client should use server address from rootipToomas Soome1-4/+2
2021-07-2713816 loader: BIOS build should not use -fPICToomas Soome3-58/+122
2021-05-1613785 loader: move libcrypto to libstandToomas Soome4-18/+125
2021-04-0513693 loader: we should support pools without featuresToomas Soome1-2/+13
2020-12-2913398 libstand: xdrproc_t should return boolToomas Soome1-1/+1
2020-12-1113353 loader: 13345 did miss byte and nvlist arrayToomas Soome1-12/+12
2020-12-0713345 loader: xdr_array is missing countToomas Soome1-62/+185
2020-12-0413344 loader: zfs_probe_partition should skip EFI System PartitionToomas Soome1-0/+1
2020-11-137537 want nextboot (one time boot) supportToomas Soome5-379/+2923
2020-10-0713155 loader: cstyle cleanup of pager.cToomas Soome1-78/+78
2020-09-2513173 loader: add strtoul, strtoull, memmem and abortToomas Soome5-253/+45
2020-09-2113160 loader: Remove NAND and NANDFS supportToomas Soome2-1062/+0
2020-08-2213062 loader: make env_discard() publicToomas Soome2-126/+122
2020-07-1312935 loader: setting vdev size based on label asize is not workingToomas Soome1-4/+52
2020-07-0812927 loader: move zfs_boot_args to bootargs.hToomas Soome1-24/+7
2020-07-0712926 libstand: add missing iscntrl() isgraph() and ispunct()Toomas Soome1-0/+16
2020-06-2712901 loader: can not read zfs pool with slog removedToomas Soome1-2/+12
2020-06-1912836 loader: strings in nvlist are counted strings, not c-stringsToomas Soome1-70/+101
2020-05-1112710 loader: vdev_read() can corrupt memoryToomas Soome1-6/+15
2020-02-2712333 loader: replace zfs_alloc/zfs_free with malloc/freeToomas Soome1-46/+30
2020-02-0712266 loader: rewrite zfs reader zap code to use mallocToomas Soome1-163/+273
2020-01-1712154 loader: readudp() does convert pointers with different alignment (misse...Toomas Soome1-1/+1
2020-01-1712154 loader: readudp() does convert pointers with different alignmentToomas Soome1-17/+23
2020-01-0612078 loader: rewrite zfs vdev initializationToomas Soome1-248/+412
2019-12-1612074 loader: cd9660_open() warn: is 'buf' large enough for 'struct iso_prima...Toomas Soome1-4/+4
2019-12-1611055 loader: zfs reader cstyle cleanupToomas Soome1-137/+157
2019-11-1411935 loader: fix memory corruption bug in vdev_readToomas Soome1-30/+80
2019-11-1411933 loader: we can not read log device but we need to know aboutToomas Soome1-6/+14
2019-11-1311930 loader: factor out label and uberblock load from vdev_probe, add MMP ch...Toomas Soome1-90/+166
2019-11-1011923 loader: zfs.c cstyle cleanupToomas Soome1-45/+29
2019-11-0511914 loader: zfs.c is missing malloc checks, fix itToomas Soome1-197/+13
2019-11-0411888 loader: calculate physical vdev psize from asizeToomas Soome1-6/+23
2019-10-2911882 loader: rs_alloc() may return NULLToomas Soome1-5/+22
2019-10-2811881 loader: zfs_fmtdev can crash when pool discovery did fail and we have n...Toomas Soome1-3/+8
2019-10-0411740 loader: warning: unused parameterToomas Soome11-22/+31
2019-09-2711667 remove duplicate lz4 implementationsToomas Soome2-1/+6
2019-09-2711716 loader: add memalign()Toomas Soome4-12/+57
2019-09-2011702 loader: zalloc cstyle cleanupToomas Soome5-266/+271
2019-08-1911565 loader: this statement may fall throughToomas Soome1-25/+27
2019-08-1510166 loader: support com.delphix:removingToomas Soome2-17/+715
2019-08-1211506 smatch resyncJohn Levon1-0/+4
2019-06-2811277 Loader cannot boot from root pool with encryption enabledAndy Fiddaman1-2/+9
2019-06-1811182 loader: Distinguish between "no partition" and "choose best partition" ...Toomas Soome1-1/+1
2019-06-0411082 loader: Unexpand be32dec()Toomas Soome1-8/+3
2019-05-3111054 loader: malloc+memset is calloc in spa_createToomas Soome1-2/+1
2019-05-3111053 loader: zfs_alloc and zfs_free should use panicToomas Soome1-4/+2