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