summaryrefslogtreecommitdiff
path: root/hostmux/mux.c
AgeCommit message (Collapse)Author
2002-06-022002-06-02 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* 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-132002-05-13 Roland McGrath <roland@frob.com>Roland McGrath
* mux.c (netfs_attempt_chmod): Handle MODE arg with no S_IFMT bits set.
2002-03-102002-03-10 Neal H Walfield <neal@cs.uml.edu>Neal H. Walfield
* 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-012001-08-01 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* mux.c (free_name): Swap order of memory releases. Reported by Kalle Olavi Niemitalo <kon@iki.fi>
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