Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-07-06 | Include <sys/utsname.h> and <stdlib.h>. | Michael I. Bushnell | |
(main): Return something. | |||
1996-07-06 | (print_banner): New function. | Michael I. Bushnell | |
(main): Call print_banner. | |||
1996-07-05 | (setup_ethernet_device): Linux's device `mtu' member does not include | Michael I. Bushnell | |
the hardware header size; subtract that off the value the kernel specifies as maximum packet size in setting ETHER_DEV.mtu. | |||
1996-07-05 | (fmt_past_time): Get rid of extraneous `f' in fmt string. | Miles Bader | |
1996-07-04 | (netfs_S_io_write): more fixup | Michael I. Bushnell | |
1996-07-04 | (netfs_S_io_write): fixup | Michael I. Bushnell | |
1996-07-04 | (netfs_S_io_write): Bother implementing O_APPEND. | Michael I. Bushnell | |
1996-07-04 | (netfs_attempt_link) [case SYMLINK]: Include directory handle as an | Michael I. Bushnell | |
RPC arg. | |||
1996-07-04 | (netfs_S_io_identity): Don't take address of ID in call to | Michael I. Bushnell | |
fshelp_get_identity. | |||
1996-07-04 | (fshelp_get_identity): Bother to initialize I->fileno. | Michael I. Bushnell | |
1996-07-04 | (crash): New target. | Michael I. Bushnell | |
1996-07-03 | (fshelp_get_identity): Bother to release idlock before returning. | Michael I. Bushnell | |
1996-07-03 | (init): Add libports (because libfshelp.so requires it, lose lose | Michael I. Bushnell | |
lose). | |||
1996-07-03 | (process_signal) [case SIGCHLD]: Correctly place `break' *outside* of | Michael I. Bushnell | |
for loop. | |||
1996-07-03 | (process_has_exited): When reparenting children to init, if one of | Michael I. Bushnell | |
them is dead, alert init. | |||
1996-07-03 | (fstab_add_fs): Don't SEGV if COPY is 0. | Miles Bader | |
1996-07-03 | (netfs_S_dir_mkfile): Return right with MAKE_SEND, not COPY_SEND. | Michael I. Bushnell | |
1996-07-03 | (ports_get_right): Supply correct sync value in notification request. | Michael I. Bushnell | |
1996-07-03 | Include <argz.h>. | Michael I. Bushnell | |
(startup_parents, runtime_parents): Declare const. | |||
1996-07-03 | include addert.h | Michael I. Bushnell | |
1996-07-03 | (netfs_S_io_identity): Use fshelp_get_identity instead of creating | Michael I. Bushnell | |
port ourselves. | |||
1996-07-03 | (struct port_bucket): Mention name in global scope. | Michael I. Bushnell | |
1996-07-03 | (netfs_drop_node): Don't deallocate NP->identity. | Michael I. Bushnell | |
1996-07-03 | (netfs_make_node): Don't initialize NP->identity. | Michael I. Bushnell | |
1996-07-03 | (struct node): Delete member identity. | Michael I. Bushnell | |
1996-07-03 | whoops | Michael I. Bushnell | |
1996-07-03 | (SRCS): Add get-identity.c. | Michael I. Bushnell | |
1996-07-03 | Initial revision | Michael I. Bushnell | |
1996-07-03 | (diskfs_S_io_identity): Use newer interface. | Michael I. Bushnell | |
1996-07-03 | (fshelp_get_identity): Enable error returns. | Michael I. Bushnell | |
1996-07-03 | (fshelp_get_identity): New declaration. | Michael I. Bushnell | |
1996-07-03 | (diskfs_S_io_identity): Fetch identity using fshelp_get_identity | Michael I. Bushnell | |
rather than creating it ourselves. | |||
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-03 | Touch /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-02 | Revert 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 an | Michael I. Bushnell | |
error; tolerate all errors silently. | |||
1996-07-01 | Don'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. |