aboutsummaryrefslogtreecommitdiff
path: root/hostmux
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogNeal H. Walfield2002-03-101-0/+7
|
* 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-012-1/+6
| | | | | * mux.c (free_name): Swap order of memory releases. Reported by Kalle Olavi Niemitalo <kon@iki.fi>
* auth/Marcus Brinkmann2001-02-122-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* * Makefile (HURDLIBS): Reorder libs such that the threads libMark Kettenis2000-07-262-2/+9
| | | | | | 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.
* .Roland McGrath1999-07-111-0/+4
|
* 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-112-2/+8
| | | | * mux.c (netfs_get_dirents): Use mmap instead of vm_allocate.
* Tue Feb 16 05:09:49 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-162-2/+6
| | | | | * 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>Thomas Bushnell1999-01-312-6/+25
| | | | | * node.c (netfs_attempt_utimes): Implement new possibility that ATIME or MTIME might be null.
* .Miles Bader1997-09-051-0/+12
|
* (netfs_attempt_lookup):Miles Bader1997-09-051-14/+21
| | | | | | Clear *NODE on errors. Check for lookup permission. Re-arrange code to correctly handle errors.
* (main):Miles Bader1997-09-051-0/+12
| | | | | If the underlying node isn't a directory, propagate read permission to execute permission.
* .Miles Bader1997-08-181-0/+4
|
* (netfs_attempt_mkfile):Miles Bader1997-08-181-0/+2
| | | | Correctly implement the interface.
* .Miles Bader1997-08-141-0/+6
|
* (netfs_append_args):Miles Bader1997-08-141-3/+34
| | | | | | | | New function. (options, main): Use DEFAULT_HOST_PAT. (DEFAULT_HOST_PAT): New macro.
* .Miles Bader1997-08-111-0/+5
|
* (netfs_get_dirents):Miles Bader1997-08-111-41/+86
| | | | | | Add entries for `.' and `..'. (netfs_attempt_lookup): Handle `.' and `..' lookups.
* .Miles Bader1997-08-071-0/+4
|
* (main):Miles Bader1997-08-071-1/+1
| | | | Use ARGP_IN_ORDER to parse args.
* .Miles Bader1997-06-201-0/+11
|
* Replace uses of touch with fshelp_touch.Miles Bader1997-06-201-1/+1
|
* (netfs_get_dirents):Miles Bader1997-06-201-6/+6
| | | | | MAX_DATA_LEN == 0 means `no limit'. Replace uses of touch with fshelp_touch.
* (netfs_get_translator):Miles Bader1997-06-201-82/+18
| | | | | | | | Use argz_replace instead of doing it ourselves. (create_host_node): Set the times of the new node. (str_append): Function removed.
* (touch):Miles Bader1997-06-201-31/+1
| | | | | | | | | 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.
* (options):Miles Bader1997-06-201-4/+5
| | | | --host-pattern isn't optional.
* Initial checkin.Miles Bader1997-06-129-0/+1143