summaryrefslogtreecommitdiff
path: root/usr/src/boot/lib/libstand
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-2111045 libstand: smatch errors in dosfs and zfs readerToomas Soome2-4/+4
2019-05-1010930 libstand: fix copyright numberingToomas Soome26-26/+26
2019-05-0810906 loader: non-ANSI definition of functionToomas Soome13-216/+138
2019-04-2110696 loader: use zlib-1.2.11Toomas Soome1-12/+14
2019-03-0710454 loader: panic does add newline for usToomas Soome5-11/+12
2019-03-0510457 libstand: bzipfs.c cstyle cleanupToomas Soome1-265/+282
2019-03-0110459 libstand: stand.h cstyle cleanupToomas Soome1-95/+101
2019-03-0110458 libstand: assert.c cstyle cleanupToomas Soome1-2/+1
2019-03-0110456 libstand: arp.c cstyle cleanupToomas Soome1-36/+31
2019-02-2710455 libstand: cstyle cleanup of sbrk.cToomas Soome1-17/+15
2019-02-2710446 loader: split panic routineToomas Soome2-6/+15
2019-02-2510443 loader: move panic.c to libstandToomas Soome2-1/+59
2019-02-2310414 loader: move libzfs to libstand and clean up MakefilesToomas Soome7-59/+3884
2019-02-2210428 loader: really fix cd9660 dirmatchToomas Soome1-4/+30
2019-02-1810412 cd9660: dirmatch fails to unmatch when name is prefix for directory recordToomas Soome1-1/+7
2019-01-0910066 loader: Add isoboot(5) for booting BIOS systems from HDDs containing IS...Toomas Soome1-0/+1
2019-01-0710028 loader: implement framebuffer consoleToomas Soome1-9/+10
2018-12-1110053 loader: rework cd9660 header paths and update headerToomas Soome1-2/+2
2018-11-3010008 libstand: gets.c cstyle cleanupToomas Soome1-65/+63
2018-11-259982 libstand: exit on EOF in ngetsToomas Soome1-2/+6
2018-11-099947 loader: Remove unnecessary include from libstand.Toomas Soome3-5/+2
2018-09-219799 libstand: tftp.c cstyle cleanupToomas Soome1-115/+117
2018-09-219802 libstand: memory leak in tftp_open()Toomas Soome1-1/+3