Age | Commit message (Collapse) | Author |
|
|
|
* mux.c: Add #include <sys/mman.h>.
|
|
* mux.c (netfs_get_dirents): Use mmap instead of vm_allocate.
|
|
* Makefile (MIGSTUBS): Deleted variable; neither ioServer nor
socketServer seem to be used.
|
|
* node.c (netfs_attempt_utimes): Implement new possibility that
ATIME or MTIME might be null.
|
|
|
|
Clear *NODE on errors.
Check for lookup permission.
Re-arrange code to correctly handle errors.
|
|
If the underlying node isn't a directory, propagate read permission to
execute permission.
|
|
|
|
Correctly implement the interface.
|
|
|
|
New function.
(options, main):
Use DEFAULT_HOST_PAT.
(DEFAULT_HOST_PAT):
New macro.
|
|
|
|
Add entries for `.' and `..'.
(netfs_attempt_lookup):
Handle `.' and `..' lookups.
|
|
|
|
Use ARGP_IN_ORDER to parse args.
|
|
|
|
|
|
MAX_DATA_LEN == 0 means `no limit'.
Replace uses of touch with fshelp_touch.
|
|
Use argz_replace instead of doing it ourselves.
(create_host_node):
Set the times of the new node.
(str_append):
Function removed.
|
|
Function removed; all uses replaced by the appropriate use of fshelp_touch
instead.
(TOUCH_ATIME, TOUCH_MTIME, TOUCH_CTIME):
Macros removed.
(hostmux_maptime):
Renamed from HOSTMUX_MAPPED_TIME; all uses changed.
|
|
--host-pattern isn't optional.
|
|
|