Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-05 | kernel: cleanup unused fields from devpipe | Jacob Moody | |
We don't need to multiply session path by 2, the definition for NETQID is: Meaning we don't need to save room between session paths for individual Qid paths. This doubles the amount of pipe sessions we can have before a wrap. | |||
2022-05-19 | kernel: remove dead case from devpipe | Jacob Moody | |
This code is checking the return of devwalk for a walk resulting in a clone of an open pipe file. However, devclone ensures that the chan we are cloning is not currently open. | |||
2022-05-15 | kernel: disable wstat for devpipe | Jacob Moody | |
2018-06-03 | kernel: stop the practice of passing DMDIR to devir() perm argument | cinap_lenrek | |
devdir internally replicates the qid in ther perm stat field already and the practice of explicitely passing just causing confusion when done inconsistently. | |||
2013-05-01 | devpipe: fix channel and queue leaks (from erik quanstroms 9atom) | cinap_lenrek | |
2012-12-04 | devpipe: import pipe wstat() support to change permissions (import from sources) | cinap_lenrek | |
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen | |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen | |