Age | Commit message (Expand) | Author |
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-26 | Add a weak reference to _start, so we don't have to recompile all users of | Miles Bader |
1996-03-26 | Include <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-26 | Revert. | 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 anticipation | Michael 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 see | Michael 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-25 | Initial revision | Michael I. Bushnell |
1996-03-25 | Include <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-25 | Initial revision | Michael I. Bushnell |
1996-03-25 | (envz_merge): NEW_LEN is a size, not a char. | Miles Bader |
1996-03-25 | (diskfs_null_dirstat): doc fix | Michael I. Bushnell |
1996-03-25 | (diskfs_null_dirstat): New function. | Michael I. Bushnell |
1996-03-25 | (statistics): New variable. | Michael I. Bushnell |
1996-03-25 | After CC tool check, invoke AC_PROG_CC to set default CFLAGS and test for GCC. | Roland McGrath |
1996-03-23 | (uptime): Add a temporary hack to pretend to show uptime. | Miles Bader |
1996-03-23 | (main): Pass new arg to argp_parse. | Miles Bader |
1996-03-23 | (iscntl): New macro. | Miles Bader |
1996-03-23 | (read_symlink_hook): Only set NP's atime if !readonly. | Miles Bader |
1996-03-22 | (diskfs_parse_runtime_options): Supply new argument to argp_parse. | Miles Bader |
1996-03-22 | (diskfs_lookup): Dereference NP in call to diskfs_checkdirmod. | Michael I. Bushnell |
1996-03-22 | (diskfs_direnter): Don't fall off end. | Michael I. Bushnell |
1996-03-22 | (diskfs_enter_cache, diskfs_purge_cache, diskfs_check_cache): Add declarations. | Michael I. Bushnell |
1996-03-22 | (diskfs_S_dir_unlink): Use new args for diskfs_dirremove. | Michael I. Bushnell |
1996-03-22 | (diskfs_S_dir_rmdir): Use new args for diskfs_dirremove. | Michael I. Bushnell |
1996-03-22 | (diskfs_rename_dir): Use new args for diskfs_dirrewrite and | Michael I. Bushnell |
1996-03-22 | (diskfs_S_dir_rename): Use new args for dirrewrite and dirremove. | Michael I. Bushnell |
1996-03-22 | (diskfs_clear_directory): Use new diskfs_dirremove args. | Michael I. Bushnell |
1996-03-22 | (OTHERSRCS): Add direnter.c, dirrewrite.c, dirremove.c, and lookup.c. | Michael I. Bushnell |