summaryrefslogtreecommitdiff
path: root/hostmux/mux.c
AgeCommit message (Collapse)Author
1999-07-111999-07-11 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* mux.c: Add #include <sys/mman.h>.
1999-07-111999-07-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* mux.c (netfs_get_dirents): Use mmap instead of vm_allocate.
1997-09-05(netfs_attempt_lookup):Miles Bader
Clear *NODE on errors. Check for lookup permission. Re-arrange code to correctly handle errors.
1997-08-11(netfs_get_dirents):Miles Bader
Add entries for `.' and `..'. (netfs_attempt_lookup): Handle `.' and `..' lookups.
1997-06-20(netfs_get_dirents):Miles Bader
MAX_DATA_LEN == 0 means `no limit'. Replace uses of touch with fshelp_touch.
1997-06-12Initial checkin.Miles Bader