summaryrefslogtreecommitdiff
path: root/sys/libkern/memset.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2018-06-02Use __builtin for various mem* and b* (e.g. bzero) routines.Mateusz Guzik
2018-06-02libkern: tidy up memsetMateusz Guzik
2018-05-24Protect bzero call against macro expansionWarner Losh
2017-11-27sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni
2008-07-14Match the implementation of the inline function from libkern.h.David E. O'Brien
2007-04-06Add local ptototype for memset function.Alexander Kabaev
2007-04-05Add trivial MI memset function implementation. GCC mandates theAlexander Kabaev