index
:
illumos-gate
master
sysroot/20181213
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr
/
src
/
boot
/
lib
/
libstand
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-17
14480 loader: restructure loader source tree
Toomas Soome
90
-24791
/
+0
2022-01-28
14451 loader: want mechanism to test if we are virtualized
Toomas Soome
2
-0
/
+53
2021-11-05
14121 loader: net_open() should not replace f->f_devdata
Toomas Soome
2
-3
/
+8
2021-08-20
13965 loader: open file list should be dynamic
Toomas Soome
13
-166
/
+281
2021-08-04
13993 loader: tftp client should use server address from rootip
Toomas Soome
1
-4
/
+2
2021-07-27
13816 loader: BIOS build should not use -fPIC
Toomas Soome
3
-58
/
+122
2021-05-16
13785 loader: move libcrypto to libstand
Toomas Soome
4
-18
/
+125
2021-04-05
13693 loader: we should support pools without features
Toomas Soome
1
-2
/
+13
2020-12-29
13398 libstand: xdrproc_t should return bool
Toomas Soome
1
-1
/
+1
2020-12-11
13353 loader: 13345 did miss byte and nvlist array
Toomas Soome
1
-12
/
+12
2020-12-07
13345 loader: xdr_array is missing count
Toomas Soome
1
-62
/
+185
2020-12-04
13344 loader: zfs_probe_partition should skip EFI System Partition
Toomas Soome
1
-0
/
+1
2020-11-13
7537 want nextboot (one time boot) support
Toomas Soome
5
-379
/
+2923
2020-10-07
13155 loader: cstyle cleanup of pager.c
Toomas Soome
1
-78
/
+78
2020-09-25
13173 loader: add strtoul, strtoull, memmem and abort
Toomas Soome
5
-253
/
+45
2020-09-21
13160 loader: Remove NAND and NANDFS support
Toomas Soome
2
-1062
/
+0
2020-08-22
13062 loader: make env_discard() public
Toomas Soome
2
-126
/
+122
2020-07-13
12935 loader: setting vdev size based on label asize is not working
Toomas Soome
1
-4
/
+52
2020-07-08
12927 loader: move zfs_boot_args to bootargs.h
Toomas Soome
1
-24
/
+7
2020-07-07
12926 libstand: add missing iscntrl() isgraph() and ispunct()
Toomas Soome
1
-0
/
+16
2020-06-27
12901 loader: can not read zfs pool with slog removed
Toomas Soome
1
-2
/
+12
2020-06-19
12836 loader: strings in nvlist are counted strings, not c-strings
Toomas Soome
1
-70
/
+101
2020-05-11
12710 loader: vdev_read() can corrupt memory
Toomas Soome
1
-6
/
+15
2020-02-27
12333 loader: replace zfs_alloc/zfs_free with malloc/free
Toomas Soome
1
-46
/
+30
2020-02-07
12266 loader: rewrite zfs reader zap code to use malloc
Toomas Soome
1
-163
/
+273
2020-01-17
12154 loader: readudp() does convert pointers with different alignment (misse...
Toomas Soome
1
-1
/
+1
2020-01-17
12154 loader: readudp() does convert pointers with different alignment
Toomas Soome
1
-17
/
+23
2020-01-06
12078 loader: rewrite zfs vdev initialization
Toomas Soome
1
-248
/
+412
2019-12-16
12074 loader: cd9660_open() warn: is 'buf' large enough for 'struct iso_prima...
Toomas Soome
1
-4
/
+4
2019-12-16
11055 loader: zfs reader cstyle cleanup
Toomas Soome
1
-137
/
+157
2019-11-14
11935 loader: fix memory corruption bug in vdev_read
Toomas Soome
1
-30
/
+80
2019-11-14
11933 loader: we can not read log device but we need to know about
Toomas Soome
1
-6
/
+14
2019-11-13
11930 loader: factor out label and uberblock load from vdev_probe, add MMP ch...
Toomas Soome
1
-90
/
+166
2019-11-10
11923 loader: zfs.c cstyle cleanup
Toomas Soome
1
-45
/
+29
2019-11-05
11914 loader: zfs.c is missing malloc checks, fix it
Toomas Soome
1
-197
/
+13
2019-11-04
11888 loader: calculate physical vdev psize from asize
Toomas Soome
1
-6
/
+23
2019-10-29
11882 loader: rs_alloc() may return NULL
Toomas Soome
1
-5
/
+22
2019-10-28
11881 loader: zfs_fmtdev can crash when pool discovery did fail and we have n...
Toomas Soome
1
-3
/
+8
2019-10-04
11740 loader: warning: unused parameter
Toomas Soome
11
-22
/
+31
2019-09-27
11667 remove duplicate lz4 implementations
Toomas Soome
2
-1
/
+6
2019-09-27
11716 loader: add memalign()
Toomas Soome
4
-12
/
+57
2019-09-20
11702 loader: zalloc cstyle cleanup
Toomas Soome
5
-266
/
+271
2019-08-19
11565 loader: this statement may fall through
Toomas Soome
1
-25
/
+27
2019-08-15
10166 loader: support com.delphix:removing
Toomas Soome
2
-17
/
+715
2019-08-12
11506 smatch resync
John Levon
1
-0
/
+4
2019-06-28
11277 Loader cannot boot from root pool with encryption enabled
Andy Fiddaman
1
-2
/
+9
2019-06-18
11182 loader: Distinguish between "no partition" and "choose best partition" ...
Toomas Soome
1
-1
/
+1
2019-06-04
11082 loader: Unexpand be32dec()
Toomas Soome
1
-8
/
+3
2019-05-31
11054 loader: malloc+memset is calloc in spa_create
Toomas Soome
1
-2
/
+1
2019-05-31
11053 loader: zfs_alloc and zfs_free should use panic
Toomas Soome
1
-4
/
+2
[next]