summaryrefslogtreecommitdiff
path: root/sys/compat/linsysfs
AgeCommit message (Expand)Author
2025-12-21net: add ifnet_rename_event EVENTHANDLER(9) for interface renamingGleb Smirnoff
2025-12-08linux: store Linux Ethernet interface number in struct ifnetGleb Smirnoff
2025-09-03pseudofs: return errors from pfs_create_*()Kyle Evans
2025-09-03linsysfs: error check device-directory creationKyle Evans
2023-08-18linsysfs(5): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-03linsysfs(4): Reimplement listnics() using ifAPIDmitry Chagin
2023-03-31Revert "linsysfs(4): Reimplement listnics() using ifAPI"Dmitry Chagin
2023-03-25linsysfs(4): Keep Linux compatible sysfs the same as UbuntuVico Chen
2023-03-25linsysfs(4): Reimplement listnics() using ifAPIDmitry Chagin
2023-03-04linsysfs(4): Refactor to avoid referencing an unstable interfacesDmitry Chagin
2023-03-04linux(4): Make linux_ifflags return a valueDmitry Chagin
2023-02-03linsysfs: Use IfAPI accessorsJustin Hibbits
2022-03-31linsysfs: plug set-but-not-used vars.Dmitry Chagin
2021-03-11linsysfs: create /sys/bus/ and /sys/subsystem/Edward Tomasz Napierala
2020-09-04Add emulation support for the Linux kcov(4) ioctl API.Mark Johnston
2020-07-04Make linprocfs(5) create /proc/bus/pci/devices/, and linsysfs(5)Edward Tomasz Napierala
2019-09-23Create a "drm" subdirectory for drm devices in linsysfs. Recent versions ofTijl Coosemans
2019-05-07Remove wrong copyright line. Discussed with Carlos Neira.Dmitry Chagin
2019-05-06Adds sys/class/net devices to linsysfs.Dmitry Chagin
2019-05-02Remove unneeded includes.Dmitry Chagin
2019-05-02Add sys/devices/system/cpu/{possible,present} to linsysfs(5).Edward Tomasz Napierala
2018-07-07Create PCI_MATCH and pci_match_deviceWarner Losh
2018-06-18linsysfs: depend on linux_common module on arm64, as on amd64Ed Maste
2018-05-04Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton
2017-11-27sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-15Add information needed by Linux libdrm 2.4.74 (shipped with CentOS 7.4).Tijl Coosemans
2017-10-15Set DEVNAME to dri/card%d. This works with both in-tree drm and drm-nextTijl Coosemans
2017-09-18linsysfs: quiet gcc -Wformat after r323692Ryan Libby
2017-09-18linsysfs(5): Fix two unrelated issuesConrad Meyer
2017-09-17linsysfs(5): Add support for recent libdrmConrad Meyer
2017-03-18Glibc get_nprocs() and get_nprocs_conf() uses the sysfs cpu infrastructureDmitry Chagin
2015-07-19Add support to the jail framework to be able to mount linsysfs(5) andMarcelo Araujo
2015-05-24Introduce a new module linux_common.ko which is intended for theDmitry Chagin
2013-10-26Provide includes that are needed in these files, and before were readGleb Smirnoff
2012-02-29Add procfs to jail-mountable filesystems.Martin Matuska
2010-11-15Remove no-op assignment.Dag-Erling Smørgrav
2007-03-12Add a pn_destroy field to pfs_node. This field points to a destructorDag-Erling Smørgrav
2006-12-03MFP4 (110957)Alexander Leidinger
2006-05-11Remove the dependency on procfs since it isn't used.Doug Ambrisko
2006-05-09Add in linsysfs. A linux 2.6 like sys filesystem to pacify the LinuxDoug Ambrisko