summaryrefslogtreecommitdiff
path: root/sys/src/9/port/dev.c
AgeCommit message (Collapse)Author
2022-06-14kernel: devwalk: correct debug printJacob Moody
nc is not yet tied to the device that called us
2022-05-28kernel: add chdev command to devconsJacob Moody
2018-06-03kernel: stop the practice of passing DMDIR to devir() perm argumentcinap_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-05kernel: 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-28panic: trailing newlinescinap_lenrek
2011-08-17change definition of Chan.create to return a chan like opencinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen