Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-09-02 | . | Miles Bader | |
1996-09-02 | (sync): Depend on libshouldbeinlibc.a. | Miles Bader | |
1996-09-02 | (argp_program_version): New variable. | Miles Bader | |
(main): Call argp_parse with just a doc string. <argp.h>: New include. | |||
1996-09-02 | (SRCS): Add argp-ba.c. | Miles Bader | |
1996-09-02 | (ARGP_HELP_PRE_DOC, ARGP_HELP_POST_DOC, ARGP_HELP_DOC, ARGP_HELP_BUG_ADDR): | Miles Bader | |
New macros. (ARGP_HELP_STD_HELP): Include ARGP_HELP_DOC & ARGP_HELP_BUG_ADDR. (argp_program_bug_address): New declaration. (ARGP_HELP_EXIT_ERR, ARGP_HELP_EXIT_OK): Values changed. | |||
1996-09-02 | (argp_help): | Miles Bader | |
Print documentation only according to the ARGP_HELP_*_DOC bits in FLAGS. Possibly print bug report address if ARGP_HELP_BUG_ADDR is set. Replace FIRST by ANYTHING (sense inverted). | |||
1996-09-02 | *** empty log message *** | Miles Bader | |
1996-08-31 | *** empty log message *** | Thomas Bushnell | |
1996-08-31 | *** empty log message *** | Thomas Bushnell | |
1996-08-30 | . | Miles Bader | |
1996-08-30 | (targets): Add vminfo. | Miles Bader | |
(SRCS): Add vminfo.c. (INSTALL-vminfo-ops): New variable. | |||
1996-08-30 | . | Miles Bader | |
1996-08-30 | (diskfs_cached_lookup): Initialize DN->dir_idx. | Miles Bader | |
1996-08-30 | (struct disknode): New member `dir_idx'. | Miles Bader | |
1996-08-30 | (diskfs_lookup_hard): | Miles Bader | |
When setting ds->stat to EXTEND, set ds->idx by looking at the size of the file. After successful dirscanblock, record index where we finished in DP->dn->dir_idx. Start searches at that index. (dirscanblock): Size dirents correctly when mallocing it. (diskfs_direnter_hard): Be more careful when sizing or resizing dirents. Correctly set to -1 all the new entries we create after realloc call. (diskfs_direnter_hard): Initialize OLDSIZE to quiet gcc. | |||
1996-08-29 | *** empty log message *** | Thomas Bushnell | |
1996-08-29 | . | Miles Bader | |
1996-08-29 | (file_pager_read_page): Use get_page_buf to get a free page. | Miles Bader | |
(file_pager_read_page): Use free_page_buf to deallocate pages. | |||
1996-08-29 | (get_page_buf): Return 0 if we can't allocate. | Miles Bader | |
1996-08-29 | *** empty log message *** | Thomas Bushnell | |
1996-08-29 | *** empty log message *** | Thomas Bushnell | |
1996-08-27 | . | Miles Bader | |
1996-08-27 | (doc): Add program description. | Miles Bader | |
1996-08-27 | (doc): Supply a useful value. | Miles Bader | |
1996-08-27 | . | Miles Bader | |
1996-08-27 | (argp_doc): Add the POST, FIRST_ONLY, and PRE_BLANK arguments, & return val. | Miles Bader | |
(argp_help): Supply new args to argp_doc, and additional call before arg help. Add note about --usage to `Try...' msg. | |||
1996-08-27 | . | Miles Bader | |
1996-08-27 | (main): Add argument parsing. | Miles Bader | |
(argp_program_version): New variable. <argp.h>, <hurd.h>: New includes. | |||
1996-08-27 | (main): Add argument parsing. | Miles Bader | |
(argp_program_version): New variable. <argp.h>, <hurd.h>: New includes. | |||
1996-08-27 | (fsck): Remove dependency on libshouldbeinlibc.a. | Miles Bader | |
(reboot halt fsck): Add dependency on libshouldbeinlibc.a. | |||
1996-08-21 | . | Miles Bader | |
1996-08-21 | (free_hook): Free H->params->args if necessary. | Miles Bader | |
(parse_opt): Initialize and fill in H->params->args when appropriate. <argz.h>: New include. | |||
1996-08-21 | (struct store_argp_params): Add return_args, args, & args_len fields. | Miles Bader | |
1996-08-21 | (store_device_open): Don't call store_device_create if device_open fails. | Miles Bader | |
1996-08-16 | *** empty log message *** | Thomas Bushnell | |
1996-08-16 | *** empty log message *** | Thomas Bushnell | |
1996-08-16 | *** empty log message *** | Thomas Bushnell | |
1996-08-16 | *** empty log message *** | Thomas Bushnell | |
1996-08-15 | . | Miles Bader | |
1996-08-15 | . | Miles Bader | |
1996-08-15 | (diskfs_truncate): Allow any sort of node to have a size without any blocks | Miles Bader | |
(as linux apparently does this sometimes with devices). | |||
1996-08-15 | (read_disknode): Change assertion to allow non-zero st_size for anything, but | Miles Bader | |
assert that st_blocks == 0 for any case where we set allocsize to 0. | |||
1996-08-15 | (diskfs_edit_version): Change to `1'. | Miles Bader | |
(diskfs_version_extra): New variable. | |||
1996-08-15 | (diskfs_extra_version): New (weak) reference. | Miles Bader | |
(_print_version): Use DISKFS_EXTRA_VERSION. Tweak edit version. Fix type of EV. | |||
1996-08-15 | *** empty log message *** | Thomas Bushnell | |
1996-08-15 | *** empty log message *** | Thomas Bushnell | |
1996-08-15 | (diskfs_S_io_identity): Don't hold lock around call to | Thomas Bushnell | |
fshelp_get_identity. | |||
1996-08-15 | *** empty log message *** | Thomas Bushnell | |
1996-08-15 | *** empty log message *** | Thomas Bushnell | |
1996-08-15 | . | Miles Bader | |