aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (fshelp_get_identity): New declaration.Michael I. Bushnell1996-07-031-0/+15
|
* (diskfs_S_io_identity): Fetch identity using fshelp_get_identityMichael I. Bushnell1996-07-031-12/+1
| | | | rather than creating it ourselves.
* (diskfs_make_node): Don't initialize NP->identity.Michael I. Bushnell1996-07-031-1/+0
|
* (diskfs_drop_node): Don't deallocate NP->identity.Michael I. Bushnell1996-07-031-3/+0
|
* (struct node): Remove member `identity'.Michael I. Bushnell1996-07-031-2/+0
|
* Touch /var/run/uptime file.Miles Bader1996-07-031-1/+1
|
* (proc_stat_set_flags):Miles Bader1996-07-021-1/+1
| | | | Pass PS->task_events_info to task_info, not its address.
* (dog):Miles Bader1996-07-021-1/+1
| | | | | Include all args in the asprintf. Put the ARGV message in parens.
* Revert last changes.Michael I. Bushnell1996-07-021-12/+1
|
* (struct node): Member identity now points to a struct.Michael I. Bushnell1996-07-021-1/+1
|
* (netfs_identity_class): New variable.Michael I. Bushnell1996-07-021-0/+11
| | | | | (netfs_release_identity): New function. (struct identity): New type.
* (sock_create): Initialize ID field to MACH_PORT_NULL.Miles Bader1996-07-011-1/+1
|
* (_w_specs):Miles Bader1996-07-011-4/+4
| | | | Don't use utmp buffer sizes for field widths, as they can be very large.
* (kill_login): Don't kill dog.Miles Bader1996-07-011-26/+37
| | | | | | (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.
* (process_signal): On SIGCHLD, keep reaping children until we get anMichael I. Bushnell1996-07-011-54/+56
| | | | error; tolerate all errors silently.
* Don't test for dialups if TT == 0.Miles Bader1996-07-011-1/+1
|
* (main):Miles Bader1996-07-011-3/+11
| | | | | Don't time out hardwired lines. Print an error if exec fails.
* (pq_queue): Initialize packet->buf_vm_alloced.Miles Bader1996-07-011-1/+2
|
* (S_msg_describe_ports): New function.Michael I. Bushnell1996-07-011-0/+5
|
* (crash_dump_task): Use integer_t for sigcode.Roland McGrath1996-07-011-8/+15
| | | | Add exc, code, subcode, cttyid_port args.
* (S_crash_dump_task): Drop arg TARGET.Michael I. Bushnell1996-07-011-5/+3
| | | | | (dump_core): Likewise; all callers changed. (struct crasher): Delete member `target'.
* (S_crash_dump_task): New args EXC, CODE, SUBCODE, CTTY_ID. SupplyMichael I. Bushnell1996-07-011-7/+9
| | | | | | | 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.
* (targets): Added crash.Michael I. Bushnell1996-07-011-1/+1
| | | | (SRCS): Added crash.c.
* (crash): New target.Michael I. Bushnell1996-07-011-1/+4
|
* (DIST_FILES): Removed crash.c.Michael I. Bushnell1996-07-011-1/+1
|
* (pass2): Don't skip empty directories in `.' and `..' correctnessMichael I. Bushnell1996-07-011-33/+31
| | | | | | 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.
* (makeentry): After successful directory expansion, write out modifiedMichael I. Bushnell1996-07-011-0/+1
| | | | directory inode.
* (pass4): If a reconnect fails while we are preening, give up.Michael I. Bushnell1996-07-011-0/+2
|
* (check_owner): Return true any time PROC1 has root.Michael I. Bushnell1996-06-281-1/+1
|
* (proc_stat_list_clone): New function.Miles Bader1996-06-271-4/+28
|
* (_fmt_create): Set NEW_FMT->src_len. Use strdup.Miles Bader1996-06-271-5/+36
| | | | (ps_fmt_clone): New function.
* (struct ps_fmt): Add SRC_LEN field.Miles Bader1996-06-271-0/+9
| | | | (proc_stat_list_clone, ps_fmt_clone): New declarations.
* (targets): Comment out opendisk for now.Michael I. Bushnell1996-06-271-1/+1
|
* (LCLHDRS): Add sserver.h.Michael I. Bushnell1996-06-271-1/+1
|
* (LCLHDRS): Add execserver.h.Michael I. Bushnell1996-06-271-1/+1
|
* (LCLHDRS): Add trans.h.Michael I. Bushnell1996-06-271-1/+1
|
* (LCLHDRS): Add common.h.Michael I. Bushnell1996-06-271-1/+1
|
* (argp_parse): Zero the CHILD_INPUTS vector.Miles Bader1996-06-271-0/+2
|
* (main): Repair loop.Michael I. Bushnell1996-06-271-3/+4
|
* (diskfs_startup_diskfs): Don't call diskfs_readonly_changed hereMichael I. Bushnell1996-06-271-4/+0
| | | | anymore.
* (disk_pager_setup): Check diskfs_readonly variable instead of callingMichael I. Bushnell1996-06-271-1/+1
| | | | diskfs_check_readonly.
* (lndist): Add lndist-asm-files.Michael I. Bushnell1996-06-271-3/+7
| | | | | | (lndist-asm-files): New rule. (ASMHEADERS): New variable. ($(top_srcdir)/hurd-snap/$(dir)/asm): New rule.
* (LCLHDRS): Add diskfs-pager.h.Michael I. Bushnell1996-06-271-1/+1
|
* (installationdirlist): New variable.Michael I. Bushnell1996-06-271-0/+6
|
* (MKINSTALLDIRS): New variable.Michael I. Bushnell1996-06-271-3/+14
| | | | | | (install) [all versions]: Add dependency on the directory being installed into. ($(installationdirlist)): New dependency.
* (linked-files, lf-inst): New variables.Michael I. Bushnell1996-06-271-4/+5
| | | | | (cp-linked-files): Use implicit rule. ($(lfinst)): New implicit rule.
* (distclean): Add config.cache.Michael I. Bushnell1996-06-271-1/+1
|
* (lndist-cthreads-h): Delet target.Michael I. Bushnell1996-06-271-4/+1
| | | | (lndist): Remove `lndist-cthreads-h'.
* (OTHERSRCS): Add append-std-options.c.Miles Bader1996-06-271-13/+14
|
* Initial revisionMiles Bader1996-06-271-0/+32
|