summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1996-03-28(ports_manage_port_operations_multithread): Fill in meaningfulMichael I. Bushnell
1996-03-28(ports_begin_rpc): Return EOPNOTSUPP, not EDIED, if receive right isMichael I. Bushnell
1996-03-28(ports_manage_port_operations_one_thread): Fill in default replyMichael I. Bushnell
1996-03-28(check_hashbang): Pass open flags & mode args to hurd_file_name_path_lookup.Miles Bader
1996-03-28(ports_claim_right): Hold lock until sendright frobbing is finished.Michael I. Bushnell
1996-03-27(COMMON-OBJS): Remove tcattr.o.Miles Bader
1996-03-27[notanymore]Miles Bader
1996-03-27(trivfs_S_io_read): Call call_asyncs *before* we release GLOBAL_LOCK.Miles Bader
1996-03-27(pty_io_read): Block using hurd_condition_wait instead of condition_wait.Miles Bader
1996-03-27(msg-MIGUFLAGS, term-MIGUFLAGS): Add a user prefix of `ps_'.Miles Bader
1996-03-27(proc_stat_set_flags): Use new `ps_' prefix for msg rpcs.Miles Bader
1996-03-27(ps_tty_name): Use new `ps_' prefix for term rpcs.Miles Bader
1996-03-26Initial revisionMiles Bader
1996-03-26Get rid of mega typedefs, and just use structure pointers like other hurdMiles Bader
1996-03-26(ps_fmt_specs_find): Use new alias expansion method.Miles Bader
1996-03-26(struct ps_fmt_specs): Add EXPANSIONS & EXPANSIONS_ALLOCED.Miles Bader
1996-03-26Add a weak reference to _start, so we don't have to recompile all users ofMiles Bader
1996-03-26Include <stdio.h>.Michael I. Bushnell
1996-03-26(_pager_do_write_request): Delete unused label `out'.Michael I. Bushnell
1996-03-26(SRCS): Revert.Michael I. Bushnell
1996-03-26Revert.Michael I. Bushnell
1996-03-26(pager_create): Revert.Michael I. Bushnell
1996-03-26(_pager_free_structure): Revert.Michael I. Bushnell
1996-03-26(_pager_seqnos_memory_object_data_request): Revert.Michael I. Bushnell
1996-03-26(_pager_do_write_request): Revert.Michael I. Bushnell
1996-03-26(_pager_lock_object):Michael I. Bushnell
1996-03-26(pager_sync_some):Michael I. Bushnell
1996-03-26(pager_sync): Ask for RETURN_ALL and not just RETURN_DIRTY,Michael I. Bushnell
1996-03-26(pager_return_some): Ask for RETURN_ALL and not just RETURN_DIRTY,Michael I. Bushnell
1996-03-26(_pager_do_write_request): Delete any corresponding anticipationMichael I. Bushnell
1996-03-26*** empty log message ***Michael I. Bushnell
1996-03-26(_pager_seqnos_memory_object_data_request): Add code to check to seeMichael I. Bushnell
1996-03-26(_pager_free_structure): more.Michael I. Bushnell
1996-03-26(_pager_free_structure): Clean P->anticipations here.Michael I. Bushnell
1996-03-26(_pager_clean): Revert.Michael I. Bushnell
1996-03-26(_pager_clean): Deallocate anticipations structures here.Michael I. Bushnell
1996-03-26(pager_create): Initialize P->anticipations.Michael I. Bushnell
1996-03-26(struct pager): New member `anticipations'.Michael I. Bushnell
1996-03-26(SRCS): Add anticipate.c.Michael I. Bushnell
1996-03-25(init): Add explicit dependency so that libshouldbeinlibc is included.Michael I. Bushnell
1996-03-25Initial revisionMichael I. Bushnell
1996-03-25Include <wire.h>.Michael I. Bushnell
1996-03-25(SRCS): Add wire.c.Michael I. Bushnell
1996-03-25(wire_segment): add.Michael I. Bushnell
1996-03-25Initial revisionMichael I. Bushnell
1996-03-25(envz_merge): NEW_LEN is a size, not a char.Miles Bader
1996-03-25(diskfs_null_dirstat): doc fixMichael I. Bushnell
1996-03-25(diskfs_null_dirstat): New function.Michael I. Bushnell
1996-03-25(statistics): New variable.Michael I. Bushnell
1996-03-25After CC tool check, invoke AC_PROG_CC to set default CFLAGS and test for GCC.Roland McGrath