History log of /freebsd-10-stable/sys/libkern/memset.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 180514 14-Jul-2008 obrien

Match the implementation of the inline function from libkern.h.


# 168403 05-Apr-2007 kan

Add local ptototype for memset function.


# 168400 05-Apr-2007 kan

Add trivial MI memset function implementation. GCC mandates the
existence of this function as a linkable symbol in standalone
configurations and existing inline memcpy from libkern.h fails
this requirement.