genode/repos/os/include
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
..
arm_v6/trace Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
arm_v7/trace Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
audio_out_session base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
blit Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
block Revised API documentation 2015-04-09 16:04:46 +02:00
block_session Revised API documentation 2015-04-09 16:04:46 +02:00
cli_monitor Revised API documentation 2015-04-09 16:04:46 +02:00
dde_kit dde_kit: panic does not return 2014-11-12 14:44:16 +01:00
decorator Revised API documentation 2015-04-09 16:04:46 +02:00
drivers/timer base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
file_system_session Revised API documentation 2015-04-09 16:04:46 +02:00
framebuffer_session Revised API documentation 2015-04-09 16:04:46 +02:00
gpio base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
gpio_session base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
gpu Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
init Extract numeric string arguments with the correct signedness 2015-04-13 14:18:15 +02:00
input os: add input touch event type 2015-03-19 08:57:18 +01:00
input_session base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
ldso Revised API documentation 2015-04-09 16:04:46 +02:00
loader_session Revised API documentation 2015-04-09 16:04:46 +02:00
net Revised API documentation 2015-04-09 16:04:46 +02:00
nic Revised API documentation 2015-04-09 16:04:46 +02:00
nic_session Revised API documentation 2015-04-09 16:04:46 +02:00
nitpicker_gfx Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
nitpicker_session Revised API documentation 2015-04-09 16:04:46 +02:00
os Revised API documentation 2015-04-09 16:04:46 +02:00
packet_stream_rx Revised API documentation 2015-04-09 16:04:46 +02:00
packet_stream_tx Revised API documentation 2015-04-09 16:04:46 +02:00
pci_device Revised API documentation 2015-04-09 16:04:46 +02:00
pci_session Revised API documentation 2015-04-09 16:04:46 +02:00
platform os: add 'clock_rate' to Rpi platform driver 2015-04-09 16:04:46 +02:00
platform_session base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
regulator base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
regulator_session base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
report_session Revised API documentation 2015-04-09 16:04:46 +02:00
rtc_session base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
terminal Revised API documentation 2015-04-09 16:04:46 +02:00
terminal_session Revised API documentation 2015-04-09 16:04:46 +02:00
timer_session Omit timer RPC calls for usleep(0) 2015-04-09 16:04:46 +02:00
trace Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
uart_session base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
usb base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
usb_session Revised API documentation 2015-04-09 16:04:46 +02:00
util Revised API documentation 2015-04-09 16:04:46 +02:00
vfs Revised API documentation 2015-04-09 16:04:46 +02:00
x86_32/trace Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
x86_64/trace Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
xev_track Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00