summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-09-23(top_srcdir): Define properly in parent directory.Roland McGrath
1995-09-23(other-subdirs): Remove lib.Roland McGrath
1995-09-23Restore entry SP before return.Roland McGrath
1995-09-23(main): Use static const for constant strings.Roland McGrath
On boot script error, write script line with error msg.
1995-09-23(boot_script_parse_line): Ignore line beginning with #.Roland McGrath
1995-09-23(S_io_pathconf): New function.Roland McGrath
1995-09-23(LDFLAGS): Add -static.Roland McGrath
1995-09-23Include errno.h.Roland McGrath
1995-09-22(targets): Add new-fifoMiles Bader
(SRCS): Add new-fifo.c (new-fifo): New target.
1995-09-22(FSSRCS): Rename file-truncate.c to file-set-size.c.Miles Bader
1995-09-22(sigmask): New macro.Michael I. Bushnell
(__mig_dealloc_reply_port): Remove __ from call to mach_port_mod_refs. (main): Check for `d' in BOOTSTRAP_ARGS, not BOOT_ARGS. Don't declar MSG static.
1995-09-22(main): Call init_users. Don't initialize output_psize. Set NO_OWNERMichael I. Bushnell
in initial termflags.
1995-09-22(output_psize): Add variable.Michael I. Bushnell
(output_character): Doc fix. (write_character): New function. (echo_char): Don't update echo_qsize and echo_pstart. Use write_character and output_character, respectively, when writing HDERASE / and \. Use output_character for all the other echoing. (input_character) [VINTR || VQUIT, VSUSP]: Clear inputq and rawq and reset echo_pstart and echo_qsize. [input can't fit and ! IMAXBEL]: Likewise.
1995-09-22(output_psize): Remove variable declaration.Michael I. Bushnell
(write_character, init_users): New declarations.
1995-09-22(VPATH): New variable.Roland McGrath
1995-09-22(LDFLAGS): Variable removed.Miles Bader
1995-09-22(__data_start): New variable.Roland McGrath
1995-09-22Include hurd/threadvar.h.Roland McGrath
1995-09-22(LDFLAGS): New variable.Miles Bader
1995-09-22(get_hypermetadata): Use %Zd format for result of sizeof.Roland McGrath
1995-09-22Include hurd.h.Roland McGrath
1995-09-22Fix typo in last change.Roland McGrath
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