aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern/memset.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Use __builtin for various mem* and b* (e.g. bzero) routines.Mateusz Guzik2018-06-021-1/+1
* libkern: tidy up memsetMateusz Guzik2018-06-021-5/+2
* Protect bzero call against macro expansionWarner Losh2018-05-241-1/+1
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Match the implementation of the inline function from libkern.h.David E. O'Brien2008-07-141-4/+8
* Add local ptototype for memset function.Alexander Kabaev2007-04-061-0/+3
* Add trivial MI memset function implementation. GCC mandates theAlexander Kabaev2007-04-051-0/+37