
The nbyte in read(int fildes, void *buf, size_t nbyte) is unsigned, so although technically we're doing the same comparison, this is more in line with POSIX. The comparison was moved to read_write as that routine is used within VFS to let it VFS write out coredumps.
Description
Languages
C
78.2%
Roff
10.2%
Assembly
4.6%
Shell
3.7%
Makefile
1.6%
Other
1.2%