libexpat/expat/lib
Chanho Park e081e04ea0 Use GRND_NONBLOCK of getrandom call
Since the getrandom syscall patch(f356fb56fb Detect and support
syscall(SYS_getrandom, [..]) as well), some arm machine stuck during
systemd boot because the dbus uses the expat library and it hangs
inside the writeRandomBytes_getrandom function. Without the
GRND_NONBLOCK flag, the kernel will wait until the nonblocking_pool has
been initialized(See the getrandom syscall of the
linux/drivers/char/random.c). To prevent the blocking, we can add the
GRND_NONBLOCK flag and omit the comparison of the EAGAIN return.

Signed-off-by: Chanho Park <chanho61.park@samsung.com>
2017-07-26 20:35:52 +02:00
..
.gitignore
ascii.h
asciitab.h
expat_external.h Detect XML_UNICODE_WCHAR_T with sizeof(wchar_t) != 2 (issue #33) 2017-05-29 00:03:02 +02:00
expat_static.vcxproj siphash: Integrate into build system 2017-06-11 01:20:41 +02:00
expat_static.vcxproj.filters siphash: Integrate into build system 2017-06-11 01:20:41 +02:00
expat.h Prepare release version 2.2.2 2017-07-12 19:00:02 +02:00
expat.vcxproj siphash: Integrate into build system 2017-06-11 01:20:41 +02:00
expat.vcxproj.filters siphash: Integrate into build system 2017-06-11 01:20:41 +02:00
expatw_static.vcxproj siphash: Integrate into build system 2017-06-11 01:20:41 +02:00
expatw_static.vcxproj.filters siphash: Integrate into build system 2017-06-11 01:20:41 +02:00
expatw.vcxproj siphash: Integrate into build system 2017-06-11 01:20:41 +02:00
expatw.vcxproj.filters siphash: Integrate into build system 2017-06-11 01:20:41 +02:00
iasciitab.h
internal.h Cover UTF-8 limit correction; some tests fail 2016-05-20 22:29:47 +02:00
latin1tab.h
libexpat.def lib/libexpat*.def: Fix version in comment 2016-03-12 01:08:32 +01:00
libexpatw.def lib/libexpat*.def: Fix version in comment 2016-03-12 01:08:32 +01:00
nametab.h
siphash.h Document fix to use of SIPHASH_MAIN macro 2017-07-25 19:46:47 +02:00
utf8tab.h
winconfig.h MinGW: No longer ignore expat_config.h 2017-06-16 20:38:52 +02:00
xmlparse.c Use GRND_NONBLOCK of getrandom call 2017-07-26 20:35:52 +02:00
xmlrole.c Comment change: exclude error() role handler from coverage 2017-07-22 22:49:22 +02:00
xmlrole.h
xmltok_impl.c Comment change: exclude unreachable line from coverage figures 2017-07-22 22:49:20 +02:00
xmltok_impl.h
xmltok_ns.c
xmltok.c Comment change: exclude more unreachable code from coverage 2017-07-22 22:49:17 +02:00
xmltok.h Make converters tell state on termination (v3) 2016-05-02 01:00:32 +02:00