genode/repos/os/include
Norman Feske bdf47785b8 vfs: remove 'file_size' from read/write interfaces
The 'file_size' type denotes the size of files on disk in bytes. On
32-bit architectures it is larger than the size_t, which refers to
in-memory object sizes.

Whereas the use of 'file_size' is appropriate for ftruncate and seek, it
is not a suitable type for the parameters of read/write operations
because those operations refer to in-memory buffers.

This patch replaces the use of 'file_size' by size_t. However, since it
affects all sites where the read/write interface is uses, it takes the
opportunity to replace the C-style (pointer, size) arguments by
'Byte_range_ptr' and 'Const_byte_range_ptr'.

Issue #4706
2023-02-27 08:22:49 +01:00
..
audio_in_session audio_in_session: fix wrong buffer in content 2022-08-10 13:33:04 +02:00
audio_out_session audio_out_session: reset changes to 'pos = tail' 2022-09-19 14:00:35 +02:00
blit os: avoid implicit conversions 2021-12-17 15:04:45 +01:00
block Remove unneeded session_size check 2022-08-10 13:32:57 +02:00
block_session os: simplify split block operations 2022-04-13 14:08:15 +02:00
capture_session Capture session interface 2020-07-13 11:33:13 +02:00
decorator Create Point, Area, Rect via 'from_xml' functions 2022-08-31 09:32:08 +02:00
event_session event_session: make Session_client::Batch abstract 2020-08-25 11:49:43 +02:00
file_system file_system/util.h: remove packet-stream helpers 2022-02-15 10:11:10 +01:00
file_system_session file_system_session: increase TX_QUEUE_SIZE to 32 2023-01-24 12:07:27 +01:00
framebuffer_session Change pixel format to 32 bits per pixel 2020-06-29 14:22:29 +02:00
genode_c_api genode_c_api: add config update to block interface 2022-11-17 08:00:35 +01:00
gpio os: avoid implicit conversions 2021-12-17 15:04:45 +01:00
gpio_session
gpu gpu/intel: GEN12+ 2022-11-17 08:00:36 +01:00
gpu_session gpu_session: add notes to interface 2023-02-27 08:22:48 +01:00
gui_session Change pixel format to 32 bits per pixel 2020-06-29 14:22:29 +02:00
i2c_session os: avoid implicit conversions 2021-12-17 15:04:45 +01:00
init
input acpi_event: generalize config for any key 2023-02-27 08:22:46 +01:00
input_session
ldso
loader_session Rename 'Nitpicker' namespace to 'Gui' 2020-06-22 09:39:40 +02:00
mixer
net nic_router: rework updating of TCP/UDP links 2023-01-24 12:07:31 +01:00
nic Remove unused Nic::Root implementation (nic/root.h) 2022-05-25 12:19:31 +02:00
nic_session
nitpicker_gfx os: Don't use char as array subscript. 2022-02-15 10:23:58 +01:00
os vfs: remove 'file_size' from read/write interfaces 2023-02-27 08:22:49 +01:00
packet_stream_rx os: remove blocking semantics from packet stream 2022-02-15 10:10:03 +01:00
packet_stream_tx os: remove blocking semantics from packet stream 2022-02-15 10:10:03 +01:00
pci platform_drv: implement PCI powering and reset 2022-10-12 12:09:37 +02:00
pin_control_session os/pin_driver: support for time-multiplexed in/out 2022-11-17 08:00:35 +01:00
pin_state_session os: Pin_control and Pin_state session interfaces 2021-11-29 15:10:52 +01:00
platform_session platform_drv: update ROM in device_by_type() 2022-11-29 12:29:57 +01:00
pointer
ram_fs vfs: remove 'file_size' from read/write interfaces 2023-02-27 08:22:49 +01:00
report_rom Remove unneeded session_size check 2022-08-10 13:32:57 +02:00
report_session
rtc_session rtc: extended session with set-signal 2019-08-21 12:37:01 +02:00
sandbox separate sandbox api from os 2021-06-25 11:41:45 +02:00
smbios os: avoid implicit conversions 2021-12-17 15:04:45 +01:00
spec os: remove obsolete i.MX framebuffer session 2022-11-17 08:00:35 +01:00
terminal os: avoid implicit conversions 2021-12-17 15:04:45 +01:00
terminal_session os: use Mutex/Blockade 2020-04-17 12:40:12 +02:00
trace trace: add trace_eth_packet event 2022-08-17 12:03:07 +02:00
uart_session os: avoid implicit conversions 2021-12-17 15:04:45 +01:00
uplink_session os: introduce new "Uplink" session 2021-01-25 13:48:09 +01:00
usb usb_session: align USB packet allocation correctly 2022-11-17 08:00:35 +01:00
usb_session usb_session: align USB packet allocation correctly 2022-11-17 08:00:35 +01:00
util util/geometry: support 'Rect::from_xml' 2022-08-17 14:28:12 +02:00
vfs vfs: remove 'file_size' from read/write interfaces 2023-02-27 08:22:49 +01:00
virtio virtio_pci: use generic platform API 2022-10-12 12:09:34 +02:00