summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-09-22Include errno.h for error_t decl.Roland McGrath
1995-09-21(hurd.boot): New target.Roland McGrath
(all): Depend on hurd.boot (DIST_FILES): Add build.mk.in and hurd.boot.in. (clean-misc, distclean): New targets. (clean): Depend on clean-misc.
1995-09-21Renamed from hurd.boot; use @exec_prefix@ instead of hardcoded dir.Roland McGrath
Added some comments.
1995-09-21Initial revisionRoland McGrath
1995-09-21If not in $srcdir, produce */Makefile from build.mk.in.Roland McGrath
1995-09-21(prog-subdirs): Removed `pfinet'.Michael I. Bushnell
1995-09-21Formerly ethernet.c.~6~Michael I. Bushnell
1995-09-21Run ld.so with arg of /hurd/exec, instead of running exec/exec.Roland McGrath
Now exec can be dynamically linked.
1995-09-20(struct bootinfo): New members `phdr_addr', `phdr_size', `user_entry'.Roland McGrath
(do_exec): Set them. Code rearranged to construct bootinfo before looking up interpreter file, keep proper track of port rights and VM copied into bootinfo (there were leaks).
1995-09-19(S_io_set_all_openmodes, S_io_set_some_openmodes, S_io_clear_some_openmodes):Miles Bader
The user specifies O_NONBLOCK, not SOCK_NONBLOCK. (S_io_get_openmodes): Always return O_APPEND.
1995-09-19(S_io_pathconf): New function.Miles Bader
1995-09-19(libthreads-libsubst): Variable removed.Roland McGrath
1995-09-18(trivfs_S_file_set_size): Renamed from file-truncate.c:trivfs_s_file_truncate.Miles Bader
1995-09-18(trivfs_S_file_set_size): Renamed from trivfs_S_file_truncate.Miles Bader
1995-09-18(trivfs_S_file_set_size): Renamed from trivfs_S_file_truncate;Miles Bader
Return EINVAL if the new size isn't 0.
1995-09-18(trivfs_S_file_set_size): Renamed from trivfs_S_file_truncate.Miles Bader
1995-09-18(trivfs_S_io_pathconf): Add reply port to args.Miles Bader
1995-09-18(FSSRCS): Remove file-pathconf.c.Miles Bader
(IOSRCS): Add io-pathconf.c.
1995-09-18(trivfs_S_io_pathconf): Renamed from file-pathconf.c:trivfs_s_file_pathconf.Miles Bader
1995-09-18(FSSRCS): Deleted file-pathconf.c.Miles Bader
(IOSRCS): Added io-pathconf.c.
1995-09-18(diskfs_S_io_pathconf): Renamed from file_pathconf.c:diskfs_S_file_pathconf.Miles Bader
1995-09-18[! srcdir] (top_srcdir): Strip trailing slash from $(..).Roland McGrath
1995-09-17(diskfs_S_exec_startup): Don't pass an argument string.Roland McGrath
Set *FLAGS to EXEC_STACK_ARGS.
1995-09-17Renamed from file-trunate.c.Roland McGrath
(diskfs_S_file_set_size): Renamed from diskfs_s_file_truncate. If SIZE exceeds the file size, extend the file.
1995-09-17(FSSRCS): Rename file-truncate.c to file-set-size.c.Roland McGrath
1995-09-17(file_truncate): RPC renamed to file_set_size.Roland McGrath
1995-09-17(file_pathconf): RPC removed (replaced with skip).Roland McGrath
1995-09-17(io_pathconf): New RPC.Roland McGrath
1995-09-17(EXEC_STACK_ARGS): New macro.Roland McGrath
1995-09-17(target): Changed to `mkfs.ufs'.Miles Bader
(installationdir): New variable, install into $(sbindir).
1995-09-17(target): Changed to `fsck.ufs'.Miles Bader
(installationdir): New variable, install into $(sbindir).
1995-09-17(pokel_init): Initialize the free_pokes field.Miles Bader
(pokel_add): Assert that this malloc should succeed. (pokel_sync): Don't hold POKEL's spin lock while syncing.
1995-09-17(diskfs_alloc_node): Check for a non-zero ALLOCSIZE.Miles Bader
1995-09-16Initial revisionRoland McGrath
1995-09-16(DIST_FILES): Remove Maketools.Roland McGrath
Add config.make.in, configure.in, configure.
1995-09-16Include $(..)config.make for configure-generated parameters.Roland McGrath
No longer include Maketools. (prefix, exec_prefix, srcdir, hurddir, bindir, sbindir, libdir, infodir, includedir): Variables removed. (..): New variable. (srcdir, top_srcdir): Set if not already set. (CPPFLAGS): Append -I's for . and .. and $(srcdir) and $(top_srcdir). (CFLAGS): Remove -g. Change miscellaneous uses of $(srcdir) to $(top_srcdir). (vpath %.defs): Remove $(crossheaders) dirs from path.
1995-09-16(CPPFLAGS): Variable removed.Roland McGrath
(lndist-i386-files): Use $(top_srcdir) in place of $(srcdir).
1995-09-16(lndist, $(srcdir)/hurd-snap/$(dir)/error.[ch]): Targets removed.Roland McGrath
1995-09-16(sbindir): New variable.Roland McGrath
(installationdir): Don't set if already set.
1995-09-16Remove vpath directive.Roland McGrath
1995-09-16(DIST_FILES): Added ourfs_notify.defs.Roland McGrath
(ourfs_notify_U.h ourfs_notifyUser.c, ourfs_notify.defs): Targets removed.
1995-09-16Initial revisionRoland McGrath
1995-09-16Initial revisionRoland McGrath
1995-09-16(DIST_FILES): Added ourmsg.defs.Roland McGrath
(ourmsg_U.h ourmsgUser.c, ourmsg.defs): Targets removed.
1995-09-16Initial revisionRoland McGrath
1995-09-16(DIST_FILES): Added ourmsg.defs.Roland McGrath
(ourmsg_U.h ourmsgUser.c, ourmsg.defs): Targets removed.
1995-09-16core renamed to crash.Roland McGrath
1995-09-16(_SERVERS_CRASH): New macro.Roland McGrath
(_SERVERS_CORE): Macro removed.
1995-09-16Initial revisionRoland McGrath
1995-09-15(trunc_indirect): Only record an indirect block as being modified when itMiles Bader
actually is.