genode/repos/base-hw/src/core
Christian Prochaska 0fd53c7fe4 Extract numeric string arguments with the correct signedness
There are lots of places where a numeric argument of an argument string
gets extraced as signed long value and then assigned to an unsigned long
variable. If the value in the string was negative, it would not be
detected as invalid (and replaced by the default value), but become a
positive bogus value.

With this patch, numeric values which are supposed to be unsigned get
extracted with the 'ulong_value()' function, which returns the default
value for negative numbers.

Fixes #1472
2015-04-13 14:18:15 +02:00
..
include Extract numeric string arguments with the correct signedness 2015-04-13 14:18:15 +02:00
kernel hw: fix bug in cancellation of 'await_signal' 2015-04-09 16:04:44 +02:00
spec hw: support Wandboard Quad (i.MX6) 2015-04-09 16:04:43 +02:00
boot_modules.s hw: map binaries of boot modules on demand 2014-06-06 14:54:31 +02:00
console.cc hw: re-organize file structure 2014-08-15 10:19:48 +02:00
core_rm_session.cc hw: minor 64-bit fixes 2015-02-16 13:40:36 +01:00
cpu_session_support.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
io_mem_session_support.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
irq_session_component.cc hw_x86_64: Add x86-specific IRQ session component 2015-03-27 11:53:33 +01:00
pager.cc hw: extend warning messages to ease debugging 2015-03-27 11:53:13 +01:00
perf_counter.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
platform.cc hw_x86_64: Add I/O port allocator to platform 2015-03-27 11:53:32 +01:00
platform_pd.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
platform_thread.cc hw: remove deprecated TLB declaration 2014-12-19 13:58:47 +01:00
ram_session_support.cc hw: correctly flush cache on ARM (fix #1257) 2014-10-10 13:02:30 +02:00
rm_session_support.cc hw: error message on unmap on broken RM clients 2015-03-19 08:57:20 +01:00
signal_session_component.cc hw: re-organize file structure 2014-08-15 10:19:48 +02:00
target.mk hw: enable kernel-internal tests via run tool 2014-11-28 12:02:34 +01:00
thread_start.cc hw: adjust core bootstrap to fit generic process 2015-03-19 08:57:19 +01:00