summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-07-03(diskfs_make_node): Don't initialize NP->identity.Michael I. Bushnell
1996-07-03(diskfs_drop_node): Don't deallocate NP->identity.Michael I. Bushnell
1996-07-03(struct node): Remove member `identity'.Michael I. Bushnell
1996-07-03Touch /var/run/uptime file.Miles Bader
1996-07-02(proc_stat_set_flags):Miles Bader
Pass PS->task_events_info to task_info, not its address.
1996-07-02(dog):Miles Bader
Include all args in the asprintf. Put the ARGV message in parens.
1996-07-02Revert last changes.Michael I. Bushnell
1996-07-02(struct node): Member identity now points to a struct.Michael I. Bushnell
1996-07-02(netfs_identity_class): New variable.Michael I. Bushnell
(netfs_release_identity): New function. (struct identity): New type.
1996-07-01(sock_create): Initialize ID field to MACH_PORT_NULL.Miles Bader
1996-07-01(_w_specs):Miles Bader
Don't use utmp buffer sizes for field widths, as they can be very large.
1996-07-01(kill_login): Don't kill dog.Miles Bader
(dog): Take new ARGV argument, and record status in it for ps. (main): Pass ARGV to dog. (add_utmp_entry): Always fill in UTMP.ut_line. Set UTMP.ut_type.
1996-07-01(process_signal): On SIGCHLD, keep reaping children until we get anMichael I. Bushnell
error; tolerate all errors silently.
1996-07-01Don't test for dialups if TT == 0.Miles Bader
1996-07-01(main):Miles Bader
Don't time out hardwired lines. Print an error if exec fails.
1996-07-01(pq_queue): Initialize packet->buf_vm_alloced.Miles Bader
1996-07-01(S_msg_describe_ports): New function.Michael I. Bushnell
1996-07-01(crash_dump_task): Use integer_t for sigcode.Roland McGrath
Add exc, code, subcode, cttyid_port args.
1996-07-01(S_crash_dump_task): Drop arg TARGET.Michael I. Bushnell
(dump_core): Likewise; all callers changed. (struct crasher): Delete member `target'.
1996-07-01(S_crash_dump_task): New args EXC, CODE, SUBCODE, CTTY_ID. SupplyMichael I. Bushnell
SIGCODE arg to proc_mark_stop. (signal_crasher): New arg SIGCODE, supply to proc_mark_exit. All callers changed. (S_msg_sig_post_untraced): Supply C->sigcode to proc_mark_stop.
1996-07-01(targets): Added crash.Michael I. Bushnell
(SRCS): Added crash.c.
1996-07-01(crash): New target.Michael I. Bushnell
1996-07-01(DIST_FILES): Removed crash.c.Michael I. Bushnell
1996-07-01(pass2): Don't skip empty directories in `.' and `..' correctnessMichael I. Bushnell
check; we don't clear them the way BSD does, so we want `.' and `..' to get created for us. Also handle `.' before `..' so that they get created in the usual order for empty directories.
1996-07-01(makeentry): After successful directory expansion, write out modifiedMichael I. Bushnell
directory inode.
1996-07-01(pass4): If a reconnect fails while we are preening, give up.Michael I. Bushnell
1996-06-28(check_owner): Return true any time PROC1 has root.Michael I. Bushnell
1996-06-27(proc_stat_list_clone): New function.Miles Bader
1996-06-27(_fmt_create): Set NEW_FMT->src_len. Use strdup.Miles Bader
(ps_fmt_clone): New function.
1996-06-27(struct ps_fmt): Add SRC_LEN field.Miles Bader
(proc_stat_list_clone, ps_fmt_clone): New declarations.
1996-06-27(targets): Comment out opendisk for now.Michael I. Bushnell
1996-06-27(LCLHDRS): Add sserver.h.Michael I. Bushnell
1996-06-27(LCLHDRS): Add execserver.h.Michael I. Bushnell
1996-06-27(LCLHDRS): Add trans.h.Michael I. Bushnell
1996-06-27(LCLHDRS): Add common.h.Michael I. Bushnell
1996-06-27(argp_parse): Zero the CHILD_INPUTS vector.Miles Bader
1996-06-27(main): Repair loop.Michael I. Bushnell
1996-06-27(diskfs_startup_diskfs): Don't call diskfs_readonly_changed hereMichael I. Bushnell
anymore.
1996-06-27(disk_pager_setup): Check diskfs_readonly variable instead of callingMichael I. Bushnell
diskfs_check_readonly.
1996-06-27(lndist): Add lndist-asm-files.Michael I. Bushnell
(lndist-asm-files): New rule. (ASMHEADERS): New variable. ($(top_srcdir)/hurd-snap/$(dir)/asm): New rule.
1996-06-27(LCLHDRS): Add diskfs-pager.h.Michael I. Bushnell
1996-06-27(installationdirlist): New variable.Michael I. Bushnell
1996-06-27(MKINSTALLDIRS): New variable.Michael I. Bushnell
(install) [all versions]: Add dependency on the directory being installed into. ($(installationdirlist)): New dependency.
1996-06-27(linked-files, lf-inst): New variables.Michael I. Bushnell
(cp-linked-files): Use implicit rule. ($(lfinst)): New implicit rule.
1996-06-27(distclean): Add config.cache.Michael I. Bushnell
1996-06-27(lndist-cthreads-h): Delet target.Michael I. Bushnell
(lndist): Remove `lndist-cthreads-h'.
1996-06-27(OTHERSRCS): Add append-std-options.c.Miles Bader
1996-06-27Initial revisionMiles Bader
1996-06-27(fsck):Miles Bader
Fsck pass 0 if not in automatic mode. Respect `noauto' option in automatic mode. (fs_start_fsck): When deciding to use a flags arg, mask flags against an explicit list of valid ones. (FSCK_F_AUTO): New macro. (main): Set FSCK_F_AUTO flag if in automatic mode.
1996-06-26(main): Use &NETFS_STD_STARTUP_ARGP insteda of NETFS_STARTUP_ARGP.Miles Bader
(netfs_get_options): New function. (runtime_argp_parents, runtime_argp, netfs_runtime_argp): New variables. (netfs_parse_runtime_options, netfs_unparse_runtime_options): Functions removed.