summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-07-07(dev_set_flags):Miles Bader
Move enforcement checking code to enforce. (enforced): Move some checking here from dev_set_flags, and correct the check for the number of stores.
1997-07-07Doc fix.Miles Bader
1997-07-07(store_open_children):Miles Bader
Support factored type notation.
1997-07-03.Miles Bader
1997-07-03Initial checkinMiles Bader
1997-07-03.Miles Bader
1997-07-03Add bin/ed, sbin/fdisk.Miles Bader
Remove bin/ps, lib/libps.so, sbin/fsck.ufs, & sbin/libnss_db*.
1997-07-03.Miles Bader
1997-07-03(parse_opt):Miles Bader
New function. (bootstrap_args): Initialize to 0. (main): Parse args using argp. Include <argp.h>. (options, doc): New variables.
1997-07-03.Miles Bader
1997-07-03[_LIBC] <libc-lock.h> -> <bits/libc-lock.h>.Miles Bader
1997-07-03Standardize the multiple-include protect (for libc).Miles Bader
1997-07-03Remove extra #endif.Miles Bader
Pretty print. Standardize the multiple-include protect (for libc).
1997-07-03.Miles Bader
1997-07-03(main):Miles Bader
Flush stdout after printing prefix/separator.
1997-06-30Mon Jun 30 17:38:57 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* main.c (main): If the store cannot be made writable, then set diskfs_hard_readonly and diskfs_readonly.
1997-06-30*** empty log message ***Thomas Bushnell
1997-06-30Thu Jun 26 14:03:16 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* cpu-types.c (mach_cpu_types): Add entries for 486, 586, 686, and powerpc. (mach_cpu_subtypes): Add subtypes for new x86 subtypes. (None added for powerpc yet.)
1997-06-30Mon Jun 30 17:26:38 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* diskfs.h (diskfs_hard_readonly): New variable. (diskfs_readonly): Doc change. * readonly.c (diskfs_readonly): Provide initialized declaration. (diskfs_check_readonly): If we cannot write the media and so we switch to readonly, set diskfs_hard_readonly too. (diskfs_set_readonly): If diskfs_hard_readonly is set, then inhibit any attempt to clear readonly status.
1997-06-30Mon Jun 30 17:34:27 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* ext2fs.c (diskfs_readonly): Delete variable definition. (main): If the store cannot be made writable, then set diskfs_hard_readonly and diskfs_readonly.
1997-06-30.Miles Bader
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