Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (ARGP_HELP_PRE_DOC, ARGP_HELP_POST_DOC, ARGP_HELP_DOC, ARGP_HELP_BUG_ADDR): | Miles Bader | 1996-09-02 | 1 | -6/+20 |
| | | | | | | | 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. | ||||
* | (argp_help): | Miles Bader | 1996-09-02 | 1 | -9/+19 |
| | | | | | | 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). | ||||
* | *** empty log message *** | Miles Bader | 1996-09-02 | 3 | -0/+55 |
| | |||||
* | *** empty log message *** | Thomas Bushnell | 1996-08-31 | 1 | -0/+3 |
| | |||||
* | *** empty log message *** | Thomas Bushnell | 1996-08-31 | 1 | -4/+13 |
| | |||||
* | . | Miles Bader | 1996-08-30 | 2 | -0/+238 |
| | |||||
* | (targets): Add vminfo. | Miles Bader | 1996-08-30 | 1 | -3/+4 |
| | | | | | (SRCS): Add vminfo.c. (INSTALL-vminfo-ops): New variable. | ||||
* | . | Miles Bader | 1996-08-30 | 1 | -0/+16 |
| | |||||
* | (diskfs_cached_lookup): Initialize DN->dir_idx. | Miles Bader | 1996-08-30 | 1 | -0/+1 |
| | |||||
* | (struct disknode): New member `dir_idx'. | Miles Bader | 1996-08-30 | 1 | -0/+3 |
| | |||||
* | (diskfs_lookup_hard): | Miles Bader | 1996-08-30 | 1 | -13/+42 |
| | | | | | | | | | | | | | 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. | ||||
* | *** empty log message *** | Thomas Bushnell | 1996-08-29 | 3 | -2/+15 |
| | |||||
* | . | Miles Bader | 1996-08-29 | 1 | -0/+6 |
| | |||||
* | (file_pager_read_page): Use get_page_buf to get a free page. | Miles Bader | 1996-08-29 | 1 | -4/+48 |
| | | | | (file_pager_read_page): Use free_page_buf to deallocate pages. | ||||
* | (get_page_buf): Return 0 if we can't allocate. | Miles Bader | 1996-08-29 | 1 | -1/+4 |
| | |||||
* | *** empty log message *** | Thomas Bushnell | 1996-08-29 | 4 | -12/+65 |
| | |||||
* | *** empty log message *** | Thomas Bushnell | 1996-08-29 | 6 | -13/+101 |
| | |||||
* | . | Miles Bader | 1996-08-27 | 1 | -0/+6 |
| | |||||
* | (doc): Add program description. | Miles Bader | 1996-08-27 | 12 | -17/+24 |
| | |||||
* | (doc): Supply a useful value. | Miles Bader | 1996-08-27 | 2 | -3/+3 |
| | |||||
* | . | Miles Bader | 1996-08-27 | 2 | -0/+16 |
| | |||||
* | (argp_doc): Add the POST, FIRST_ONLY, and PRE_BLANK arguments, & return val. | Miles Bader | 1996-08-27 | 1 | -10/+39 |
| | | | | | (argp_help): Supply new args to argp_doc, and additional call before arg help. Add note about --usage to `Try...' msg. | ||||
* | . | Miles Bader | 1996-08-27 | 1 | -0/+12 |
| | |||||
* | (main): Add argument parsing. | Miles Bader | 1996-08-27 | 1 | -6/+8 |
| | | | | | (argp_program_version): New variable. <argp.h>, <hurd.h>: New includes. | ||||
* | (main): Add argument parsing. | Miles Bader | 1996-08-27 | 1 | -2/+8 |
| | | | | | (argp_program_version): New variable. <argp.h>, <hurd.h>: New includes. | ||||
* | (fsck): Remove dependency on libshouldbeinlibc.a. | Miles Bader | 1996-08-27 | 1 | -1/+2 |
| | | | | (reboot halt fsck): Add dependency on libshouldbeinlibc.a. | ||||
* | . | Miles Bader | 1996-08-21 | 2 | -0/+17 |
| | |||||
* | (free_hook): Free H->params->args if necessary. | Miles Bader | 1996-08-21 | 1 | -14/+44 |
| | | | | | (parse_opt): Initialize and fill in H->params->args when appropriate. <argz.h>: New include. | ||||
* | (struct store_argp_params): Add return_args, args, & args_len fields. | Miles Bader | 1996-08-21 | 1 | -0/+7 |
| | |||||
* | (store_device_open): Don't call store_device_create if device_open fails. | Miles Bader | 1996-08-21 | 1 | -5/+6 |
| | |||||
* | *** empty log message *** | Thomas Bushnell | 1996-08-16 | 2 | -3/+11 |
| | |||||
* | *** empty log message *** | Thomas Bushnell | 1996-08-16 | 2 | -1/+7 |
| | |||||
* | *** empty log message *** | Thomas Bushnell | 1996-08-16 | 2 | -0/+6 |
| | |||||
* | *** empty log message *** | Thomas Bushnell | 1996-08-16 | 3 | -1/+11 |
| | |||||
* | . | Miles Bader | 1996-08-15 | 2 | -8/+1 |
| | |||||
* | . | Miles Bader | 1996-08-15 | 2 | -0/+17 |
| | |||||
* | (diskfs_truncate): Allow any sort of node to have a size without any blocks | Miles Bader | 1996-08-15 | 1 | -3/+4 |
| | | | | (as linux apparently does this sometimes with devices). | ||||
* | (read_disknode): Change assertion to allow non-zero st_size for anything, but | Miles Bader | 1996-08-15 | 1 | -2/+5 |
| | | | | assert that st_blocks == 0 for any case where we set allocsize to 0. | ||||
* | (diskfs_edit_version): Change to `1'. | Miles Bader | 1996-08-15 | 1 | -1/+2 |
| | | | | (diskfs_version_extra): New variable. | ||||
* | (diskfs_extra_version): New (weak) reference. | Miles Bader | 1996-08-15 | 1 | -5/+13 |
| | | | | | (_print_version): Use DISKFS_EXTRA_VERSION. Tweak edit version. Fix type of EV. | ||||
* | *** empty log message *** | Thomas Bushnell | 1996-08-15 | 1 | -1/+6 |
| | |||||
* | *** empty log message *** | Thomas Bushnell | 1996-08-15 | 1 | -0/+5 |
| | |||||
* | (diskfs_S_io_identity): Don't hold lock around call to | Thomas Bushnell | 1996-08-15 | 1 | -2/+5 |
| | | | | fshelp_get_identity. | ||||
* | *** empty log message *** | Thomas Bushnell | 1996-08-15 | 4 | -3/+54 |
| | |||||
* | *** empty log message *** | Thomas Bushnell | 1996-08-15 | 2 | -5/+7 |
| | |||||
* | . | Miles Bader | 1996-08-15 | 1 | -0/+5 |
| | |||||
* | (trivfs_S_file_check_access): Renamed from `trivfs_S_file_access'. | Miles Bader | 1996-08-15 | 1 | -4/+3 |
| | |||||
* | *** empty log message *** | Thomas Bushnell | 1996-08-15 | 7 | -91/+295 |
| | |||||
* | . | Miles Bader | 1996-08-15 | 1 | -0/+15 |
| | |||||
* | (dino): Dont recalculate INODES_PER_BLOCK here. | Miles Bader | 1996-08-15 | 1 | -1/+11 |
| | | | | (ext2_debug): redefine macro after including ext2_fs.h. |