summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-06-30(main):Miles Bader
Arg parsing added. (argp_program_version): New variable. Include <argp.h>.
1997-06-30.Miles Bader
1997-06-30(main):Miles Bader
Arg parsing added. HOLD variable removed. (argp_program_version): New variable. Include <argp.h> and <version.h>.
1997-06-27.Miles Bader
1997-06-27(rfloppy.ext2.gz):Miles Bader
Copy from $(srcdir) using rfloppy-special.copy.
1997-06-27Initial checkinMiles Bader
1997-06-27Add etc/protocols & etc/services.Miles Bader
Put dev & lib at end (since they're big & monotonous).
1997-06-27Get rid of debugging noise.Miles Bader
Use the tar --same-owner option work around a bug with tar not preserving ownership when the current user isn't root. Don't pre-touch `makedev's.
1997-06-26.Miles Bader
1997-06-26(store_typed_open):Miles Bader
If NAME doesn't contain a `:' separator, try to use it as either a class name or a file name. Interpret a trailing or leading `:' as unambiguously referring to a class-name or a filename, respectively.
1997-06-26(parse_opt):Miles Bader
Use parse_type to parse the -T option. (parse_type): New function. (struct store_parsed): Add NAME_PREFIX field. (store_parsed_free): Free it. (store_parsed_append_args): Emit it. (store_parsed_open): Use it in opens.
1997-06-26fix typo in commentRoland McGrath
1997-06-26.Miles Bader
1997-06-26Recommend using `addauth root'.Miles Bader
1997-06-26.Miles Bader
1997-06-26Add bin/fsysopts, bin/devprobe, bin/vmstat.Miles Bader
Explicitly specify a translator for servers/socket/1.
1997-06-26(bfloppy.ext2, rfloppy.ext2.gz):Miles Bader
Set owner to root.wheel. Use $(bfloppy-src) as the source, rather than /. (bfloppy-src): New variable.
1997-06-26Set the owner of created files.Miles Bader
Add --owner option. Rename `settrans' copy-op to `copytrans', & implement `settrans'. Correct parsing of delayed translator specs.
1997-06-26.Miles Bader
1997-06-26(mkdev):Miles Bader
Add missing `ln' to command for stderr.
1997-06-25.Miles Bader
1997-06-25(diskfs_make_peropen):Miles Bader
Initialize the ROOT_PARENT, SHADOW_ROOT, and SHADOW_ROOT_PARENT fields.
1997-06-24.Miles Bader
1997-06-24Initial checkinMiles Bader
1997-06-24Renamed to mksmallso.shMiles Bader
1997-06-24Renamed to mkemptyso.shMiles Bader
1997-06-24(bfloppy.ext2, rfloppy.ext2.gz):Miles Bader
New rules. (dist-files): Include mkfsimage.sh, bfloppy.copy, bfloppy-special.copy, rfloppy.copy. (tool-files): Variable removed. (install-tools): Rule removed.
1997-06-24Trash everything but floppy production rules.Miles Bader
1997-06-24Renamed from mkemptysoMiles Bader
1997-06-24Renamed from mksmallsoMiles Bader
1997-06-24.Miles Bader
1997-06-24(cmd):Miles Bader
New function. (st, mkdir): Use cmd to execute any real commands. Use bash fancy variables instead of various programs. Try to get the correct devdir even if it's not the cwd. Add new options --verbose/-v and --dry-run/-n. Add the --devdir/-D option. Use the basename of $I instead of $I for various things. Correctly put derived names in the same directory as the arg.
1997-06-23Fri Jun 20 13:39:02 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* mkfs.c (mkfs): Set SBLOCK.fs_clean. New file systems are always clean.
1997-06-23*** empty log message ***Thomas Bushnell
1997-06-23Mon Jun 23 11:47:51 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* INSTALL-binary (STEP I): Tell to use e2os if the filesystem was made with Linux. Mon Jun 16 11:56:33 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile (dist-links): Make $(dist-root)/boot/grub and $(dist-root)/share/misc. Reported by Marcus G. Daniels (marcus@cathcart.sysc.pdx.edu).
1997-06-23*** empty log message ***Thomas Bushnell
1997-06-21.Miles Bader
1997-06-21If $OD & $AWK don't exist, try to get them from /usr/bin, so thatMiles Bader
this script works under linux too.
1997-06-21.Miles Bader
1997-06-21Use conv=notrunc when writing the superblock back to the filesystem device, inMiles Bader
case it's a file and not a real device.
1997-06-21(HURDLIBS):Miles Bader
Include libstore & libshouldbeinlibc.
1997-06-21(parse_opt):Miles Bader
New function. (pseudo_root, root_store): New variables. (bootscript_args): Now an array. (ds_device_open, ds_device_close, ds_device_write, ds_device_write_inband, ds_device_read, ds_device_read_inband, ds_device_get_status, ds_device_set_status, ds_device_map, ds_xxx_device_set_filter, ds_xxx_device_get_status, ds_xxx_device_set_status, ds_device_set_filter): Handle "pseudo-root" device. (main): Use argp to parse args, and implement the pseudo-root device. Include <argp.h> & <hurd/store.h> (options, doc, args_doc): New variables. (bootscript): Made global.
1997-06-20Fri Jun 20 15:37:15 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* bootstrap.c (main/script_paging_file): Instead of returning an error use new variable `had_a_partition' to record whether we successfully opened a partition. (main/script_default_pager): Only start pager if HAD_A_PARTITION; otherwise print warning message. Mon Jun 16 11:52:40 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile (installationdir): Use `=' to set this instead of :=; $(prefix) is not yet available and `=' postpones the evaluation properly. Reported by Marcus G. Daniels, marcus@cathcart.sysc.pdx.edu.
1997-06-20(diskfs_set_hypermetadata):Miles Bader
Adjust device addresses for possible differences between DEV_BSIZE & device block size.
1997-06-20.Miles Bader
1997-06-20(log2_dev_blocks_per_bsize):Miles Bader
New variable. (main): Only require device-block-size to be <= DEV_BSIZE. Get rid of device-block-size-is-power-of-2 check. Set LOG2_DEV_BLOCKS_PER_BSIZE. Exit with an error if the disk is too small rather than assert failing.
1997-06-20(log2_dev_blocks_per_bsize):Miles Bader
New declaration.
1997-06-20(diskfs_S_file_get_storage_info):Miles Bader
Adjust device addresses for possible differences between DEV_BSIZE & device block size.
1997-06-20(pager_read_page, pager_write_page, pager_unlock_page):Miles Bader
Adjust device addresses for possible differences between DEV_BSIZE & device block size.
1997-06-20.Miles Bader