aboutsummaryrefslogtreecommitdiff
path: root/trans/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 2002-08-16 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-08-161-0/+6
| | | | | | * proxy-defpager.c (S_default_pager_object_pages): New function. (proxy_defpager_demuxer): Use S_default_pager_server (ie add the prefix).
* 2002-08-14 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-08-141-0/+5
| | | | | * Makefile: Revert undocumented changes related to devpts that were checked in unintentionally with the last change.
* .Roland McGrath2002-08-061-0/+8
|
* 2002-08-05 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-08-051-0/+7
| | | | | | | * proxy-defpager.c (allowed): Check CRED, not PORT. (default_pager_info): Use real_defpager, not DEFAULT_PAGER. (proxy_defpager_demuxer): New demuxer. (main): Use it.
* .Roland McGrath2002-06-251-0/+7
|
* .Roland McGrath2002-06-211-0/+5
|
* .Roland McGrath2002-06-201-0/+5
|
* .Roland McGrath2002-06-151-0/+4
|
* .Roland McGrath2002-06-131-0/+30
|
* .Roland McGrath2002-06-091-0/+5
|
* .Roland McGrath2002-06-071-0/+5
|
* .Roland McGrath2002-05-291-0/+1
|
* .Roland McGrath2002-05-291-0/+1
|
* .Roland McGrath2002-05-281-0/+5
|
* 2002-05-26 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-05-261-0/+5
| | | | | * magic.c (trivfs_S_dir_readdir): Increment I after comparing it with ENTRY, to fix off-by-one error.
* .Roland McGrath2002-05-241-0/+4
|
* 2002-05-23 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-05-231-0/+9
| | | | | | | | | * fakeroot.c (check_openmodes): Remove spurious if clause. (netfs_attempt_mksymlink): Don't evaluate stat information to get the length of the name, but use the string length of NAME and store it in the new variable NAMELEN. (netfs_S_dir_lookup): Don't always add O_NOLINK to FLAGS, but add it to the mask instead.
* .Roland McGrath2002-05-181-0/+3
|
* .Roland McGrath2002-05-181-0/+14
|
* .Roland McGrath2002-05-131-0/+2
|
* .Roland McGrath2002-05-131-0/+3
|
* .Roland McGrath2002-05-131-1/+6
|
* libnetfs/Marcus Brinkmann2002-05-131-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-05-13 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-05-131-0/+9
| | | | | | | | | * symlink.c: Include <argp.h> and <version.h>. (argp_program_version, options, args_doc, doc, argp): New variables. (parse_opt): New function. (main): Replace argument count check and usage output by argp_parse invocation.
* 2002-05-13 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-05-131-0/+6
| | | | | | * fakeroot.c (netfs_S_file_exec): New function. (netfs_S_io_prenotify): Fix last change. (netfs_S_io_postnotify): Likewise.
* 2002-05-13 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-05-131-0/+13
| | | | | | | | | | | | | * fakeroot.c (NETFS_S_SIMPLE): New macro. (netfs_S_io_get_conch): New function. (netfs_S_io_release_conch): New function. (netfs_S_io_eofnotify): New function. (netfs_S_io_prenotify): New function. (netfs_S_io_postnotify): New function. (netfs_S_io_readnotify): New function. (netfs_S_io_readsleep): New function. (netfs_S_io_sigio): New function. (netfs_S_io_map_cntl): New function.
* .Roland McGrath2002-05-121-0/+3
|
* .Roland McGrath2002-05-121-0/+5
|
* .Roland McGrath2002-05-111-0/+5
|
* Fix typo.Marcus Brinkmann2002-05-061-1/+1
|
* 2002-05-06 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-05-061-0/+9
| | | | | | | | | * fakeroot.c (netfs_attempt_lookup): Really check for EROFS or EISDIR error from O_RDWR lookup (the last change checked for O_RDWR | O_EXEC looks up, which is also necessary). (netfs_attempt_mkfile): Unlock DIR. (netfs_attempt_create_file): Likewise. (netfs_S_io_map): New function.
* .Roland McGrath2002-05-051-0/+3
|
* .Roland McGrath2002-05-051-0/+4
|
* .Roland McGrath2002-05-051-0/+4
|
* 2002-05-03 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-05-031-0/+5
| | | | | * fakeroot.c (netfs_node_norefs): Unlock node after not dropping it at all.
* .Roland McGrath2002-05-031-0/+7
|
* *** empty log message ***Neal H. Walfield2002-03-261-0/+9
|
* .Roland McGrath2002-03-111-0/+11
|
* .Roland McGrath2001-12-221-1/+7
|
* 2001-12-11 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-12-111-0/+5
| | | | | * streamio.c (device_open_reply): In the D_INVALID_OPERATION case, clear ERR, which is a global variable.
* .Roland McGrath2001-06-161-0/+5
|
* .Roland McGrath2001-03-011-0/+5
|
* .Roland McGrath2001-02-261-0/+11
|
* auth/Marcus Brinkmann2001-02-121-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* daemons/Marcus Brinkmann2001-01-301-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-01-17 Neal H Walfield <neal@cs.uml.edu> * console-run.c (open_console): Conform to new fshelp_start_translator semantics. init/ 2001-01-17 Neal H Walfield <neal@cs.uml.edu> * init.c (open_console): Conform to new fshelp_start_translator semantics. libfshelp/ 2001-01-17 Neal H Walfield <neal@cs.uml.edu> * fshelp.h: Add two new parameters to fshelp_open_fn_t: a port to the new task and a cookie. Add a new parameter, cookie, to fshelp_start_translator and fshelp_start_translator_long that will be passed to fshelp_open_fn_t. * fetch-root.c (fshelp_fetch_root): Conform to new fshelp_start_translator_long semantics. * start-translator-long.c (service_fsys_startup): Likewise. (fshelp_start_translator_long): Likewise. * start-translator.c (fshelp_start_translator): Likewise. libtreefs/ Conform to new fshelp_start_translator semantics. trans/ 2001-01-17 Neal H Walfield <neal@cs.uml.edu> * pump.c (start_pfinet): Conform to new fshelp_start_translator semantics. utils/ 2001-01-17 Neal H Walfield <neal@cs.uml.edu> * mount.c (do_mount): Conform to new fshelp_start_translator semantics. * settrans.c (main): Conform to new fshelp_start_translator semantics therby allowing us to print the pid of the an active translator.
* .Roland McGrath2001-01-211-0/+1
|
* .Roland McGrath2001-01-201-0/+16
|
* trans/Marcus Brinkmann2001-01-141-0/+11
| | | | | | | | | | | | | | | | | | | 2001-01-13 Marcus Brinkmann <marcus@gnu.org> * Makefile (SRCS): Add streamio.c (streamio): Add dependency on device_replyServer.o. Other dependencies identical to those for crash and password. (OBJS): Add missing object files to list (crashServer.o crash_replyUser.o msgServer.o device_replyServer.o). * storeio.c: New file by OKUJI Yoshinori. sutils/ 2001-01-14 Marcus Brinkmann <marcus@gnu.org> * MAKEDEV.sh (mkdev: klog): New device, using /hurd/streamio kmsg. (mkdev: std): Add klog to the standard list.
* * Makefile: Reorder libs such that the threads lib comes beforeMark Kettenis2000-07-261-0/+7
| | | | | | 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 McGrath2000-03-201-0/+5
|