summaryrefslogtreecommitdiffstats
path: root/sys/compat/linsysfs
Commit message (Collapse)AuthorAgeFilesLines
* 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