aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Michael I. Bushnell1996-03-261-2/+1
|
* (_pager_seqnos_memory_object_data_request): Add code to check to seeMichael I. Bushnell1996-03-261-0/+11
| | | | | | if there is an existing anticipation that corresponds, and use that in preference to actual pagein. If this page is dirty, then mark the page precious to make sure it gets paged out eventually.
* (_pager_free_structure): more.Michael I. Bushnell1996-03-261-6/+7
|
* (_pager_free_structure): Clean P->anticipations here.Michael I. Bushnell1996-03-261-0/+8
|
* (_pager_clean): Revert.Michael I. Bushnell1996-03-261-8/+0
|
* (_pager_clean): Deallocate anticipations structures here.Michael I. Bushnell1996-03-261-2/+10
|
* (pager_create): Initialize P->anticipations.Michael I. Bushnell1996-03-261-1/+2
|
* (struct pager): New member `anticipations'.Michael I. Bushnell1996-03-261-1/+14
| | | | | (struct anticipation): New type. (_pager_check_anticipations): New declaration.
* (SRCS): Add anticipate.c.Michael I. Bushnell1996-03-261-1/+2
|
* (init): Add explicit dependency so that libshouldbeinlibc is included.Michael I. Bushnell1996-03-251-1/+3
|
* Initial revisionMichael I. Bushnell1996-03-251-0/+153
|
* Include <wire.h>.Michael I. Bushnell1996-03-251-14/+2
| | | | | (main): Delete declarations of _etext _edata, and __data_start. (main): Use new wire_task_self function instead of doing it ourselves.
* (SRCS): Add wire.c.Michael I. Bushnell1996-03-251-2/+3
| | | | (LCLHDRS): Add wire.h.
* (wire_segment): add.Michael I. Bushnell1996-03-251-0/+3
|
* Initial revisionMichael I. Bushnell1996-03-251-0/+24
|
* (envz_merge): NEW_LEN is a size, not a char.Miles Bader1996-03-251-2/+2
|
* (diskfs_null_dirstat): doc fixMichael I. Bushnell1996-03-251-2/+1
|
* (diskfs_null_dirstat): New function.Michael I. Bushnell1996-03-251-0/+8
|
* (statistics): New variable.Michael I. Bushnell1996-03-251-0/+11
| | | | (diskfs_check_cache): Keep statistics on cache performance.
* After CC tool check, invoke AC_PROG_CC to set default CFLAGS and test for GCC.Roland McGrath1996-03-251-1/+10
| | | | Barf if not GCC.
* (uptime): Add a temporary hack to pretend to show uptime.Miles Bader1996-03-231-5/+10
|
* (main): Pass new arg to argp_parse.Miles Bader1996-03-231-1/+1
|
* (iscntl): New macro.Miles Bader1996-03-231-15/+86
| | | | | (noise_write, noise_len, flush): New functions. (ps_stream_write, _ps_stream_write_field): Use noise functions.
* (read_symlink_hook): Only set NP's atime if !readonly.Miles Bader1996-03-231-2/+4
|
* (diskfs_parse_runtime_options): Supply new argument to argp_parse.Miles Bader1996-03-221-1/+1
|
* (diskfs_lookup): Dereference NP in call to diskfs_checkdirmod.Michael I. Bushnell1996-03-221-1/+1
|
* (diskfs_direnter): Don't fall off end.Michael I. Bushnell1996-03-221-0/+1
|
* (diskfs_enter_cache, diskfs_purge_cache, diskfs_check_cache): Add declarations.Michael I. Bushnell1996-03-221-0/+14
|
* (diskfs_S_dir_unlink): Use new args for diskfs_dirremove.Michael I. Bushnell1996-03-221-1/+1
|
* (diskfs_S_dir_rmdir): Use new args for diskfs_dirremove.Michael I. Bushnell1996-03-221-1/+1
|
* (diskfs_rename_dir): Use new args for diskfs_dirrewrite andMichael I. Bushnell1996-03-221-3/+3
| | | | diskfs_dirremove.
* (diskfs_S_dir_rename): Use new args for dirrewrite and dirremove.Michael I. Bushnell1996-03-221-2/+2
|
* (diskfs_clear_directory): Use new diskfs_dirremove args.Michael I. Bushnell1996-03-221-2/+2
|
* (OTHERSRCS): Add direnter.c, dirrewrite.c, dirremove.c, and lookup.c.Michael I. Bushnell1996-03-221-1/+1
|
* Formerly encode.c.~2~Miles Bader1996-03-221-10/+21
|
* entered into RCSMiles Bader1996-03-221-12/+61
|
* Formerly create.c.~4~Miles Bader1996-03-221-36/+17
|
* Formerly decode.c.~2~Miles Bader1996-03-221-2/+26
|
* Formerly store.h.~10~Miles Bader1996-03-221-17/+66
|
* Initial revisionMiles Bader1996-03-221-0/+112
|
* Initial revisionMiles Bader1996-03-221-0/+33
|
* (CFLAGS): Turn on -O3.Michael I. Bushnell1996-03-211-1/+1
|
* (new_proc): Oops, reinstall code to request dead name notification onMichael I. Bushnell1996-03-211-0/+9
| | | | the task port.
* (CFLAGS): Always turn on -g.Michael I. Bushnell1996-03-211-1/+1
|
* Initial revisionMiles Bader1996-03-211-0/+38
|
* (complete_exit): Leave pgrp here.Michael I. Bushnell1996-03-201-55/+57
| | | | (process_has_exited): Not here.
* (S_proc_setpgrp): Delete bletcherous hack from July 22, 1995.Michael I. Bushnell1996-03-201-16/+6
|
* *** empty log message ***Michael I. Bushnell1996-03-201-10/+0
|
* (diskfs_lookup_hard): Remove mention of ENOTDIR and EACCES errors.Michael I. Bushnell1996-03-201-4/+0
|
* (diskfs_lookup): Cleaner.Michael I. Bushnell1996-03-201-8/+15
|