summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-03-11(FSSRCS): Add file-get-translator.c.Michael I. Bushnell
1996-03-07(diskfs_set_readonly): Don't sleep(1) after syncing.Miles Bader
1996-03-07(realloc):Miles Bader
Use LOG2_MIN_SIZE. Don't bother allocating a new block if the new size request fits in the old one and doesn't waste any space. Only free the old block if we successfully got a new one. (LOG2_MIN_SIZE): New macro.
1996-03-07Include <spin_lock.h>.Michael I. Bushnell
(table_lock): New variable. (nextprime): Lock table_lock around operation of routine.
1996-03-07(netfs_unparse_runtime_options): Add comment, and remove bogus semi.Miles Bader
1996-03-06(_pager_lock_object): Don't barf anymore.Miles Bader
1996-03-06(_pager_seqnos_memory_object_lock_completed): Don't barf anymore.Miles Bader
1996-03-06(SRCS): Remove barf.c.Miles Bader
1996-03-06[MCHECK] (struct header): New type.Miles Bader
(union header): Only define if !MCHECK. (HEADER_SIZE, HEADER_NEXT, HEADER_FREE, HEADER_CHECK): New macros. [MCHECK] (MIN_SIZE): Add correct definition for this case. (more_memory, malloc, free, realloc): Use above macros, and add appropiate checks & frobs in MCHECK case.
1996-03-06(pager_change_attributes):Miles Bader
Correctly remove AR from P's linked list of attribute change requests.
1996-03-06(_pager_lock_object):Miles Bader
Correctly remove LR from P's linked list of lock requests.
1996-03-05(OTHERSRCS):Miles Bader
Change `opts-runtime-def.c' to `opts-runtime-parse.c'. Add `opts-runtime-unparse.c'.
1996-03-05Update to new location.Miles Bader
1996-03-05(prog-subdirs): Change `newfs' to `ufs-utils'.Miles Bader
1996-03-05($(target): %): Add $(target-suffix) to destination name.Miles Bader
1996-03-05Include <error.h> instead of "error.h".Miles Bader
"common.h": Don't include this anymore.
1996-03-05(ports_get_right):Miles Bader
Check mach_port_request_notification for error returns, against all odds.
1996-03-05(options, main): Add --translate/-t option.Miles Bader
(struct name_xlator): New structure. (name_xlator_create, name_xlator_free, name_xlator_xlate): New functions. (xlated_port_info, xlated_ports_info): New functions. (main): Use xlated_port_info / xlated_ports_info.
1996-03-05Formerly main.c.~14~Miles Bader
1996-03-05Initial revisionMiles Bader
1996-03-05(netfs_startup_argp, netfs_get_options, netfs_set_options,Miles Bader
netfs_parse_runtime_options, netfs_unparse_runtime_options): New declarations.
1996-03-05Include "netfs.h", not "priv.h".Miles Bader
1996-03-05(OTHERSRCS): Add startup-argp.c, set-options.c, get-options.c,Miles Bader
parse-runtime-options.c, & unparse-runtime-options.c. (FSYSSRCS): Add fsys-set-options.c & fsys-get-options.c. (FSSRCS): Add file-get-fs-options.c.
1996-03-05Parse run-time optionsMiles Bader
1996-03-04Formerly main.c.~13~Miles Bader
1996-03-04entered into RCSMiles Bader
1996-03-02Initial revisionMiles Bader
1996-03-02Formerly main.c.~12~Miles Bader
1996-03-02(hol_entry_help): Don't print extraneous blank lines.Miles Bader
1996-03-01(targets, SRCS):Miles Bader
Add portinfo & portinfo.c. Remove clri & clri.c.
1996-03-01Initial revisionMiles Bader
1996-02-29Formerly main.c.~11~Miles Bader
1996-02-29(argp_parse): Print an error message if appropiate when we know there are tooMiles Bader
many arguments.
1996-02-29Formerly main.c.~10~Miles Bader
1996-02-28(hol_entry_help): Handle null group headers nicely.Miles Bader
1996-02-28Formerly main.c.~9~Miles Bader
1996-02-28Initial revisionMiles Bader
1996-02-28Formerly nfs.c.~13~Michael I. Bushnell
1996-02-28Formerly main.c.~8~Michael I. Bushnell
1996-02-28Formerly mount.c.~11~Michael I. Bushnell
1996-02-27Initial revisionMiles Bader
1996-02-26(ports_interrupt_rpc_on_notification): Only set PN->prev_req_p if PN != 0.Miles Bader
1996-02-26(ports_interrupt_rpc_on_notification):Miles Bader
Only set _PORTS_NOTIFICATIONS->prevp if _PORTS_NOTIFICATIONS != 0.
1996-02-26entered into RCSMichael I. Bushnell
1996-02-26(check_hashbang): Correctly deal with interpreter lines having no argument.Miles Bader
1996-02-26(main): Don't print a newline after `Pausing...' msg.Miles Bader
1996-02-26entered into RCSMichael I. Bushnell
1996-02-26entered into RCSMichael I. Bushnell
1996-02-26Initial revisionMiles Bader
1996-02-26entered into RCSMichael I. Bushnell