aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linsysfs
Commit message (Expand)AuthorAgeFilesLines
* net: add ifnet_rename_event EVENTHANDLER(9) for interface renamingGleb Smirnoff11 days1-1/+14
* linux: store Linux Ethernet interface number in struct ifnetGleb Smirnoff2025-12-081-6/+6
* pseudofs: return errors from pfs_create_*()Kyle Evans2025-09-042-71/+72
* linsysfs: error check device-directory creationKyle Evans2025-09-041-9/+37
* linsysfs(5): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin2023-08-182-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-123-3/+3
* linsysfs(4): Reimplement listnics() using ifAPIDmitry Chagin2023-04-033-178/+402
* Revert "linsysfs(4): Reimplement listnics() using ifAPI"Dmitry Chagin2023-03-313-372/+178
* linsysfs(4): Keep Linux compatible sysfs the same as UbuntuVico Chen2023-03-251-3/+0
* linsysfs(4): Reimplement listnics() using ifAPIDmitry Chagin2023-03-253-178/+372
* linsysfs(4): Refactor to avoid referencing an unstable interfacesDmitry Chagin2023-03-041-36/+67
* linux(4): Make linux_ifflags return a valueDmitry Chagin2023-03-041-3/+1
* linsysfs: Use IfAPI accessorsJustin Hibbits2023-02-031-2/+2
* linsysfs: plug set-but-not-used vars.Dmitry Chagin2022-03-311-4/+2
* linsysfs: create /sys/bus/ and /sys/subsystem/Edward Tomasz Napierala2021-03-111-0/+6
* Add emulation support for the Linux kcov(4) ioctl API.Mark Johnston2020-09-041-0/+7
* Make linprocfs(5) create /proc/bus/pci/devices/, and linsysfs(5)Edward Tomasz Napierala2020-07-041-0/+2
* Create a "drm" subdirectory for drm devices in linsysfs. Recent versions ofTijl Coosemans2019-09-231-0/+1
* Remove wrong copyright line. Discussed with Carlos Neira.Dmitry Chagin2019-05-071-1/+0
* Adds sys/class/net devices to linsysfs.Dmitry Chagin2019-05-061-0/+151
* Remove unneeded includes.Dmitry Chagin2019-05-021-21/+0
* Add sys/devices/system/cpu/{possible,present} to linsysfs(5).Edward Tomasz Napierala2019-05-021-1/+5
* Create PCI_MATCH and pci_match_deviceWarner Losh2018-07-071-0/+1
* linsysfs: depend on linux_common module on arm64, as on amd64Ed Maste2018-06-181-1/+1
* Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton2018-05-041-1/+1
* sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add information needed by Linux libdrm 2.4.74 (shipped with CentOS 7.4).Tijl Coosemans2017-10-151-22/+62
* Set DEVNAME to dri/card%d. This works with both in-tree drm and drm-nextTijl Coosemans2017-10-151-2/+2
* linsysfs: quiet gcc -Wformat after r323692Ryan Libby2017-09-181-1/+1
* linsysfs(5): Fix two unrelated issuesConrad Meyer2017-09-181-12/+17
* linsysfs(5): Add support for recent libdrmConrad Meyer2017-09-171-6/+179
* Glibc get_nprocs() and get_nprocs_conf() uses the sysfs cpu infrastructureDmitry Chagin2017-03-181-3/+64
* Add support to the jail framework to be able to mount linsysfs(5) andMarcelo Araujo2015-07-191-1/+1
* Introduce a new module linux_common.ko which is intended for theDmitry Chagin2015-05-241-6/+4
* Provide includes that are needed in these files, and before were readGleb Smirnoff2013-10-261-0/+1
* Add procfs to jail-mountable filesystems.Martin Matuska2012-02-291-1/+1
* Remove no-op assignment.Dag-Erling Smørgrav2010-11-151-2/+2
* Add a pn_destroy field to pfs_node. This field points to a destructorDag-Erling Smørgrav2007-03-121-9/+9
* MFP4 (110957)Alexander Leidinger2006-12-031-2/+3
* Remove the dependency on procfs since it isn't used.Doug Ambrisko2006-05-111-2/+0
* Add in linsysfs. A linux 2.6 like sys filesystem to pacify the LinuxDoug Ambrisko2006-05-091-0/+285