Age | Commit message (Collapse) | Author |
|
* Makefile (FSSRCS): Last change got botched in merging.
|
|
* file-inv-trans.c: Remove this file, function no longer exists.
* Makefile (FSSRCS): Remove reference to file-inv-trans.c.
|
|
* Makefile (OTHERSRCS): Add extern-inline.c.
* diskfs.h (DISKFS_EXTERN_INLINE): New macro.
(diskfs_spawn_first_thread): Update prototype to include the
additional parameter, a demuxer.
(diskfs_begin_using_protid_port): Moved and renamed function
begin_using_protid_port from priv.h.
(diskfs_end_using_protid_port): Moved and renamed function
end_using_protid_port from priv.h.
* extern-inline.c: New file.
* fsmutations.h (FILE_INTRAN): Use new function name.
(FILE_DESTRUCTOR): Likewise.
(IO_INTRAN): Likewise.
(IO_DESTRUCTOR): Likewise.
* init-first.c: Include <hurd/ports.h>.
(master_thread_function): Unnamed parameter is now the demuxer.
Use that rather than diskfs_demuxer directly.
(diskfs_spawn_first_thread): New parameter DEMUXER.
* init-main.c (diskfs_init_main): Pass diskfs_demuxer to
diskfs_spawn_first_thread to conform to new semantics.
* priv.h (begin_using_protid_port): Moved to diskfs.h.
(end_using_protid_port): Likewise.
|
|
* io-interrupt.c: Obsolete file removed.
* Makefile (IOSRCS): Remove it from the list.
Reported by Neal H Walfield <neal@cs.uml.edu>.
|
|
* readonly-changed.c: New file.
* Makefile (OTHERSRCS): Add it.
|
|
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.
|
|
|
|
* io-map-segment.c: New file. Guts from io-map.c.
* io-map.c (diskfs_S_io_map): Just call diskfs_S_io_map_segment.
* diskfs.h (diskfs_get_filemap): New parameter `index'.
* rdwr-internal.c (_diskfs_rdwr_internal): Pass additional
parameter to diskfs_get_filemap.
* Makefile (IOSRCS): Add io-map-segment.c.
|
|
* node-nref.c: New file; guts from diskfs.h.
* node-nput.c: Likewise.
* node-nrele.c: Likewise.
* node-nrefl.c: Likewise.
* node-nputl.c: Likewise.
* node-nrelel.c: LIkewise.
* diskfs.h (diskfs_nref, diskfs_nput, diskfs_nrele,
diskfs_nref_light, diskfs_nput_light, diskfs_nrele_light): Replace
inline definitions with ordinary declarations.
(DISKFS_EI): Removed macro.
* diskfs.c: Deleted file.
* Makefile (OTHERSRCS): Added node-nref.c, node-nput.c
node-nrele.c, node-nrefl.c, node-nputl.c, node-nrelel.c. Removed
diskfs.c.
|
|
* io-revoke.c: New file.
* Makefile (IOSRCS): Add io-revoke.c.
|
|
* Makefile (OTHERSRCS): Add init-main.c.
|
|
* Makefile (LCLHDRS): Add fhandle.h.
|
|
dir-reparent.c replaced by file-reparent.c.
|
|
Add dir-reparent.c.
|
|
* diskfs.h: Add extern inline protection.
* diskfs.c: New file.
* Makefile (OTHERSRCS): Add diskfs.c.
|
|
Remove filedev.c, machdev.c, dev-open.c, dev-io.c, & dev-globals.c.
(HURDLIBS):
Add store.
(libdiskfs.so):
Depend on libstore.so.
|
|
|
|
|
|
|
|
|
|
validate-flags.c, validate-rdev.c, and validate-owner.c.
|
|
Add opts-std-runtime.c, opts-append-std.c, opts-runtime.c.
Remove opts-runtime-parse.c, opts-runtime-unparse.c
|
|
|
|
|
|
|
|
|
|
|
|
Reference fsmutations.h in $(srcdir).
|
|
|
|
|
|
Change `opts-runtime-def.c' to `opts-runtime-parse.c'.
Add `opts-runtime-unparse.c'.
|
|
(OTHERSRCS): Add disk-pager.c.
|
|
|
|
|
|
(FSSRCS): Add file-get-fs-opts.c.
|
|
console.c, readonly.c, remount.c, opts-common.c.
|
|
|
|
(fs-MIGSFLAGS, io-MIGSFLAGS, ifsock-MIGSFLAGS): New variables.
(fsys-MIGSFLAGS): Also import fsmutations.h.
(OTHERSRCS): Remove boot-parse.c; add filedev.c & machdev.c.
|
|
(IOSRCS): Added io-pathconf.c.
|
|
|
|
(ourfs_notify_U.h ourfs_notifyUser.c, ourfs_notify.defs): Targets removed.
|
|
(NOTIFYSRCS, INTSRCS, notify-MIGSFLAGS): Removed.
(MIGSTUBS): Removed notifyServer.o and interruptServer.o.
|
|
|
|
Rules dealing with ../lib removed.
|
|
|
|
of directly out of the include directory.
(ourfs_notify.defs): New target.
|
|
|
|
|
|
|
|
|