aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/string.h
Commit message (Expand)AuthorAgeFilesLines
* linuxkpi: Add `strim()`Jean-Sébastien Pédron2025-03-201-0/+18
* LinuxKPI: add kvmemdup()Bjoern A. Zeeb2024-05-211-0/+12
* LinuxKPI: implement memzero_explicit()Bjoern A. Zeeb2024-04-121-0/+7
* LinuxKPI: Import vanilla linux/overflow.hVladimir Kondratyev2024-04-081-0/+1
* LinuxKPI: Add strnchr functionVladimir Kondratyev2024-04-081-0/+15
* LinuxKPI: implement memset_after()Bjoern A. Zeeb2024-02-031-0/+8
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* linuxkpi: Add `strscpy_pad()` to <linux/string.h>Jean-Sébastien Pédron2023-02-151-0/+9
* linuxkpi: Add <linux/stdarg.h> + include it from <linux/string.h>Jean-Sébastien Pédron2023-02-131-0/+1
* LinuxKPI: add memset_startat macroBjoern A. Zeeb2022-11-151-0/+8
* LinuxKPI: string.h implement memcpy_and_pad()Bjoern A. Zeeb2022-11-071-0/+13
* linuxkpi: Add strndup_userJake Freeland2022-09-201-0/+9
* linuxkpi: Add some memset functionsEmmanuel Vadot2022-08-081-1/+32
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* LinuxKPI: add strreplace() to string.hBjoern A. Zeeb2021-10-251-0/+13
* LinuxKPI: Implement strscpyVladimir Kondratyev2021-07-051-0/+16
* linuxkpi: Ignore NULL pointers passed to string parameter of kstr(n)dupVladimir Kondratyev2020-07-141-0/+4
* linuxkpi: Add str_has_prefixEmmanuel Vadot2020-02-201-0/+9
* Implement memdup_user_nul() in the LinuxKPI.Hans Petter Selasky2018-02-161-0/+16
* Implement more string functions in the LinuxKPI.Hans Petter Selasky2017-02-241-3/+85
* Add more functions to the LinuxKPI.Hans Petter Selasky2016-03-031-3/+8
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+54