OpenGrok
Cross Reference: t_mkfifo.c
xref
: /
src
/
tests
/
lib
/
libc
/
sys
/
t_mkfifo.c
Home
|
History
|
Annotate
|
Download
|
only in
sys
History log of
/src/tests/lib/libc/sys/t_mkfifo.c
Revision
Date
Author
Comments
1.3
20-Jun-2019
kamil
Add mkfifo{,at}(2) mode in mknod{,at}(2) as requested by POSIX
mknod with mode & S_IFIFO and dev=0 shall behave like mkfifo.
Update the documentation to reflect this state.
Add ATF tests.
This is an in-kernel implementation as typically user-space programs use
mkfifo(2) directly, however whenever there is need to bypass libc (like in
valgrind) then portable POSIX software calls the mknod syscall.
Noted on tech-kern@ by Greg Troxel.
1.2
02-Nov-2011
jruoho
branches: 1.2.42;
Fix a test case to test what the comment says.
1.1
07-Jul-2011
jruoho
Add the syscall tests back. Couple of files and tests were also renamed for
consistency. All of these now mimic the libc structure.
1.2.42.1
13-Apr-2020
martin
Mostly merge changes from HEAD upto 20200411
Indexes created Tue Sep 30 20:09:53 GMT 2025