genode/repos/base/include/util
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
..
arg_string.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
avl_string.h AVL node/tree: make non-copyable 2018-02-09 13:34:23 +01:00
avl_tree.h Add missing override annotations 2019-02-19 11:12:11 +01:00
bit_allocator.h bit_allocator: alloc specific block of bits 2018-03-29 15:16:11 +02:00
bit_array.h base: fix accessibility of enum in bit_array.h 2018-11-16 14:37:18 +01:00
construct_at.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
fifo.h Remove pointers from Genode::Fifo interface 2019-02-19 11:08:17 +01:00
flex_iterator.h base: avoid warnings about shift operations 2018-11-16 14:37:18 +01:00
interface.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
list_model.h base: add List_model::apply_first 2019-01-07 12:33:56 +01:00
list.h base: avoid warnings in list.h 2018-11-16 14:37:18 +01:00
meta.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
misc_math.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
mmio.h mmio: make base address member private 2017-03-15 12:32:24 +01:00
noncopyable.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
print_lines.h print_lines: fix bugs in line length calculation 2018-09-13 15:21:11 +02:00
reconstructible.h base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
register_set.h base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
register.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
retry.h Genode::retry(): fix compile error with GCC 6 2017-05-31 13:15:50 +02:00
string.h string.h: ascii_to for unsigned char 2018-05-30 13:36:11 +02:00
token.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
touch.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
xml_generator.h Write abritrary printable objects into Xml_generator 2019-02-19 11:12:12 +01:00
xml_node.h Xml_node: safe alternatives to unsafe accessors 2019-01-30 13:49:54 +01:00