History log of /barrelfish-master/kernel/string.c
Revision Date Author Comments
# 9bd8d1d5 03-Apr-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

replacing umlaute and fixing address in headers Haldeneggsteig -> Universitaetsstrasse

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# 2623d2b8 21-Aug-2014 Raphael Fuchs <fuchs.raphael@gmail.com>

kernel: Implement strstr().

Compilation for armv7 failed with the following error:

../kernel/string.c:33:1: error: function might be candidate for attribute
'noreturn' [-Werror=suggest-attribute=noreturn]

Instead of adding the attribute, I provided a simple implementation.


# 1584521a 14-Aug-2014 Reto Achermann <acreto@student.ethz.ch>

libelf: added functions to find symbol by name and address, and looking
up symbol names.


# 5200ac64 18-Jul-2011 Andrew Baumann <andrew.baumann@microsoft.com>

GCC compilation fixes for ICC compilation fixes

(sigh...)


# e196fe93 18-Jul-2011 Andrew Baumann <andrew.baumann@microsoft.com>

fixes to enable compilation with ICC

The primary changes are avoiding pointer arithmetic on void * types, which is
evidently a GCCism: instead a byte-sized pointer type should be used.

Other changes include workarounds to avoid uninitialised variable warnings,
and an insistence that const values have an initialiser (being static and implicitly
initialised to zero isn't sufficient).


# 9299dcef 08-Jul-2011 Stefan Kästle <stefan.kaestle@inf.ethz.ch>

Initial version of public stable barrelfish repository.