aboutsummaryrefslogtreecommitdiff
path: root/hostmux/mux.c
Commit message (Collapse)AuthorAgeFilesLines
* 2002-06-02 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-06-021-1/+1
| | | | | | * mux.c (netfs_get_dirents): Initialize COUNT with 2, to take into account the DOT and DOTDOT directories when skipping over the first FIRST_ENTRY entries.
* 2002-05-13 Roland McGrath <roland@frob.com>Roland McGrath2002-05-131-2/+4
| | | | * mux.c (netfs_attempt_chmod): Handle MODE arg with no S_IFMT bits set.
* 2002-03-10 Neal H Walfield <neal@cs.uml.edu>Neal H. Walfield2002-03-101-21/+20
| | | | | | | * mux.c (lookup_addrinfo): Renamed from lookup_hostent. Change HE from a struct hostent to a struct addrinfo. (lookup_host): Use lookup_addrinfo, not lookup_hostent. Reported by James A. Morrison <ja2morri@uwaterloo.ca>.
* 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