summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/string.h
AgeCommit message (Expand)Author
2025-03-20linuxkpi: Add `strim()`Jean-Sébastien Pédron
2024-05-21LinuxKPI: add kvmemdup()Bjoern A. Zeeb
2024-04-12LinuxKPI: implement memzero_explicit()Bjoern A. Zeeb
2024-04-08LinuxKPI: Import vanilla linux/overflow.hVladimir Kondratyev
2024-04-08LinuxKPI: Add strnchr functionVladimir Kondratyev
2024-02-03LinuxKPI: implement memset_after()Bjoern A. Zeeb
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-02-15linuxkpi: Add `strscpy_pad()` to <linux/string.h>Jean-Sébastien Pédron
2023-02-13linuxkpi: Add <linux/stdarg.h> + include it from <linux/string.h>Jean-Sébastien Pédron
2022-11-15LinuxKPI: add memset_startat macroBjoern A. Zeeb
2022-11-07LinuxKPI: string.h implement memcpy_and_pad()Bjoern A. Zeeb
2022-09-20linuxkpi: Add strndup_userJake Freeland
2022-08-08linuxkpi: Add some memset functionsEmmanuel Vadot
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2021-10-25LinuxKPI: add strreplace() to string.hBjoern A. Zeeb
2021-07-05LinuxKPI: Implement strscpyVladimir Kondratyev
2020-07-14linuxkpi: Ignore NULL pointers passed to string parameter of kstr(n)dupVladimir Kondratyev
2020-02-20linuxkpi: Add str_has_prefixEmmanuel Vadot
2018-02-16Implement memdup_user_nul() in the LinuxKPI.Hans Petter Selasky
2017-02-24Implement more string functions in the LinuxKPI.Hans Petter Selasky
2016-03-03Add more functions to the LinuxKPI.Hans Petter Selasky
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky