Jonas 'Sortie' Termansen
|
9c193777a9
|
Pipes now return 0 (EOF) if no data and no fds can write.
|
2012-03-01 14:31:12 +01:00 |
|
Jonas 'Sortie' Termansen
|
5fde8e13ed
|
Blocking systemcalls now return EBLOCKING instead of EWOULDBLOCK.
EWOULDBLOCK is now used when it wanted to block, but didn't.
|
2012-02-10 13:28:28 +01:00 |
|
Jonas 'Sortie' Termansen
|
83aeec2514
|
Multiple threads can now wait on the same pipe.
|
2012-01-18 17:19:08 +01:00 |
|
Jonas 'Sortie' Termansen
|
9f35df813e
|
Implemented errno(3), added support in both kernel and utils.
|
2011-11-22 17:26:47 +01:00 |
|
Jonas 'Sortie' Termansen
|
e8cd27c353
|
Added close(2) and fixed bugs in pipe(2) and others.
|
2011-11-17 10:22:43 +01:00 |
|
Jonas 'Sortie' Termansen
|
a7de7b4905
|
Added pipe(2), write(2), and read(2).
|
2011-11-16 21:21:38 +01:00 |
|