<feed xmlns='http://www.w3.org/2005/Atom'>
<title>efi-boot-shim.git/lib/console.c, branch Release_3.0.0</title>
<subtitle> (mirror of https://github.com/vyos/efi-boot-shim.git)
</subtitle>
<id>https://git.amelek.net/vyos/efi-boot-shim.git/atom?h=Release_3.0.0</id>
<link rel='self' href='https://git.amelek.net/vyos/efi-boot-shim.git/atom?h=Release_3.0.0'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/'/>
<updated>2015-06-29T18:41:21+00:00</updated>
<entry>
<title>More incorrect unsigned vs signed fixups from yours truly.</title>
<updated>2015-06-29T18:41:21+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2015-06-19T20:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=abe6ed8b5712d647b06039b4d0e83700186b1e1c'/>
<id>urn:sha1:abe6ed8b5712d647b06039b4d0e83700186b1e1c</id>
<content type='text'>
Woops.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Fix console_print_box*() parameters.</title>
<updated>2015-06-16T15:41:32+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2015-06-11T18:36:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=7bb0d6f71d7deeb82ca17ec20839fe10dc572c1d'/>
<id>urn:sha1:7bb0d6f71d7deeb82ca17ec20839fe10dc572c1d</id>
<content type='text'>
When we made lib build with the correct CFLAGS, it inherited
-Werror=sign-compare, and I fixed up some parameters on
console_print_box() and console_print_box_at() to avoid sign comparison
errors.

The fixups were *completely wrong*, as some behavior relies on negative
values.  So this fixes them in a completely different way, by casting
appropriately to signed types where we're doing comparisons.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Make lib/ build right with the cflags it should be using...</title>
<updated>2015-04-13T23:55:25+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2015-02-25T21:33:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=7fdbd9d48a4e447d4ea42268afb80a1ee84b633b'/>
<id>urn:sha1:7fdbd9d48a4e447d4ea42268afb80a1ee84b633b</id>
<content type='text'>
... but isn't.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Add nostdinc to the CFLAGS for lib</title>
<updated>2014-12-11T14:48:50+00:00</updated>
<author>
<name>Gary Ching-Pang Lin</name>
<email>glin@suse.com</email>
</author>
<published>2014-11-10T09:31:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=361716dd4a612e8be58e755102eceefffd3a54c5'/>
<id>urn:sha1:361716dd4a612e8be58e755102eceefffd3a54c5</id>
<content type='text'>
We don't need the headers from the standard include path.

Signed-off-by: Gary Ching-Pang Lin &lt;glin@suse.com&gt;
</content>
</entry>
<entry>
<title>Remove the duplicate calls in lib/console.c</title>
<updated>2014-06-25T14:15:31+00:00</updated>
<author>
<name>Gary Ching-Pang Lin</name>
<email>glin@suse.com</email>
</author>
<published>2013-10-31T09:55:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=8bd7bad4b77bb99c3978d328ee54e64a53b4dcfc'/>
<id>urn:sha1:8bd7bad4b77bb99c3978d328ee54e64a53b4dcfc</id>
<content type='text'>
Signed-off-by: Gary Ching-Pang Lin &lt;glin@suse.com&gt;
</content>
</entry>
<entry>
<title>MokManager: handle the error status from ReadKeyStroke</title>
<updated>2014-06-25T14:02:18+00:00</updated>
<author>
<name>Gary Ching-Pang Lin</name>
<email>glin@suse.com</email>
</author>
<published>2013-12-03T07:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=22254e2633d58edd0176ccdfab9dd35171f89963'/>
<id>urn:sha1:22254e2633d58edd0176ccdfab9dd35171f89963</id>
<content type='text'>
On some machines, even though the key event was signaled, ReadKeyStroke
still got EFI_NOT_READY. This commit handles the error status to avoid
console_get_keystroke from returning unexpected keys.

Signed-off-by: Gary Ching-Pang Lin &lt;glin@suse.com&gt;

Conflicts:
	MokManager.c
</content>
</entry>
<entry>
<title>Put SHIM_VERBOSE under shim's guid, not global.</title>
<updated>2013-10-04T17:54:35+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2013-10-04T17:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=3c0ee51ad8f70adb6919d8487a0563bd35777bfe'/>
<id>urn:sha1:3c0ee51ad8f70adb6919d8487a0563bd35777bfe</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Try to actually make debug printing look reasonable.</title>
<updated>2013-10-04T15:51:09+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2013-10-04T14:22:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=880f9de4123561d18e5c230b4f6e614c5eab960d'/>
<id>urn:sha1:880f9de4123561d18e5c230b4f6e614c5eab960d</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Add ident-like blobs to shim.efi for version checking.</title>
<updated>2013-10-03T15:11:09+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2013-10-03T15:01:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=fc986307fb200fdf493b9dd083ad39ae3561b0c9'/>
<id>urn:sha1:fc986307fb200fdf493b9dd083ad39ae3561b0c9</id>
<content type='text'>
I feel dirty.
</content>
</entry>
<entry>
<title>Merge console_control.h and console.h</title>
<updated>2013-10-01T18:03:16+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2013-10-01T17:43:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=4537217422a4e1bf145e135d89284cf7887ad826'/>
<id>urn:sha1:4537217422a4e1bf145e135d89284cf7887ad826</id>
<content type='text'>
Since these are topically the same thing, they can live together.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
</feed>
