summaryrefslogtreecommitdiffstats
path: root/sys/compat/linsysfs
Commit message (Collapse)AuthorAgeFilesLines
* MFH: 285685araujo2016-02-241-1/+1
| | | | | | | | | | | Add support to the jail framework to be able to mount linsysfs(5) and linprocfs(5). PR: 207179 Requested by: thomas@gibfest.dk Reviewed by: jamie, bapt Approved by: re (gjb) Sponsored by: gandi.net Differential Revision: https://reviews.freebsd.org/D5390
* MFC r283421:dchagin2016-01-091-6/+4
| | | | | | | | | | | | | | | | | | | Introduce a new module linux_common.ko which is intended for the following primary purposes: 1. Remove the dependency of linsysfs and linprocfs modules from linux.ko, which will be architecture specific on amd64. 2. Incorporate into linux_common.ko general code for platforms on which we'll support two Linuxulator modules (for both instruction set - 32 & 64 bit). 3. Move malloc(9) declaration to linux_common.ko, to enable getting memory usage statistics properly. Currently linux_common.ko incorporates a code from linux_mib.c and linux_util.c and linprocfs, linsysfs and linux kernel modules depend on linux_common.ko. Temporarily remove dtrace garbage from linux_mib.c and linux_util.c
* Add procfs to jail-mountable filesystems.mm2012-02-291-1/+1
| | | | | Reviewed by: jamie MFC after: 1 week
* Remove no-op assignment.des2010-11-151-2/+2
| | | | | Submitted by: clang via arundel@ MFC after: 2 weeks
* Add a pn_destroy field to pfs_node. This field points to a destructordes2007-03-121-9/+9
| | | | | | | | | | | | | function which is called from pfs_destroy() before the node is reclaimed. Modify pfs_create_{dir,file,link}() to accept a pointer to a destructor function in addition to the usual attr / fill / vis pointers. This breaks both the programming and binary interfaces between pseudofs and its consumers. It is believed that there are no pseudofs consumers outside the source tree, so that the impact of this change is minimal. Submitted by: Aniruddha Bohra <bohra@cs.rutgers.edu>
* MFP4 (110957)netchild2006-12-031-2/+3
| | | | | | | | | | Use TAILQ_FOREACH_SAFE instead of the unsafe one where an item is removed from the queue. This prevents a panic on kldunload. Submitted by: rdivacky Tested by: bsam
* Remove the dependency on procfs since it isn't used.ambrisko2006-05-111-2/+0
| | | | Noticed by: des
* Add in linsysfs. A linux 2.6 like sys filesystem to pacify the Linuxambrisko2006-05-091-0/+285
LSI MegaRAID SAS utility. Sponsored by: IronPort Systems Man page help from: brueffer
OpenPOWER on IntegriCloud