genode/repos/base/src/core
Norman Feske aa66b5d62f base: remove dependency from deprecated APIs
This patch adjusts the implementation of the base library and core such
that the code no longer relies on deprecated APIs except for very few
cases, mainly to keep those deprecated APIs in tact for now.

The most prominent changes are:

- Removing the use of base/printf.h

- Removing of the log backend for printf. The 'Console' with the
  format-string parser is still there along with 'snprintf.h' because
  the latter is still used at a few places, most prominently the
  'Connection' classes.

- Removing the notion of a RAM session, which does not exist in
  Genode anymore. Still the types were preserved (by typedefs to
  PD session) to keep up compatibility. But this transition should
  come to an end now.

- Slight rennovation of core's tracing service, e.g., the use of an
  Attached_dataspace as the Argument_buffer.

- Reducing the reliance on global accessors like deprecated_env() or
  core_env(). Still there is a longish way to go to eliminate all such
  calls. A useful pattern (or at least a stop-gap solution) is to
  pass the 'Env' to the individual compilation units via init functions.

- Avoiding the use of the old 'Child_policy::resolve_session_request'
  interface that returned a 'Service' instead of a 'Route'.

Issue #1987
2019-02-19 11:08:17 +01:00
..
include base: remove dependency from deprecated APIs 2019-02-19 11:08:17 +01:00
spec/x86 base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
capability_space.cc core: add Platform::max_caps() 2017-05-31 13:16:03 +02:00
core_log.cc core: add support to export log output as ROM 2017-12-21 15:01:46 +01:00
core_mem_alloc.cc Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
core_region_map.cc base: support to attach RAM dataspaces readonly 2018-05-30 13:36:27 +02:00
core_rpc_cap_alloc.cc base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
cpu_session_component.cc base: remove dependency from deprecated APIs 2019-02-19 11:08:17 +01:00
cpu_session_support.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
cpu_thread_component.cc base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
dataspace_component.cc base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
default_log.cc base: remove dependency from deprecated APIs 2019-02-19 11:08:17 +01:00
dump_alloc.cc core: improve formatting of allocator dumps 2017-03-24 16:19:58 +01:00
heartbeat.cc init: health monitoring of child components 2018-11-27 11:36:34 +01:00
io_mem_session_component.cc base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
main.cc base: remove dependency from deprecated APIs 2019-02-19 11:08:17 +01:00
pager_ep.cc base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
pager_object.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
pd_session_component.cc Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
pd_session_support.cc core: add map method to pd_session interface 2017-08-18 10:24:46 +02:00
platform_rom_modules.cc base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
platform_services.cc base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
ram_dataspace_factory.cc base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
region_map_component.cc Remove pointers from Genode::Fifo interface 2019-02-19 11:08:17 +01:00
rom_session_component.cc base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
rpc_cap_factory_l4.cc base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
rpc_cap_factory.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
signal_receiver.cc core-linux: avoid block-for-signal assertion 2017-08-28 16:49:41 +02:00
signal_source_component.cc Remove pointers from Genode::Fifo interface 2019-02-19 11:08:17 +01:00
signal_transmitter_noinit.cc core: use separate signal ep 2017-11-30 11:23:11 +01:00
signal_transmitter_proxy.cc core: use separate signal ep 2017-11-30 11:23:11 +01:00
stack_area.cc base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
target.inc mk: strip binaries at <build-dir>/bin/ 2017-05-02 15:29:03 +02:00
trace_session_component.cc base: remove dependency from deprecated APIs 2019-02-19 11:08:17 +01:00
version.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
version.inc core: avoid using BASE_DIR in vpath 2017-05-02 15:29:03 +02:00