summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-10-04[PIC] (EXT): Redefine to use PLT.Roland McGrath
1995-10-04(%_pic.o: %.c): Use $(COMPILE.c) instead of its contents. Pass -DPIC.Roland McGrath
(%_pic.o: %.S): New rule.
1995-10-04Formerly nfs.c.~5~Michael I. Bushnell
1995-10-03(struct fsys_statfsbuf): fsys_stb_bsize -> fsys_stb_iosize.Michael I. Bushnell
fsys_stb_fsize -> fsys_stb_bsize.
1995-10-02Formerly nfs.c.~4~Michael I. Bushnell
1995-10-02(do_exec): Doc fix.Michael I. Bushnell
1995-10-01(trivfs_S_file_get_storage_info): New function.Miles Bader
1995-10-01(dev_open): Record NAME in the returned dev structure.Miles Bader
1995-09-29(fshelp_transbox_init): Initialize the flags field.Miles Bader
1995-09-29Formerly nfs.c.~3~Michael I. Bushnell
1995-09-28Formerly nfs.c.~2~Michael I. Bushnell
1995-09-28(read_file): Pass CMD->path for file name.Roland McGrath
(CHECK_CMDLINE_LEN): Update ARGV pointers after reallocating the line buffer.
1995-09-28Initial revisionMichael I. Bushnell
1995-09-27(options_parse): Use 0 as the tag for non-option args.Miles Bader
1995-09-27Use 0 as the tag for non-option args.Miles Bader
1995-09-27(struct uxstat): New type.Roland McGrath
(uxfstat): Renamed from fstat; use struct uxstat * for arg. (boot_script_read_file): Use those. Return the memory object port, not zero.
1995-09-27(fstat): New syscall function.Roland McGrath
1995-09-27(read_file): New function.Roland McGrath
(builtin_symbols): Add $(read-file) builtin.
1995-09-27(boot_script_read_file): Declare it.Roland McGrath
1995-09-27(close): New syscall function.Roland McGrath
(defpager): New variable. (main): Set it up. (boot_script_read_file): New function. (useropen_dir): New variable. (useropen): New function. (load_image): Call it instead of open. (main): Grok -D arg to set useropen_dir.
1995-09-27(do_exec): Don't set NEWTASK's bootstrap port until after we have finishedRoland McGrath
completely with OLDTASK. (do_mach_notify_no_senders): Remove bogus mod_refs call on receive_portset.
1995-09-26Include <netinet/in.h>.Michael I. Bushnell
Fix trivial errors in previous change.
1995-09-26(diskfs_S_file_get_storage_info): New function.Michael I. Bushnell
1995-09-26(main): Delete var `devname'. Use `ufs_device_name' throughoutMichael I. Bushnell
instead.
1995-09-26(ufs_device_name): New var.Michael I. Bushnell
1995-09-26(file_storage_class): New type.Michael I. Bushnell
1995-09-26Reoops.Michael I. Bushnell
1995-09-26Oops.Michael I. Bushnell
1995-09-26(file_get_storage_info): New RPC; use the slot that used to holdMichael I. Bushnell
file_pathconf.
1995-09-25Formerly main.c.~3~Michael I. Bushnell
1995-09-25Formerly pfinet.h.~6~Michael I. Bushnell
1995-09-25Formerly Makefile.~11~Michael I. Bushnell
1995-09-25Formerly ethernet.c.~7~Michael I. Bushnell
1995-09-23(RWLOCK_INITIALIZER): New macro.Roland McGrath
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