aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Tue Feb 16 04:34:02 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-163-3/+10
| | | | * io.defs (io_revoke): New RPC.
* 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.
* Tue Feb 16 05:06:12 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-162-1/+11
| | | | * boot.c (S_io_revoke): New (unsupported) routine.
* *** empty log message ***Thomas Bushnell1999-02-161-11/+7
|
* 1999-02-05 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell1999-02-162-2/+7
| | | | | * users.c (trivfs_S_file_chmod): Clear S_ISVTX bit instead of clearing all other bits.
* *** empty log message ***Thomas Bushnell1999-02-161-0/+1
|
* Tue Feb 16 02:31:06 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-165-25/+50
| | | | | | | | | | | | | | | | | * Makeconf ($(libname).so): Include $(hurd-version) as part of the soname. ($(libdir)/$(libname).so.$(hurd-version)): New rule. ($(libdir)/$(libname).so): Only create a symlink to the version-numbered name. (install) [makemode == library]: Add the versioned name $(libdir)/$(libname.so).$(hurd-version). * version.h.in: New file. * versioh.h, sh-version.sed: Deleted files. * Makeconf (hurd-version): New variable. * Makefile ($(subdirs)): Depend on version.h. (version.h): New rule. (DIST_FILES): Delete version.h and sh-version.sed. Add version.h.in.
* Sat Feb 13 04:29:29 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-132-2/+8
| | | | | | * peropen-make.c (diskfs_make_peropen): If there is no existing context, then set the shadow_root iff we are a chrooted virtual root filesystem.
* 1999-02-12 Gordon Matzigkeit <gord@trick.fig.org>Thomas Bushnell1999-02-132-1/+12
| | | | | | * init-startup.c (diskfs_startup_diskfs): Release the virtual root's lock as soon as we've checked that it's a valid directory. Ignore leading slashes in _diskfs_chroot_directory.
* 1999-02-12 Gordon Matzigkeit <gord@trick.fig.org>Thomas Bushnell1999-02-132-1/+5
| | | | * open.c (trivfs_open): Add missing `=' from last change.
* 1999-02-06 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell1999-02-102-2/+7
| | | | | * login.c (main): If no effective uid, really use first auxiliary uid to use as password entry to get parameters from.
* 1999-02-05 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell1999-02-072-3/+6
| | | | * open.c (trivfs_open): Correctly initialize NEW->isroot.
* 1999-02-01 Mark Kettenis <kettenis@phys.uva.nl>Thomas Bushnell1999-02-032-3/+9
| | | | | * ops.c: Include <maptime.h>. (netfs_attempt_utimes): Fix various typo's.
* Mon Feb 1 16:27:15 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-012-1/+7
| | | | | | * MAKEDEV.sh (PATH): Add /usr/bin out of deference to users lacking the /usr symlink. Requested by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
* .Roland McGrath1999-02-011-0/+2
|
* 1999-01-31 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-02-011-1/+3
| | | | * storeio.c (trivfs_modify_stat): Return S_IFCHR if block size is 1.
* .Roland McGrath1999-02-011-0/+6
|
* 1999-01-31 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-02-011-1/+1
| | | | | | * storeio.c (trivfs_modify_stat): Return S_IFCHR iff inhibit_cache set, otherwsie S_IFBLK. For a block-addressed device, S_IFCHR means "must do whole-block i/o".
* Sun Jan 31 18:41:17 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-01-312-5/+24
| | | | | * node.c (netfs_attempt_utimes): Handle new possibility that ATIME or MTIME might be null.
* Sun Jan 31 18:39:09 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-01-313-3/+24
| | | | | | | | * nfs.c (xdr_encode_sattr_times): Convert nanoseconds to microseconds correctly. * ops.c (netfs_attempt_utimes): Handle new possibility that ATIME or MTIME might be null.
* Sun Jan 31 18:29:22 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-01-312-3/+8
| | | | | * times.c (trivfs_set_atime, trivefs_set_mtime): Take advantage of new semantics for file_utimes.
* Sun Jan 31 18:27:42 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-01-313-8/+24
| | | | | | * file-utimes.c (netfs_S_file_utimes): Understand new semantics for setting to current time. * netfs.h (netfs_attempt_utimes): Update documentation.
* Sun Jan 31 18:24:33 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-01-312-4/+23
| | | | | * file-utimes.c (diskfs_S_file_utimes): Implement new semantics for setting to exactly present time.
* Sun Jan 31 18:21:58 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-01-312-1/+7
| | | | * fs.defs (file_utimes): Extend documentation.
* 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.
* Sun Jan 31 18:33:55 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-01-312-6/+24
| | | | | * netfs.c (netfs_attempt_utimes): Implement new possibility that ATIME or MTIME might be null.
* Sat Jan 30 00:27:14 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-01-303-1/+12
| | | | | * munge.c (create_queue): Make sure that malloc succeeds. Reported by OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>.
* .Roland McGrath1999-01-281-0/+5
|
* 1999-01-28 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-281-4/+4
| | | | | * io.c (trivfs_S_file_syncfs): Fix inverted test. Reported by OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>.
* .Roland McGrath1999-01-272-0/+9
|
* 1999-01-27 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-271-2/+2
| | | | * Makefile (OTHERSRCS): Add init-main.c.
* 1999-01-24 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-272-1/+3
| | | | | * configure.in: Add AC_PROG_AWK. * config.make.in (AWK): New variable, substituted by configure.
* .Roland McGrath1999-01-271-0/+16
|
* 1999-01-27 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-274-30/+91
| | | | | | | | | | | | | | | | * storeio.c (options): New option -c/--no-cache. (inhibit_cache): New variable. (parse_opt): Make -c set it. (trivfs_append_args): Report --no-cache if set. (check_open_hook): Pass inhibit_cache flag to dev_open. * dev.h (struct dev): New member `inhibit_cache'. (dev_open): Update decl. * dev.c (dev_open): Take new arg inhibit_cache, store in new dev. If set, don't initialize buf_offs, io_lock, pager, pager_lock. (dev_read, dev_write): If DEV->inhibit_cache is set, allow only whole-block i/o: EINVAL for non-whole-block attempts. * pager.c (dev_get_memory_object): If DEV->inhibit_cache is set, don't make our own pager; if store_map returns EOPNOTSUPP, so do we.
* .Roland McGrath1999-01-241-0/+10
|
* 1999-01-24 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-245-2/+280
| | | | | | | | * Makefile: Add rules for generating prototype ?ioctl.defs files from a list of C headers that define the ioctl request macros. (DIST_FILES): Add ioctl-tmpl.sym ioctl.awk gensym.awk. * gensym.awk, ioctl-decode.h, ioctl-tmpl.sym, ioctl.awk: New files supporting those rules.
* 1999-01-24 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-241-0/+48
| | | | * ioctls.defs: New file.
* .Roland McGrath1999-01-241-0/+8
|
* 1999-01-22 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-241-60/+59
| | | | * rr.c (rrip_work): Remove makedev macro definition.
* 1999-01-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-241-47/+19
| | | | * main.c (main): Use diskfs_init_main.
* .Roland McGrath1999-01-245-0/+26
|
* 1999-01-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-241-35/+5
| | | | * ext2fs.c (main): Use diskfs_init_main.
* 1999-01-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-241-38/+4
| | | | * main.c (main): Use diskfs_init_main.
* 1999-01-22 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-242-10/+3
| | | | | * file-set-trans.c: Remove makedev, major, minor macro definitions. * dir-lookup.c: Likewise.
* 1999-01-22 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-242-1/+100
| | | | | * init-main.c: New file, defining new function diskfs_init_main. * diskfs.h: Declare diskfs_init_main.
* 1999-01-22 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-242-173/+167
| | | | | * ops.c (netfs_attempt_link): Remove major, minor macro definitions. * nfs.c (xdr_decode_fattr): Remove makedev macro definition.
* 1999-01-22 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-242-67/+59
| | | | | * file-set-translator.c: Remove makedev, major, minor macro definition. * dir-lookup.c: Likewise.
* .Roland McGrath1999-01-031-0/+5
|
* 1999-01-03 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-031-4/+4
| | | | | * syncfs.c: Replace -a/--asynchronous with -s/--synchronous. Default is now asynchronous.
* .Roland McGrath1999-01-012-5/+13
|