Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-14 | kernel: devwalk: correct debug print | Jacob Moody | |
nc is not yet tied to the device that called us | |||
2022-05-28 | kernel: add chdev command to devcons | 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. | |||
2017-04-05 | kernel: avoid waserror() botch in devwalk (from drawterm, thanks aiju) | cinap_lenrek | |
calculate alloc flag before waserror(), as compilers like gcc will not notice the value changing later because setjump() restores the old value due to callee-saves. change is applies here to make it easier to merge with drawterm. thanks to aiju for debugging this; used to cause drawterm memory leak until compiled with gcc -O0. | |||
2012-03-28 | panic: trailing newlines | cinap_lenrek | |
2011-08-17 | change definition of Chan.create to return a chan like open | 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 | |