aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/sysfs.h
Commit message (Expand)AuthorAgeFilesLines
* linuxkpi: Add `sysfs_add_file_to_group()` and `sysfs_remove_file_from_group()`Jean-Sébastien Pédron2025-08-091-0/+57
* LinuxKPI: sysfs: implement sysfs_match_string()Bjoern A. Zeeb2025-04-241-0/+18
* linuxkpi: Add `BIN_ATTR*()` macrosJean-Sébastien Pédron2025-04-071-4/+37
* linuxkpi: Add `sysfs_create_bin_file()` and `sysfs_remove_bin_file()`Jean-Sébastien Pédron2025-04-071-0/+83
* LinuxKPI: Stub sysfs_remove_link in linux/sysfs.hVladimir Kondratyev2024-04-081-0/+6
* linuxkpi: Fix `__ATTR_RO()` in <linux/sysfs.h>Jean-Sébastien Pédron2023-12-131-1/+4
* linuxkpi: Add `sysfs_create_link()` in <linux/sysfs.h>Jean-Sébastien Pédron2023-12-131-0/+9
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* linuxkpi: Add `sysfs_emit_at()` in <linux/sysfs.h>Jean-Sébastien Pédron2023-01-251-0/+18
* linuxkpi: Add `sysfs_emit()`Jean-Sébastien Pédron2023-01-251-0/+19
* LinuxKPI: Use SYSCTL_FOREACH()Hans Petter Selasky2022-09-281-1/+1
* Fix O(n^2) behavior in sysctlAlan Somers2022-09-271-1/+1
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* LinuxKPI: extract stringify() in their own header fileBjoern A. Zeeb2021-05-251-0/+1
* compat: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Enable device class group attributes in the LinuxKPI.Hans Petter Selasky2019-11-041-3/+17
* LinuxKPI: Improve sysfs support.Johannes Lundberg2019-09-061-9/+66
* LinuxKPI: Add sysfs create/remove functions that handles multiple files in on...Johannes Lundberg2019-09-021-0/+23
* Honor SYSCTL function return values when creating sysfs nodes in the LinuxKPI.Hans Petter Selasky2019-03-131-2/+11
* linuxkpi whitespace cleanupEd Maste2018-03-231-4/+4
* Add macros for defining attribute groups and for WO and RW attributes.Mark Johnston2017-08-081-5/+12
* Remove the only user of sysctl_add_oid().Ed Schouten2016-12-131-2/+2
* linuxkpi/sysfs.h: Cast arg2 through intptr_t to avoid GCC warningConrad Meyer2015-11-091-1/+1
* Make all the LinuxKPI include files compile standalone.Hans Petter Selasky2015-11-031-5/+3
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+192