aboutsummaryrefslogtreecommitdiff
path: root/hostmux/mux.c
Commit message (Collapse)AuthorAgeFilesLines
* 2001-08-01 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-08-011-1/+1
| | | | | * mux.c (free_name): Swap order of memory releases. Reported by Kalle Olavi Niemitalo <kon@iki.fi>
* 1999-07-11 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-111-2/+3
| | | | * mux.c: Add #include <sys/mman.h>.
* 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-111-2/+4
| | | | * mux.c (netfs_get_dirents): Use mmap instead of vm_allocate.
* (netfs_attempt_lookup):Miles Bader1997-09-051-14/+21
| | | | | | Clear *NODE on errors. Check for lookup permission. Re-arrange code to correctly handle errors.
* (netfs_get_dirents):Miles Bader1997-08-111-41/+86
| | | | | | Add entries for `.' and `..'. (netfs_attempt_lookup): Handle `.' and `..' lookups.
* (netfs_get_dirents):Miles Bader1997-06-201-6/+6
| | | | | MAX_DATA_LEN == 0 means `no limit'. Replace uses of touch with fshelp_touch.
* Initial checkin.Miles Bader1997-06-121-0/+401