genode/repos/base/src/lib/base
Norman Feske 5ed5fddb7c base/os: remove deprecated APIs
This commit removes APIs that were previously marked as deprecated. This
change has the following implications:

- The use of the global 'env()' accessor is not possible anymore.
- Boolean accessor methods are no longer prefixed with 'is_'. E.g.,
  instead of 'is_valid()', use 'valid()'.
- The last traces of 'Ram_session' are gone now. The 'Env::ram()'
  accessor returns the 'Ram_allocator' interface, which is a subset of
  the 'Pd_session' interface.
- All connection constructors need the 'Env' as argument.
- The 'Reporter' constructor needs an 'Env' argument now because the
  reporter creates a report connection.
- The old overload 'Child_policy::resolve_session_request' that returned
  a 'Service' does not exist anymore.
- The base/printf.h header has been removed, use base/log.h instead.
- The old notion of 'Signal_dispatcher' is gone. Use 'Signal_handler'.
- Transitional headers like os/server.h, cap_session/,
  volatile_object.h, os/attached*_dataspace.h, signal_rpc_dispatcher.h
  have been removed.
- The distinction between 'Thread_state' and 'Thread_state_base' does
  not exist anymore.
- The header cpu_thread/capability.h along with the type definition of
  'Cpu_thread_capability' has been removed. Use the type
  'Thread_capability' define in cpu_session/cpu_session.h instead.
- Several XML utilities (i.e., at os/include/decorator) could be removed
  because their functionality is nowadays covered by util/xml_node.h.
- The 'os/ram_session_guard.h' has been removed.
  Use 'Constrained_ram_allocator' provided by base/ram_allocator.h instead.

Issue #1987
2019-02-26 14:44:15 +01:00
..
allocator_avl.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
avl_tree.cc base: avoid null pointer warning in avl tree 2019-01-07 12:25:45 +01:00
cache.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
capability.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
capability_space.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
child.cc base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
child_process.cc base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
component.cc base: remove dependency from deprecated APIs 2019-02-19 11:08:17 +01:00
console.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
default_log.cc base: remove dependency from deprecated APIs 2019-02-19 11:08:17 +01:00
elf_binary.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
entrypoint.cc base: synchronize signal-proxy thread destruction 2019-02-19 11:12:12 +01:00
env_deprecated.cc base: setup parent upgrade mechanism eagerly 2017-06-19 12:35:55 +02:00
env_reinit.cc base: setup parent upgrade mechanism eagerly 2017-06-19 12:35:55 +02:00
env_session_id_space.cc base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
heap.cc heap: diagnostic message on alloc(0) 2018-08-28 17:10:53 +02:00
heartbeat.cc init: health monitoring of child components 2018-11-27 11:36:34 +01:00
lock.cc base: avoid null pointer warnings 2018-11-16 14:37:18 +01:00
log.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
main_thread_cap.cc core: simplify initialization 2017-05-31 13:16:12 +02:00
output.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
raw_output.cc base: move 'Buffered_output' class into public header 2019-01-30 13:49:55 +01:00
region_map_client.cc base: support to attach RAM dataspaces readonly 2018-05-30 13:36:27 +02:00
registry.cc base: exception safety during registry iteration 2018-08-28 17:10:54 +02:00
rm_session_client.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
root_proxy.cc base: make Entrypoint placeable on specific cpu 2018-10-29 09:36:22 +01:00
rpc_cap_alloc.cc base: remove dependency from deprecated APIs 2019-02-19 11:08:17 +01:00
rpc_dispatch_loop.cc base: safeguard entrypoint against double manage 2017-05-31 13:16:05 +02:00
rpc_entrypoint.cc base: safeguard entrypoint against double manage 2017-05-31 13:16:05 +02:00
session_state.cc Streamline exception types 2017-05-31 13:16:07 +02:00
signal.cc Add missing override annotations 2019-02-19 11:12:11 +01:00
signal_common.cc base: remove dependency from deprecated APIs 2019-02-19 11:08:17 +01:00
signal_transmitter.cc base: restructure signal-submit initialization 2017-05-31 13:16:12 +02:00
slab.cc base: don't free initial slab in destructor 2017-08-28 16:49:46 +02:00
sleep.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
sliced_heap.cc Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
stack_allocator.cc Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
stack_area.cc base: use 'Ram_allocator' as stack-area back end 2017-05-31 13:16:13 +02:00
stack_area_addr.cc base-foc: fix placement of utcb area stack area 2019-01-14 12:34:41 +01:00
thread.cc base: remove dependency from deprecated APIs 2019-02-19 11:08:17 +01:00
thread_bootstrap.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
thread_myself.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
thread_start.cc base: remove dependency from deprecated APIs 2019-02-19 11:08:17 +01:00
trace.cc base: remove dependency from deprecated APIs 2019-02-19 11:08:17 +01:00
utcb.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
vm_session.cc vm_session: extensions 2019-02-19 11:08:17 +01:00