aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (ARGP_HELP_PRE_DOC, ARGP_HELP_POST_DOC, ARGP_HELP_DOC, ARGP_HELP_BUG_ADDR):Miles Bader1996-09-021-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 Bader1996-09-021-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 Bader1996-09-023-0/+55
|
* *** empty log message ***Thomas Bushnell1996-08-311-0/+3
|
* *** empty log message ***Thomas Bushnell1996-08-311-4/+13
|
* .Miles Bader1996-08-302-0/+238
|
* (targets): Add vminfo.Miles Bader1996-08-301-3/+4
| | | | | (SRCS): Add vminfo.c. (INSTALL-vminfo-ops): New variable.
* .Miles Bader1996-08-301-0/+16
|
* (diskfs_cached_lookup): Initialize DN->dir_idx.Miles Bader1996-08-301-0/+1
|
* (struct disknode): New member `dir_idx'.Miles Bader1996-08-301-0/+3
|
* (diskfs_lookup_hard):Miles Bader1996-08-301-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 Bushnell1996-08-293-2/+15
|
* .Miles Bader1996-08-291-0/+6
|
* (file_pager_read_page): Use get_page_buf to get a free page.Miles Bader1996-08-291-4/+48
| | | | (file_pager_read_page): Use free_page_buf to deallocate pages.
* (get_page_buf): Return 0 if we can't allocate.Miles Bader1996-08-291-1/+4
|
* *** empty log message ***Thomas Bushnell1996-08-294-12/+65
|
* *** empty log message ***Thomas Bushnell1996-08-296-13/+101
|
* .Miles Bader1996-08-271-0/+6
|
* (doc): Add program description.Miles Bader1996-08-2712-17/+24
|
* (doc): Supply a useful value.Miles Bader1996-08-272-3/+3
|
* .Miles Bader1996-08-272-0/+16
|
* (argp_doc): Add the POST, FIRST_ONLY, and PRE_BLANK arguments, & return val.Miles Bader1996-08-271-10/+39
| | | | | (argp_help): Supply new args to argp_doc, and additional call before arg help. Add note about --usage to `Try...' msg.
* .Miles Bader1996-08-271-0/+12
|
* (main): Add argument parsing.Miles Bader1996-08-271-6/+8
| | | | | (argp_program_version): New variable. <argp.h>, <hurd.h>: New includes.
* (main): Add argument parsing.Miles Bader1996-08-271-2/+8
| | | | | (argp_program_version): New variable. <argp.h>, <hurd.h>: New includes.
* (fsck): Remove dependency on libshouldbeinlibc.a.Miles Bader1996-08-271-1/+2
| | | | (reboot halt fsck): Add dependency on libshouldbeinlibc.a.
* .Miles Bader1996-08-212-0/+17
|
* (free_hook): Free H->params->args if necessary.Miles Bader1996-08-211-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 Bader1996-08-211-0/+7
|
* (store_device_open): Don't call store_device_create if device_open fails.Miles Bader1996-08-211-5/+6
|
* *** empty log message ***Thomas Bushnell1996-08-162-3/+11
|
* *** empty log message ***Thomas Bushnell1996-08-162-1/+7
|
* *** empty log message ***Thomas Bushnell1996-08-162-0/+6
|
* *** empty log message ***Thomas Bushnell1996-08-163-1/+11
|
* .Miles Bader1996-08-152-8/+1
|
* .Miles Bader1996-08-152-0/+17
|
* (diskfs_truncate): Allow any sort of node to have a size without any blocksMiles Bader1996-08-151-3/+4
| | | | (as linux apparently does this sometimes with devices).
* (read_disknode): Change assertion to allow non-zero st_size for anything, butMiles Bader1996-08-151-2/+5
| | | | assert that st_blocks == 0 for any case where we set allocsize to 0.
* (diskfs_edit_version): Change to `1'.Miles Bader1996-08-151-1/+2
| | | | (diskfs_version_extra): New variable.
* (diskfs_extra_version): New (weak) reference.Miles Bader1996-08-151-5/+13
| | | | | (_print_version): Use DISKFS_EXTRA_VERSION. Tweak edit version. Fix type of EV.
* *** empty log message ***Thomas Bushnell1996-08-151-1/+6
|
* *** empty log message ***Thomas Bushnell1996-08-151-0/+5
|
* (diskfs_S_io_identity): Don't hold lock around call toThomas Bushnell1996-08-151-2/+5
| | | | fshelp_get_identity.
* *** empty log message ***Thomas Bushnell1996-08-154-3/+54
|
* *** empty log message ***Thomas Bushnell1996-08-152-5/+7
|
* .Miles Bader1996-08-151-0/+5
|
* (trivfs_S_file_check_access): Renamed from `trivfs_S_file_access'.Miles Bader1996-08-151-4/+3
|
* *** empty log message ***Thomas Bushnell1996-08-157-91/+295
|
* .Miles Bader1996-08-151-0/+15
|
* (dino): Dont recalculate INODES_PER_BLOCK here.Miles Bader1996-08-151-1/+11
| | | | (ext2_debug): redefine macro after including ext2_fs.h.