aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/string.h
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: add kvmemdup()Bjoern A. Zeeb2024-06-121-0/+12
* LinuxKPI: implement memzero_explicit()Bjoern A. Zeeb2024-06-121-0/+7
* LinuxKPI: implement memset_after()Bjoern A. Zeeb2024-02-191-0/+8
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* linuxkpi: Add `strscpy_pad()` to <linux/string.h>Jean-Sébastien Pédron2023-02-161-0/+9
* linuxkpi: Add <linux/stdarg.h> + include it from <linux/string.h>Jean-Sébastien Pédron2023-02-161-0/+1
* linuxkpi: Add strndup_userJake Freeland2022-11-291-0/+9
* LinuxKPI: add memset_startat macroBjoern A. Zeeb2022-11-281-0/+8
* LinuxKPI: string.h implement memcpy_and_pad()Bjoern A. Zeeb2022-11-281-0/+13
* linuxkpi: Add some memset functionsEmmanuel Vadot2022-09-071-1/+32
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-221-3/+3
* LinuxKPI: add strreplace() to string.hBjoern A. Zeeb2021-11-191-0/+13
* LinuxKPI: Implement strscpyVladimir Kondratyev2021-07-201-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