summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 blocksMiles Bader
(as linux apparently does this sometimes with devices).
1996-08-15(read_disknode): Change assertion to allow non-zero st_size for anything, butMiles 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 toThomas 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
1996-08-15(trivfs_S_file_check_access): Renamed from `trivfs_S_file_access'.Miles Bader
1996-08-15*** empty log message ***Thomas Bushnell
1996-08-15.Miles Bader
1996-08-15(dino): Dont recalculate INODES_PER_BLOCK here.Miles Bader
(ext2_debug): redefine macro after including ext2_fs.h.
1996-08-15(get_hypermetadata):Miles Bader
Use EXT2_INODE_SIZE instead of sizeof (struct ext2_inode). Deal with various version 2.x features.
1996-08-15(ext2_alloc_inode, diskfs_free_node):Miles Bader
Pass SBLOCK as a parameter to EXT2_FIRST_INO (v2.x change).
1996-08-15Update to version from linux-2.0.12.Miles Bader
1996-08-15(diskfs_minor_version): Change to `2'.Miles Bader
1996-08-14.Miles Bader
1996-08-14(INSTALL, IMAGE): New variables.Miles Bader
Change all rules &c to use these variables instead of `../hurdinst' and `hurd-image'.
1996-08-14*** empty log message ***Thomas Bushnell
1996-08-14.Miles Bader
1996-08-14Add `;' before last commands inside { } pairs.Miles Bader
Add symbolic names for freebsd & lites. (OS_FREEBSD, OS_LITES): New variables.
1996-08-14Add `;' before last commands inside { } pairs.Miles Bader
1996-08-14.Miles Bader
1996-08-14($(target)): Add $($@-LDLIBS) $(LDLIBS) to libs.Miles Bader
1996-08-14(LDLIBS): New variable.Miles Bader
(init): Dependcy on -lutil removed. (libutil-libsubst): Variable removed.
1996-08-14(getty-LDLIBS): New variable.Miles Bader
(getty): Dependency on -lutil removed. (libutil-libsubst): Variable removed.
1996-08-13.Miles Bader
1996-08-13(device.defs): Rule removed.Miles Bader
(ourdevice.defs): Fix rule to work with Makeconf-generated device.defs.