summaryrefslogtreecommitdiff
path: root/hostmux
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2009-07-11 10:40:39 +0200
committerThomas Schwinge <tschwinge@gnu.org>2009-07-11 10:40:39 +0200
commitf91f5eb5b1fcdb0124dfd469dab5be2ab6078c62 (patch)
treee84b4b9bcf37a2012d7d425dde89cb0359cf0da5 /hostmux
parent2772f5c6a6a51cf946fd95bf6ffe254273157a21 (diff)
Switch to the new ChangeLog style.
* 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.
Diffstat (limited to 'hostmux')
-rw-r--r--hostmux/ChangeLog110
1 files changed, 0 insertions, 110 deletions
diff --git a/hostmux/ChangeLog b/hostmux/ChangeLog
deleted file mode 100644
index 37ea28be9..000000000
--- a/hostmux/ChangeLog
+++ /dev/null
@@ -1,110 +0,0 @@
-2007-11-13 Thomas Schwinge <tschwinge@gnu.org>
-
- * node.c (netfs_attempt_utimes): Adapt to ``struct stat'' changes.
-
-2004-10-23 Marcus Brinkmann <marcus@gnu.org>
-
- * hostmux-xinl.c (__OPTIMIZE__): Define to 1 instead of nothing.
-
-2002-06-02 Marcus Brinkmann <marcus@gnu.org>
-
- * 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>
-
- * mux.c (netfs_attempt_chmod): Handle MODE arg with no S_IFMT bits set.
-
- * leaf.c (create_host_node): Set NEW->nn_translated appropriately.
- * hostmux.c (main): Set netfs_root_node->nn_translated to zero.
-
-2002-05-13 Marcus Brinkmann <marcus@gnu.org>
-
- * hostmux.c (netfs_server_name, netfs_server_version): New
- variables.
-
-2002-03-10 Neal H Walfield <neal@cs.uml.edu>
-
- * 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>
-
- * mux.c (free_name): Swap order of memory releases.
- Reported by Kalle Olavi Niemitalo <kon@iki.fi>
-
-2001-02-12 Marcus Brinkmann <marcus@gnu.org>
-
- * hostmux.c: Include <version.h>. Add global variable
- ARGP_PROGRAM_VERSION. Add period to DOC.
-
-2000-07-26 Mark Kettenis <kettenis@gnu.org>
-
- * Makefile (HURDLIBS): Reorder libs such that the threads lib
- 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 <roland@baalperazim.frob.com>
-
- * mux.c: Add #include <sys/mman.h>.
-
-1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
-
- * mux.c (netfs_get_dirents): Use mmap instead of vm_allocate.
-
-Tue Feb 16 05:09:49 1999 Thomas Bushnell, BSG <tb@mit.edu>
-
- * Makefile (MIGSTUBS): Deleted variable; neither ioServer nor
- socketServer seem to be used.
-
-Sun Jan 31 18:34:59 1999 Thomas Bushnell, BSG <tb@mit.edu>
-
- * node.c (netfs_attempt_utimes): Implement new possibility that
- ATIME or MTIME might be null.
-
-1997-08-27 Miles Bader <miles@gnu.ai.mit.edu>
-
- * mux.c (netfs_attempt_lookup): Clear *NODE on errors.
-
-1997-08-19 Miles Bader <miles@gnu.ai.mit.edu>
-
- * hostmux.c (main): If the underlying node isn't a directory,
- propagate read permission to execute permission.
-
- * mux.c (netfs_attempt_lookup): Check for lookup permission.
- Re-arrange code to correctly handle errors.
-
-1997-08-18 Miles Bader <miles@gnu.ai.mit.edu>
-
- * stubs.c (netfs_attempt_mkfile): Correctly implement the interface.
-
-1997-08-14 Miles Bader <miles@gnu.ai.mit.edu>
-
- * hostmux.c (DEFAULT_HOST_PAT): New macro.
- (options, main): Use DEFAULT_HOST_PAT.
- (netfs_append_args): New function.
-
-1997-08-11 Miles Bader <miles@gnu.ai.mit.edu>
-
- * mux.c (netfs_attempt_lookup): Handle `.' and `..' lookups.
- (netfs_get_dirents): Add entries for `.' and `..'.
-
-1997-08-07 Miles Bader <miles@gnu.ai.mit.edu>
-
- * hostmux.c (main): Use ARGP_IN_ORDER to parse args.
-
-1997-06-13 Miles Bader <miles@gnu.ai.mit.edu>
-
- * leaf.c (create_host_node): Set the times of the new node.
- (str_append): Function removed.
- (netfs_get_translator): Use argz_replace instead of doing it ourselves.
- * mux.c (netfs_get_dirents): MAX_DATA_LEN == 0 means `no limit'.
- * hostmux.h (touch): Function removed; all uses replaced by the
- appropriate use of fshelp_touch instead.
- (TOUCH_ATIME, TOUCH_MTIME, TOUCH_CTIME): Macro removed.
- (hostmux_maptime): Renamed from HOSTMUX_MAPPED_TIME; all uses changed.
- * hostmux.c (options): --host-pattern isn't optional.