aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Prettification.Miles Bader1997-07-081-6/+6
|
* Renamed to bfloppy2.bootMiles Bader1997-07-081-14/+0
|
* Not used anymoreMiles Bader1997-07-082-165/+0
|
* (prompt_resume_task):Miles Bader1997-07-081-2/+2
| | | | Pass more than a single character buffer to safe_gets.
* .Miles Bader1997-07-082-0/+17
|
* (safe_gets):Miles Bader1997-07-081-12/+15
| | | | | | | | | | | Make sure a newline exists before removing it. Ensure that the cursor moves to the beginning of the next line. (main): Don't call translate_root. Pass more than a single character to safe_gets. (DEFAULT_ROOT): New macro. Don't include "translate_root.h".
* (SRCS):Miles Bader1997-07-081-2/+2
| | | | | | Remove translate_root.c. (LCLHDRS): Remove translate_root.h.
* .Miles Bader1997-07-071-0/+10
|
* (floppy-copy, scripts):Miles Bader1997-07-071-20/+28
| | | | | | | | | | | | | New variables. (DIST_FILES): Use them. (boot-floppies): New rule. (%.ext2.gz, %.ext2): New rules. (%.ext2.f_d %.ext2.gz.f_d): New rule for generating floppy dep files. [$(no_deps) != t]: Include boot floppy dependency files (.f_d).
* Add support for dependency generation.Miles Bader1997-07-071-3/+30
|
* .Miles Bader1997-07-071-0/+25
|
* (fiopen, ficlose, enforced, file_set_flags, file_clear_flags):Miles Bader1997-07-071-60/+113
| | | | | | | | | | | | | New functions. (store_file_class): Use new functions. (store_file_open): Use fiopen to open the file. Set name of newly created store. (store_file_byte_class): Fill in rest of functions. (file_read, file_write, file_byte_read, file_byte_write): Remove debugging noise.
* (dev_set_flags):Miles Bader1997-07-071-22/+24
| | | | | | | Move enforcement checking code to enforce. (enforced): Move some checking here from dev_set_flags, and correct the check for the number of stores.
* Doc fix.Miles Bader1997-07-072-16/+16
|
* (store_open_children):Miles Bader1997-07-071-15/+45
| | | | Support factored type notation.
* .Miles Bader1997-07-031-0/+13
|
* Initial checkinMiles Bader1997-07-036-0/+57
|
* .Miles Bader1997-07-031-5/+6
|
* Add bin/ed, sbin/fdisk.Miles Bader1997-07-031-6/+2
| | | | Remove bin/ps, lib/libps.so, sbin/fsck.ufs, & sbin/libnss_db*.
* .Miles Bader1997-07-031-0/+8
|
* (parse_opt):Miles Bader1997-07-031-26/+50
| | | | | | | | | | | New function. (bootstrap_args): Initialize to 0. (main): Parse args using argp. Include <argp.h>. (options, doc): New variables.
* .Miles Bader1997-07-031-0/+10
|
* [_LIBC] <libc-lock.h> -> <bits/libc-lock.h>.Miles Bader1997-07-031-1/+1
|
* Standardize the multiple-include protect (for libc).Miles Bader1997-07-031-3/+3
|
* Remove extra #endif.Miles Bader1997-07-031-22/+21
| | | | | Pretty print. Standardize the multiple-include protect (for libc).
* .Miles Bader1997-07-031-0/+4
|
* (main):Miles Bader1997-07-031-0/+2
| | | | Flush stdout after printing prefix/separator.
* Mon Jun 30 17:38:57 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-06-302-0/+8
| | | | | * main.c (main): If the store cannot be made writable, then set diskfs_hard_readonly and diskfs_readonly.
* *** empty log message ***Thomas Bushnell1997-06-302-0/+2
|
* Thu Jun 26 14:03:16 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-06-302-8/+23
| | | | | | | * 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.)
* Mon Jun 30 17:26:38 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-06-303-5/+23
| | | | | | | | | | * 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.
* Mon Jun 30 17:34:27 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-06-302-1/+9
| | | | | | * ext2fs.c (diskfs_readonly): Delete variable definition. (main): If the store cannot be made writable, then set diskfs_hard_readonly and diskfs_readonly.
* .Miles Bader1997-06-301-0/+6
|
* (main):Miles Bader1997-06-301-14/+20
| | | | | | | Arg parsing added. (argp_program_version): New variable. Include <argp.h>.
* .Miles Bader1997-06-301-0/+6
|
* (main):Miles Bader1997-06-301-5/+8
| | | | | | | | Arg parsing added. HOLD variable removed. (argp_program_version): New variable. Include <argp.h> and <version.h>.
* .Miles Bader1997-06-271-0/+13
|
* (rfloppy.ext2.gz):Miles Bader1997-06-271-1/+12
| | | | Copy from $(srcdir) using rfloppy-special.copy.
* Initial checkinMiles Bader1997-06-273-0/+4
|
* Add etc/protocols & etc/services.Miles Bader1997-06-271-71/+74
| | | | Put dev & lib at end (since they're big & monotonous).
* Get rid of debugging noise.Miles Bader1997-06-271-9/+19
| | | | | | 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.
* .Miles Bader1997-06-261-0/+19
|
* (store_typed_open):Miles Bader1997-06-261-5/+26
| | | | | | | 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.
* (parse_opt):Miles Bader1997-06-261-24/+84
| | | | | | | | | | | | | | 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.
* fix typo in commentRoland McGrath1997-06-261-1/+1
|
* .Miles Bader1997-06-261-0/+4
|
* Recommend using `addauth root'.Miles Bader1997-06-261-1/+1
|
* .Miles Bader1997-06-261-0/+12
|
* Add bin/fsysopts, bin/devprobe, bin/vmstat.Miles Bader1997-06-261-1/+4
| | | | Explicitly specify a translator for servers/socket/1.
* (bfloppy.ext2, rfloppy.ext2.gz):Miles Bader1997-06-261-4/+8
| | | | | | | Set owner to root.wheel. Use $(bfloppy-src) as the source, rather than /. (bfloppy-src): New variable.