Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
1996-04-30 | (diskfs_grow): In last offer_data, don't offer a block number as an | Michael I. Bushnell | |
address. | |||
1996-04-30 | Rewritten. | Roland McGrath | |
1996-04-30 | (OBJS): Add auth_replyUser.o. | Roland McGrath | |
1996-04-30 | Finished rewrite. | Roland McGrath | |
1996-04-30 | (targets): Renamed from `target'. | Michael I. Bushnell | |
1996-04-30 | (_pager_lock_object): Eliminate spurious extra lock acquisition around | Michael I. Bushnell | |
pagemap frobbing. | |||
1996-04-30 | (check_gzip) [ziprderr]: Treat all read errors as ENOEXEC. First off, | Michael I. Bushnell | |
because that's what they are; also because some callers of read_error don't set errno at all. | |||
1996-04-30 | ($(targets)): do it right... | Michael I. Bushnell | |
1996-04-30 | (include ../Makeconf): BEFORE dependencies. | Michael I. Bushnell | |
(all): Delete target. ($(targets)): Each target depends on its associated .o. | |||
1996-04-30 | (include ../Makeconf): BEFORE dependencies. | Michael I. Bushnell | |
($(prefix)/dev/MAKEDEV): Find MAKEDEV in $(srcdir). | |||
1996-04-30 | (all): Delete target. | Michael I. Bushnell | |
(include ../Makeconf): *Before* all dependences. ($(targets)): Each program depends on its associated .o. | |||
1996-04-30 | But not the special ones. | Michael I. Bushnell | |
1996-04-30 | (all): Remove target. | Michael I. Bushnell | |
(include ../Makeconf): Place before all dependencies. ($(targets)): Each separate target should depend on its own .o. | |||
1996-04-30 | ($(target)): Don't depend on $(OBJS) or $(OTHERLIBS) in the main build | Michael I. Bushnell | |
rule. Add new rule specifying such a dependency only when doinst is one. | |||
1996-04-29 | (S_proc_getprocinfo): Install temporary hack so things at least | Michael I. Bushnell | |
compile. | |||
1996-04-29 | *** empty log message *** | Michael I. Bushnell | |
1996-04-29 | (reboot_system): Not *yet*. | Michael I. Bushnell | |
1996-04-29 | Fuzzy ... was a bear | Michael I. Bushnell | |
1996-04-29 | (OBJS): Delete variable. | Michael I. Bushnell | |