| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* mux.c (free_name): Swap order of memory releases.
Reported by Kalle Olavi Niemitalo <kon@iki.fi>
|
|
|
|
| |
* mux.c: Add #include <sys/mman.h>.
|
|
|
|
| |
* mux.c (netfs_get_dirents): Use mmap instead of vm_allocate.
|
|
|
|
|
|
| |
Clear *NODE on errors.
Check for lookup permission.
Re-arrange code to correctly handle errors.
|
|
|
|
|
|
| |
Add entries for `.' and `..'.
(netfs_attempt_lookup):
Handle `.' and `..' lookups.
|
|
|
|
|
| |
MAX_DATA_LEN == 0 means `no limit'.
Replace uses of touch with fshelp_touch.
|
|
|