summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/sysfs.h
AgeCommit message (Expand)Author
2025-08-09linuxkpi: Add `sysfs_add_file_to_group()` and `sysfs_remove_file_from_group()`Jean-Sébastien Pédron
2025-04-24LinuxKPI: sysfs: implement sysfs_match_string()Bjoern A. Zeeb
2025-04-07linuxkpi: Add `BIN_ATTR*()` macrosJean-Sébastien Pédron
2025-04-07linuxkpi: Add `sysfs_create_bin_file()` and `sysfs_remove_bin_file()`Jean-Sébastien Pédron
2024-04-08LinuxKPI: Stub sysfs_remove_link in linux/sysfs.hVladimir Kondratyev
2023-12-13linuxkpi: Fix `__ATTR_RO()` in <linux/sysfs.h>Jean-Sébastien Pédron
2023-12-13linuxkpi: Add `sysfs_create_link()` in <linux/sysfs.h>Jean-Sébastien Pédron
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-01-25linuxkpi: Add `sysfs_emit_at()` in <linux/sysfs.h>Jean-Sébastien Pédron
2023-01-25linuxkpi: Add `sysfs_emit()`Jean-Sébastien Pédron
2022-09-28LinuxKPI: Use SYSCTL_FOREACH()Hans Petter Selasky
2022-09-26Fix O(n^2) behavior in sysctlAlan Somers
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2021-05-25LinuxKPI: extract stringify() in their own header fileBjoern A. Zeeb
2020-09-01compat: clean up empty lines in .c and .h filesMateusz Guzik
2019-11-04Enable device class group attributes in the LinuxKPI.Hans Petter Selasky
2019-09-06LinuxKPI: Improve sysfs support.Johannes Lundberg
2019-09-02LinuxKPI: Add sysfs create/remove functions that handles multiple files in on...Johannes Lundberg
2019-03-13Honor SYSCTL function return values when creating sysfs nodes in the LinuxKPI.Hans Petter Selasky
2018-03-23linuxkpi whitespace cleanupEd Maste
2017-08-08Add macros for defining attribute groups and for WO and RW attributes.Mark Johnston
2016-12-13Remove the only user of sysctl_add_oid().Ed Schouten
2015-11-09linuxkpi/sysfs.h: Cast arg2 through intptr_t to avoid GCC warningConrad Meyer
2015-11-03Make all the LinuxKPI include files compile standalone.Hans Petter Selasky
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky