summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-05-03(msg_sig_post, msg_sig_post_untraced): Add SIGCODE arg.Roland McGrath
(msg_startup_dosync): RPC removed.
1996-05-03(io_select): Remove ID_TAG arg.Roland McGrath
(io_verify_identity): New RPC.
1996-05-03Missed one.Roland McGrath
1996-05-03(S_auth_server_authenticate, S_auth_user_authenticate): Remove IGNORED arg.Roland McGrath
1996-05-03(auth_user_authenticate, auth_server_authenticate): Remove secondRoland McGrath
rendezvous port arg, leaving just one, of type mach_port_send_t.
1996-05-03(map): Use F->__offset and F->__target properly.Roland McGrath
1996-05-03(block_extended): more fixupMichael I. Bushnell
1996-05-03fixupMichael I. Bushnell
1996-05-03(block_extended): Rewrite code that moves pages to be more efficient,Michael I. Bushnell
and not deadlock too, using unlocked pagein permission feature (read "hack"). Return value now indicates whether we expect a sync. (diskfs_grow): If a call to block_extended returns nonzero, then sync the file before returning.
1996-05-03(diskfs_get_filemap): Initialize UPI->allow_unlocked_pagein andMichael I. Bushnell
UPI->unlocked_pagein_length. (unlocked_pagein_lock): New variable. (find_address): New parameter `isread'; all callers changed. If ISREAD and we are in the unlocked pagein region, don't attempt to acquire NP->dn->allocptrlock.
1996-05-03(struct user_pager_info): New members `allow_unlocked_pagein' andMichael I. Bushnell
`unlocked_pagein_length'. (unlocked_pagein_lock): New variable.
1996-05-03(show_stats): Fiddle with formatting.Miles Bader
1996-05-03(nice_size, show_stats): New functions.Miles Bader
(main): Use show_stats.
1996-05-02fixupMichael I. Bushnell
1996-05-02(block_extended): When moving data, sync in-core pager both beforeMichael I. Bushnell
reading from disk and after providing data to kernel. (diskfs_grow): Always call block_extended or offer_data before adjusting block pointer.
1996-05-02(map): Fix fencepost error in check of current mapping window.Roland McGrath
Request round_page (LEN) bytes in io_read to avoid many small reads.
1996-05-02(pager_offer_page): Make sure we hold lock across operation. Also setMichael I. Bushnell
incore bit when operation is complete.
1996-05-02(offer_data): Offer pages at ADDR each time through the loop, not theMichael I. Bushnell
same page over and over.
1996-05-02(do_exec): Terminate OLDTASK if we get an error after killing its threadsRoland McGrath
and deallocating its address space.
1996-05-02Initial revisionMiles Bader
1996-05-02(SRCS): Add argp-pv.c & argp-pvh.c.Miles Bader
1996-05-02(argp_program_version, argp_program_version_hook): New decls.Miles Bader
1996-05-02(_argp_hang): New variable.Miles Bader
(OPT_HANG): New macro. (argp_default_options, argp_default_parser): Add hidden --HANG option. (argp_default_parser): New function. (argp_version_options, argp_version_argp): New variables. (argp_parse): Use ARGP_VERSION_ARGP when appropiate.
1996-05-02(ps_fmt_creation_error): new declaration.Miles Bader
1996-05-02(main): Shorten summary message so that it fits on one line.Miles Bader
1996-05-02Get rid of extraneous calls to pfail.Miles Bader
1996-05-02Fix up recovery logic for when reconnecting an inode fails.Miles Bader
Get rid of extraneous calls to pfail.
1996-05-02(linkup): Consistently put quotes around filenames.Miles Bader
1996-05-02(warning): Don't flush all pending problems, just our own.Miles Bader
(no_preen): New function. (problem, warning, pinode): Use it.
1996-05-02(setup): Use new printing functions; use error to print error msgs.Miles Bader
<error.h>, <errno.h>: New includes.
1996-05-02(pass4): Use new printing functions.Miles Bader
1996-05-02(pass3): Use new printing functions.Miles Bader
1996-05-02(pass2): Use new printing functions.Miles Bader
1996-05-02(pass1b): Use new printing functions.Miles Bader
1996-05-02(validdir, makeentry, linkup): Use new printing functions.Miles Bader
1996-05-02(problem, warning, pextend, pfail): New functions.Miles Bader
(pinode, pfix, reply): Use new problem recording stuff. (push_problem, resolve_problem, flush_problems): New functions. (struct problem): New type. (problems, free_problems): New variables. (retch, punt): New functions.
1996-05-02(problem, warning, pextend, pfail, force): New declarations.Miles Bader
(pinode): Update declaration.
1996-05-02(allocino, freeino): Frob NUM_FILES.Miles Bader
1996-05-02(pass1):Miles Bader
Increment NUM_FILES. When clearing inode due to bad blocks, continue. Use new printing functions.
1996-05-02(main): Implement clean-bit checking in preen mode; print summary statistics.Miles Bader
(main, options): Add --force & --silent options. (preen, num_files): New variables.
1996-05-02(pass5):Miles Bader
Vary clean msg depending on whether FSMODIFIED. Use new printing functions.
1996-05-01(main): Default KILL_ACTIVE to 0.Miles Bader
1996-05-01(DIST_FILES): Add build.mkcf.in.Roland McGrath
1996-05-01Initial revisionRoland McGrath
1996-05-01(makefiles): Add Makeconf:build.mkcf.in.Roland McGrath
1996-05-01(AC_OUTPUT): If not in $srcdir, create Makeconf does includes real one.Roland McGrath
1996-05-01(srcdir): Set to . if undefined.Roland McGrath
Find Makeconf in $(srcdir).
1996-05-01(S_auth_makeauth): Increment NAUTHS for first elt.Roland McGrath
(main): Initialize the ihash tables, dammit.
1996-05-01(S_proc_getprocinfo):Miles Bader
Release GLOBAL_LOCK around time consuming bits, and more importantly, potential calls to P's msgport, which can block. Fix test when appending to WAITS.
1996-05-01(fmt_past_time): New function.Miles Bader
(fmt_minutes, fmt_seconds): New args, rewrite. (add_field): New function. (fmt_frac_value, append_fraction): Functions removed.