Shengyu Zhang
Shengyu Zhang
Env: - Arch Linux - sway 1:1.5.1-1 - pnmixer-gtk3 0.7.2-3 Backtrace: ``` Starting program: /usr/bin/pnmixer [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". [New Thread 0x7ffff5979640 (LWP 215933)]...
A paragraph maybe child of a table entry or list item, we should not add newline in these cases. See commit message and comments of code. ## Table ### rST...
I had sent mail to you but get no response, so I file issue here :) --- Hello clayrisser, I am a power Sphinx user[1] and I wrote many Sphinxextensions[2]....
执行类似 `ls | cat` 的命令后,可能直接返回到提示符 `$`,并在下次执行命令时输出。 或者在 sh 执行 `get_cmd` 时继续输出(类似 linux 下执行 `cat longfile &` 的效果) 之后有机率出现内存不足的错误…… ~~宁可开 issue 也不愿意去找 bug~~ 猜测可能是因为这个的问题: e430c0738425d81064b937ea0019b2ff9131c2fb
当执行用户级别的 `getchar()` 时,过多地调用 `printl()` 打印 log 似乎会导致奇怪的 panic,比如 Invaild OPCode 或者 GenernalPortection,亦可能导致键盘无响应:无法进入 `kb_handle()` 函数,而时钟中断正常。 如果将 `printl()` 替换为空语句,问题似乎不再出现,但是现在 log 仍然非常需要,因此暂不改动。 这可能和 `printl()` 中的 IO 操作比较耗时有关系。 ``` patch #ifdef __LOG_ON - #define...
After fork() or sleep(), the process return to user space, `EFLAGS = IF`, but PIC doesn't work untill I reinit PIC. this bug maybe cause by `kern/irq.c` temporary fix in...
This is a Draft PR for Srain 2.0, it may not merged. Just for the convenience of guys who instered in progress of Srain 2. I will write a post...
IRC Message Extensions - [x] Message tag https://ircv3.net/specs/core/message-tags-3.2.html #334 - [ ] Batch https://ircv3.net/specs/extensions/batch-3.2.html Features: - [x] CAP v3.1 - [x] CAP v3.2 - [x] cap-notify - [ ] account-notify...