History log of /DragonOS/user/apps/test_mkfifo/main.c (Results 1 – 2 of 2)
Revision Date Author Comments
# bc6f0a96 04-Mar-2024 裕依 <68320855+yuyi2439@users.noreply.github.com>

移除relibc和old libc以及旧的shell (#529)

移除relibc和old libc以及旧的shell


# 2dbef785 08-Oct-2023 GnoCiYeH <heyicong@dragonos.org>

命名管道系统调用以及文件系统兼容特殊文件类型的接口 (#397)

* 修复pipe2在读端或写端关闭后还阻塞问题。

* 实现命名管道机制,增加特殊文件类型兼容普通文件系统的接口。

* 普通文件系统能够适配特殊文件(命名管道等)