| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* io.c (trivfs_S_file_syncfs): Fix inverted test.
Reported by OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>.
|
|
|
|
|
|
| |
Don't bother returning EBADF.
(trivfs_S_io_readable, trivfs_S_io_read, trivfs_S_io_map):
Return EBADF instead of EINVAL.
|
|
|
|
|
|
| |
Return EINVAL instead of EBADF.
(trivfs_S_io_map):
Return EINVAL if CRED cannot be read or written.
|
|
|
|
| |
Pass PROT argument to dev_get_memory_object.
|
|
|
|
| |
Make sure there are enough references to MEMOBJ for both read & write ports.
|
|
|
|
|
| |
If necessary to enforce security, make a copy of STORE and inactivate it
before returning.
|
|
|
|
| |
Use void * buffers.
|
| |
|
|
|