History log of /fuchsia/zircon/kernel/lib/libc/include/string.h
Revision Date Author Comments
# 8aa87f00 11-Dec-2017 George Kulakowski <kulakowski@google.com>

[kernel][libc] Remove strerror

No one calls this (no one checks errno!).

Change-Id: I1d81f7d06701cc97fc521a4d9409e4116ac453a4


# 1de65dd2 30-Oct-2017 George Kulakowski <kulakowski@google.com>

[kernel][libc] Remove unused strdup

We don't want to encourage raw malloc() use, and we don't want to
encourage unbounded string use.

Change-Id: I5082b6d548a4024a585c3e944823b1db5bfc2cd1


# f3e2126c 12-Sep-2017 Roland McGrath <mcgrathr@google.com>

[zx] Magenta -> Zircon

The Great Renaming is here!

Change-Id: I3229bdeb2a3d0e40fb4db6fec8ca7d971fbffb94


# 2c876f99 15-Aug-2017 Travis Geiselbrecht <travisg@google.com>

[kernel][headers] flip remaining headers to #pragma once

Mostly older LK code that wasn't using it.

Change-Id: I57464f1621f8d5b06601a90cf1d6e4124916762d


# f496fa1c 28-Mar-2017 Roland McGrath <mcgrathr@google.com>

[kernel][lib][libc] Remove bcopy and bzero

These obsolete interfaces are not used anywhere in the kernel.

Change-Id: I0538a1f7f7df65014f8d51d18fdd669665c73b97


# 9b7c44af 25-Aug-2016 John Grossman <johngro@google.com>

[system] Merge kernel compiler.h with global compiler.h

Change-Id: Ia9f35fdb5321c82a3f844510ca93aada81d2f8c9


# 53b9e1c8 15-Jun-2016 The Fuchsia Authors <authors@fuchsia.local>

[magenta] Initial commit