Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-09 | kernel: pgrpcpy(), simplify Mount structure | cinap_lenrek | |
instead of ordering the source mount list, order the new destination list which has the advantage that we do not need to wlock the source namespace, so copying can be done in parallel and we do not need the copy forward pointer in the Mount structure. the Mhead back pointer in the Mount strcture was unused, removed. | |||
2015-07-28 | kernel: export mntattach() from devmnt.c avoiding bogus struct passing and ↵ | cinap_lenrek | |
special case in namec() we already export mntauth() and mntversion(), so why not stop being sneaky and just export mntattach() so bindmount() and devshr can just call it directly with proper arguments being checked. we can also avoid handling #M attach specially in namec() by having the devmnt's attach function do error(Enoattach). | |||
2013-08-27 | devshr, devaudio: openmode()/devopen() error handling | cinap_lenrek | |
2013-06-18 | devsrv, devshr: wstat permissions | cinap_lenrek | |
update permissions last in wstat so it will only get changed when there was no error. | |||
2013-06-18 | devshr: fix wstat, style | cinap_lenrek | |
- same problem with wstat, if we error then owner has been already updated... - avoid smalloc while holding qlock in wstat, do it before - pikeshedd style... | |||
2012-09-06 | devshr: honor noattach | cinap_lenrek | |
2012-02-08 | add Etoolong error string, cleanup genbuf truncation fix | cinap_lenrek | |
2012-02-08 | fix endless devwalk loops caused by genbuf truncation | cinap_lenrek | |
2011-08-17 | change definition of Chan.create to return a chan like open | cinap_lenrek | |
2011-08-15 | devshr: security! | cinap_lenrek | |
2011-08-14 | devshr/devsrv | cinap_lenrek | |
2011-07-30 | devshr: changed #σc to contain directories | aiju | |
nusb: detaching | |||
2011-07-28 | devshr: rename hook | aiju | |
2011-07-27 | devshr: fixed crash | aiju | |
2011-07-25 | devshr: fixed memory leaks / race condition | aiju | |
2011-07-24 | devshr: added unmounting | aiju | |
2011-07-24 | added devshr | aiju | |