Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-04-03 | (warp_root): | Michael I. Bushnell | |
1996-04-03 | (diskfs_lookup_hard): | Michael I. Bushnell | |
1996-04-03 | (diskfs_cached_lookup): New declaration. | Michael I. Bushnell | |
1996-04-03 | (iget): Initialize NP->cache_id. | Michael I. Bushnell | |
1996-04-03 | (struct node): New member `cache_id'. | Michael I. Bushnell | |
1996-04-03 | (argp_parse): Change HOOK argument to INPUT. | Miles Bader | |
(struct argp_state): Rename HOOK & CHILD_HOOKS to INPUT & CHILD_INPUTS; add HOOK field again. | |||
1996-04-03 | (argp_parse): | Miles Bader | |
Change HOOK argument to INPUT. Don't propagate back return values when we're done. (struct group): Rename HOOK & CHILD_HOOKS to INPUT & CHILD_INPUTS. Add HOOK field again. (group_parse): Restore & save value of GROUP's hook field into STATE around calling the parser. Don't save changed value of INPUT. | |||
1996-04-02 | entered into RCS | Miles Bader | |
1996-04-02 | (SRCS): Add lcm.c. | Miles Bader | |
1996-04-02 | Initial revision | Miles Bader | |
1996-04-02 | entered into RCS | Miles Bader | |
1996-04-02 | entered into RCS | Miles Bader | |
1996-04-02 | entered into RCS | Miles Bader | |
1996-04-02 | Initial revision | Miles Bader | |
1996-04-02 | entered into RCS | Miles Bader | |
1996-04-02 | entered into RCS | Miles Bader | |
1996-04-02 | entered into RCS | Miles Bader | |
1996-04-02 | (pty_po_create_hook): Don't do anything here. | Michael I. Bushnell | |
(pty_open_hook): Increment nptyperopens here. | |||
1996-04-02 | (diskfs_purge_cache): If freeing node at LOOKUP_CACHE_TAIL, bump | Michael I. Bushnell | |
LOOKUP_CACHE_TAIL back itself too. (_diskfs_purge_cache_deletion): Likewise. | |||
1996-04-02 | (diskfs_lookup): And correctly, too. | Michael I. Bushnell | |
1996-04-02 | (diskfs_enter_cache): Don't set LC->next->prev if LC->next is null. | Michael I. Bushnell | |
1996-04-02 | (diskfs_lookup): When doing diskfs_checkdirmod check, don't return | Michael I. Bushnell | |
success when we should return ENOENT, just because checkdirmod won. Also enter successful lookups for CREATE or LOOKUP in the name cache. | |||
1996-04-02 | (netfs_report_access): Oops. | Michael I. Bushnell | |
1996-04-02 | (netfs_report_access): Never mind on new calling conv. | Michael I. Bushnell | |
1996-04-02 | Never mind.c | Michael I. Bushnell | |
1996-04-02 | Never mind. | Michael I. Bushnell | |
1996-04-02 | (netfs_S_file_check_access): Never mind.c | Michael I. Bushnell | |
1996-04-02 | Include <fcntl.h>. | Michael I. Bushnell | |
1996-04-02 | (netfs_S_io_write): Verify that the user has the file open for | Michael I. Bushnell | |
writing. | |||
1996-04-02 | (netfs_S_io_read): Verify that the user has the file open for reading. | Michael I. Bushnell | |
1996-04-02 | (netfs_report_access): Support new calling convention wrt TYPES. | Michael I. Bushnell | |
1996-04-02 | (netfs_report_access): Doc fix. | Michael I. Bushnell | |
1996-04-02 | (netfs_S_file_check_access): Initialize *TYPES. | Michael I. Bushnell | |
1996-04-02 | (netfs_report_access): Bother to initialize LEN. | Michael I. Bushnell | |
1996-04-02 | (pass1): Print mode correctly in unknown file type case. | Michael I. Bushnell | |
1996-04-02 | (pass1): Recognize inode type IFSOCK too. | Michael I. Bushnell | |
1996-04-01 | Formerly decode.c.~3~ | Miles Bader | |
1996-04-01 | Formerly encode.c.~3~ | Miles Bader | |
1996-04-01 | (netfs_S_file_exec): Remove stub. | Michael I. Bushnell | |
1996-04-01 | (FSSRCS): Add file-exec.c. | Michael I. Bushnell | |
1996-04-01 | (netfs_parse_runtime_options): Pass new arg to arg_parse. | Miles Bader | |
1996-03-31 | (mode_rep): Prefix octal number with `0'. | Miles Bader | |
1996-03-31 | (targets): Add devport. | Miles Bader | |
(SRCS): Add devport.c. Add devport as a target to various dependency rules. | |||
1996-03-29 | Define malloc to something random around include of rpc/* header files to | Miles Bader | |
avoid bogus definition there. | |||
1996-03-29 | (netfs_report_access): Make sure netfs_attempt_read return a | Michael I. Bushnell | |
reasonable LEN. | |||
1996-03-29 | (netfs_attempt_write): Truncate to THISAMT instead of AMT. | Michael I. Bushnell | |
1996-03-29 | (diskfs_truncate): Cast DI->di_shortlink to correct type before adding | Michael I. Bushnell | |
a character count to it. | |||
1996-03-29 | (pager_unlock_page, diskfs_grow): | Miles Bader | |
Try to make the logic a bit simpler and more robust. | |||
1996-03-29 | (psout): Use real types instead of old ps typedefs. | Miles Bader | |
1996-03-29 | (options): Add --exclusive option, change descriptions. | Miles Bader | |
(main): Rearrange meanings of arguments somewhat. |