Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-02 | (block_extended): When moving data, sync in-core pager both before | Michael 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 set | Michael I. Bushnell | |
incore bit when operation is complete. | |||
1996-05-02 | (offer_data): Offer pages at ADDR each time through the loop, not the | Michael I. Bushnell | |
same page over and over. | |||
1996-05-02 | (do_exec): Terminate OLDTASK if we get an error after killing its threads | Roland McGrath | |
and deallocating its address space. | |||
1996-05-02 | Initial revision | Miles 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-02 | Get rid of extraneous calls to pfail. | Miles Bader | |
1996-05-02 | Fix 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-01 | Initial revision | Roland 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. | |||
1996-05-01 | (fmt_past_time): New declaration. | Miles Bader | |
(fmt_minutes, fmt_seconds): Update. | |||
1996-05-01 | (_w_specs): Use ps_emit_past_time to show login times. | Miles Bader | |
1996-05-01 | (pass5): Be sure to call pwarn before pfix. | Miles Bader | |
1996-05-01 | (main): Don't print large obnoxious banner if PREEN. | Miles Bader | |
1996-05-01 | (ps_emit_past_time): Implement. | Miles Bader | |
(ps_emit_seconds): Use new args to fmt_seconds. (ps_emit_minutes): Use new args to fmt_minutes. | |||
1996-05-01 | (_fmt_create): New function (was ps_fmt_create). | Miles Bader | |
(ps_fmt_create): Call _fmt_create. (ps_fmt_creation_error): New function. | |||
1996-05-01 | (argp_parse): Work with ARGP == 0. | Miles Bader | |
1996-04-30 | Include <string.h> and <hurd/startup.h>. | Michael I. Bushnell | |
(diskfs_startup_diskfs): If not bootstrap filesystem, call _diskfs_init_completed here. (diskfs_S_startup_dosync): New function (commented out). (_diskfs_init_completed): New function. | |||
1996-04-30 | (diskfs_shutdown_notification_class): New variable. | Michael I. Bushnell | |
(diskfs_init_diskfs): Initialize diskfs_shutdown_notification_class. | |||
1996-04-30 | (diskfs_shutdown_notification_class): New variable. | Michael I. Bushnell | |
1996-04-30 | (diskfs_S_fsys_init): diskfs_init_completed -> _diskfs_init_completed. | Michael I. Bushnell | |
1996-04-30 | (_diskfs_init_completed): New declaration. | Michael I. Bushnell | |
1996-04-30 | (diskfs_init_completed): Delete function. | Michael I. Bushnell | |
1996-04-30 | Mark with INTR_INTERFACE. | Roland McGrath | |
(auth_user_authenticate): Remove sreplyport arg. |