Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
* | Use __builtin for various mem* and b* (e.g. bzero) routines. | Mateusz Guzik | 2018-06-02 | 1 | -1/+1 |
* | libkern: tidy up memset | Mateusz Guzik | 2018-06-02 | 1 | -5/+2 |
* | Protect bzero call against macro expansion | Warner Losh | 2018-05-24 | 1 | -1/+1 |
* | sys/kern: adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | Match the implementation of the inline function from libkern.h. | David E. O'Brien | 2008-07-14 | 1 | -4/+8 |
* | Add local ptototype for memset function. | Alexander Kabaev | 2007-04-06 | 1 | -0/+3 |
* | Add trivial MI memset function implementation. GCC mandates the | Alexander Kabaev | 2007-04-05 | 1 | -0/+37 |