summaryrefslogtreecommitdiff
path: root/hostmux
AgeCommit message (Collapse)Author
2009-07-11Switch to the new ChangeLog style.Thomas Schwinge
* ChangeLog: Wipe out content, and add instructions about how to get it back. * auth/ChangeLog: Remove file. * benchmarks/ChangeLog: Likewise. * boot/ChangeLog: Likewise. * bsdfsck/ChangeLog: Likewise. * config/ChangeLog: Likewise. * console-client/ChangeLog: Likewise. * console/ChangeLog: Likewise. * daemons/ChangeLog: Likewise. * defpager/ChangeLog: Likewise. * doc/ChangeLog: Likewise. * exec/ChangeLog: Likewise. * ext2fs/ChangeLog: Likewise. * fatfs/ChangeLog: Likewise. * fstests/ChangeLog: Likewise. * ftpfs/ChangeLog: Likewise. * hostmux/ChangeLog: Likewise. * hurd/ChangeLog: Likewise. * include/ChangeLog: Likewise. * init/ChangeLog: Likewise. * isofs/ChangeLog: Likewise. * libcons/ChangeLog: Likewise. * libdirmgt/ChangeLog: Likewise. * libdiskfs/ChangeLog: Likewise. * libfshelp/ChangeLog: Likewise. * libftpconn/ChangeLog: Likewise. * libhurdbugaddr/ChangeLog: Likewise. * libihash/ChangeLog: Likewise. * libiohelp/ChangeLog: Likewise. * libnetfs/ChangeLog: Likewise. * libpager/ChangeLog: Likewise. * libpipe/ChangeLog: Likewise. * libports/ChangeLog: Likewise. * libps/ChangeLog: Likewise. * libshouldbeinlibc/ChangeLog: Likewise. * libstore/ChangeLog: Likewise. * libthreads/ChangeLog: Likewise. * libtrivfs/ChangeLog: Likewise. * login/ChangeLog: Likewise. * mach-defpager/ChangeLog: Likewise. * nfs/ChangeLog: Likewise. * nfsd/ChangeLog: Likewise. * pfinet/ChangeLog: Likewise. * pflocal/ChangeLog: Likewise. * proc/ChangeLog: Likewise. * release/ChangeLog: Likewise. * serverboot/ChangeLog: Likewise. * storeio/ChangeLog: Likewise. * sutils/ChangeLog: Likewise. * term/ChangeLog: Likewise. * tmpfs/ChangeLog: Likewise. * trans/ChangeLog: Likewise. * ufs-fsck/ChangeLog: Likewise. * ufs-utils/ChangeLog: Likewise. * ufs/ChangeLog: Likewise. * usermux/ChangeLog: Likewise. * utils/ChangeLog: Likewise.
2007-11-132007-11-13 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* node.c (netfs_attempt_utimes): Adapt to ``struct stat'' changes.
2004-10-23hostmux/Marcus Brinkmann
2004-10-23 Marcus Brinkmann <marcus@gnu.org> * hostmux-xinl.c (__OPTIMIZE__): Define to 1 instead of nothing. usermux/ 2004-10-23 Marcus Brinkmann <marcus@gnu.org> * usermux-xinl.c (__OPTIMIZE__): Define to 1 instead of nothing. libshouldbeinlibc/ 2004-10-23 Marcus Brinkmann <marcus@gnu.org> * ugids-xinl.c (__OPTIMIZE__): Define to 1 instead of nothing.
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-13.Roland McGrath
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-05-132002-05-13 Roland McGrath <roland@frob.com>Roland McGrath
* leaf.c (create_host_node): Set NEW->nn_translated appropriately. * hostmux.c (main): Set netfs_root_node->nn_translated to zero.
2002-05-13libnetfs/Marcus Brinkmann
2002-05-13 Marcus Brinkmann <marcus@gnu.org> * io-version.c: New file. * Makefile (IOSRCS): Add io-version.c. * fsstubs.c (netfs_S_io_server_version): Function removed. * netfs.h (netfs_server_name, netfs_server_version): New external variables to be defined by the user. ftpfs/ 2002-05-13 Marcus Brinkmann <marcus@gnu.org> * ftpfs.c (netfs_server_name, netfs_server_version): New variables. hostmux/ 2002-05-13 Marcus Brinkmann <marcus@gnu.org> * hostmux.c (netfs_server_name, netfs_server_version): New variables. nfs/ 2002-05-13 Marcus Brinkmann <marcus@gnu.org> * main.c: Include <version.h>. (netfs_server_name, netfs_server_version, argp_program_version): New variables. trans/ 2002-05-13 Marcus Brinkmann <marcus@gnu.org> * fakeroot.c (netfs_server_name, netfs_server_version): New variables. usermux/ 2002-05-13 Marcus Brinkmann <marcus@gnu.org> * usermux.c (netfs_server_name, netfs_server_version): New variables.
2002-03-10ChangeLogNeal H. Walfield
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>
2001-02-12auth/Marcus Brinkmann
2001-02-12 Marcus Brinkmann <marcus@gnu.org> * auth.c (main): New variable ARGP defining a doc string. Pass address of ARGP to argp_parse(). exec/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * main.c: Change hurd version name from proc to exec. (main): Add period to doc string. ftpfs/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * ftpfs.c: Include <version.h>. Add global variable ARGP_PROGRAM_VERSION. Add period to DOC. hostmux/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * hostmux.c: Include <version.h>. Add global variable ARGP_PROGRAM_VERSION. Add period to DOC. usermux/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * usermux.c (options): Include <version.h>. Add global variable ARGP_PROGRAM_VERSION. Add period to DOC. trans/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * fifo.c: Make version string say `fifo', not `null'. Add period to doc text in ARGP. * firmlink.c: Add period to doc text in ARGP_DOC, convert semi-colon to colon. * magic.c (options): Add period to DOC. * new-fifo.c (fifo_trans_parse_args): Add doc string to ARGP. Include <version.h>, new global variable ARGP_PROGRAM_VERSION. * crash.c: Include <version.h>, add global variable ARGP_PROGRAM_VERSION. * hello.c: Include <version.h>, add global variable ARGP_PROGRAM_VERSION. (hello_argp): Add doc string. * hello-mt.c: Likewise. * streamio.c: Add period to DOC. Change streamdev to streamio in version string. * password.c (main): Add period to doc string in ARGP.
2000-07-26* Makefile (HURDLIBS): Reorder libs such that the threads libMark Kettenis
comes before the ports lib. This makes sure the functions in libthreads properly override the stubs in libports with the new dynamic linker semantics in glibc 2.2.
1999-07-11.Roland McGrath
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.
1999-02-16Tue Feb 16 05:09:49 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* Makefile (MIGSTUBS): Deleted variable; neither ioServer nor socketServer seem to be used.
1999-01-31Sun Jan 31 18:34:59 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* node.c (netfs_attempt_utimes): Implement new possibility that ATIME or MTIME might be null.
1997-09-05.Miles Bader
1997-09-05(netfs_attempt_lookup):Miles Bader
Clear *NODE on errors. Check for lookup permission. Re-arrange code to correctly handle errors.
1997-09-05(main):Miles Bader
If the underlying node isn't a directory, propagate read permission to execute permission.
1997-08-18.Miles Bader
1997-08-18(netfs_attempt_mkfile):Miles Bader
Correctly implement the interface.
1997-08-14.Miles Bader
1997-08-14(netfs_append_args):Miles Bader
New function. (options, main): Use DEFAULT_HOST_PAT. (DEFAULT_HOST_PAT): New macro.
1997-08-11.Miles Bader
1997-08-11(netfs_get_dirents):Miles Bader
Add entries for `.' and `..'. (netfs_attempt_lookup): Handle `.' and `..' lookups.
1997-08-07.Miles Bader
1997-08-07(main):Miles Bader
Use ARGP_IN_ORDER to parse args.
1997-06-20.Miles Bader
1997-06-20Replace uses of touch with fshelp_touch.Miles Bader
1997-06-20(netfs_get_dirents):Miles Bader
MAX_DATA_LEN == 0 means `no limit'. Replace uses of touch with fshelp_touch.
1997-06-20(netfs_get_translator):Miles Bader
Use argz_replace instead of doing it ourselves. (create_host_node): Set the times of the new node. (str_append): Function removed.
1997-06-20(touch):Miles Bader
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.
1997-06-20(options):Miles Bader
--host-pattern isn't optional.
1997-06-12Initial checkin.Miles Bader