Warner Losh
82f6245d5b
Fix a cluster of bugs in list EFI environment variables:
...
1. Size returned for variable name is in bytes, not CHAR16 (the
UEFI standard is unclear on this, where it is clear on the size of
the variable).
2. Dynamically allocate the buffers so we can grow them if someone
defines a super-long variable name.
These two fixes allow me to examine all the variables in my BIOS and
also removes the repeated printing of variables.
2016-09-30 15:41:12 +00:00
..
2016-09-30 08:23:06 +00:00
2016-09-30 14:00:23 +00:00
2016-09-21 10:35:44 +00:00
2016-09-30 15:41:12 +00:00
2016-09-28 08:35:05 +00:00
2016-09-29 17:48:53 +00:00
2016-09-30 05:51:11 +00:00
2016-09-30 08:23:06 +00:00
2016-09-29 14:01:06 +00:00
2016-09-08 02:38:55 +00:00
2016-09-25 16:30:29 +00:00
2016-09-30 13:37:50 +00:00
2016-09-23 19:05:07 +00:00
2016-09-23 21:29:40 +00:00
2016-09-22 15:17:36 +00:00
2016-09-30 08:23:06 +00:00
2016-09-29 23:07:28 +00:00
2016-09-28 14:13:41 +00:00
2016-09-30 08:23:06 +00:00
2016-09-30 06:58:45 +00:00
2016-09-21 19:48:07 +00:00
2016-08-08 19:31:01 +00:00
2016-09-30 00:10:57 +00:00
2016-09-29 19:57:37 +00:00
2016-09-15 07:41:48 +00:00
2016-09-28 13:29:11 +00:00
2016-07-27 11:08:59 +00:00
2016-06-26 20:08:42 +00:00
2016-09-30 08:23:06 +00:00
2016-08-01 22:57:03 +00:00
2016-08-20 00:49:29 +00:00
2016-09-27 00:53:41 +00:00
2016-09-10 16:49:25 +00:00
2016-07-27 11:08:59 +00:00
2016-09-08 19:47:57 +00:00
2016-09-10 16:49:25 +00:00
2016-09-29 23:07:28 +00:00
2016-08-10 13:49:17 +00:00
2016-09-19 15:58:33 +00:00
2016-09-10 16:49:25 +00:00
2016-09-30 06:08:21 +00:00
2016-09-30 13:41:24 +00:00