Age | Commit message (Collapse) | Author |
|
Don't print fields we cannot get.
|
|
|
|
* Makeconf ($(makemode) == library): If $(no_prof) is `t', then
don't build _p.a versions of libraries.
|
|
|
|
Use /boot/serverboot uncompressed.
|
|
Don't exit if no paging partition.
|
|
|
|
when doing massive copies.
|
|
|
|
|
|
|
|
Add swapon.c & swapoff.c.
(HURDLIBS):
Add libstore.
(targets):
Add swapon & swapoff.
Add dependencies on libstore.
|
|
* file-exec.c: Include <fcntl.h> instead of <fcntlbits.h>.
Suggested by Marcus G. Daniels (marcus@cathcart.sysc.pdx.edu).
|
|
* exec-reauth.c (fshelp_exec_reauth): If the new set of eff_uids
is empty, then still do proc_setowner, but this time to set it to
"unowned" status.
|
|
* file-exec.c: Include <fcntl.h> instead of <fcntlbits.h>.
Suggested by Marcus G. Daniels (marcus@cathcart.sysc.pdx.edu).
Mon Jun 30 17:26:38 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* 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.
|
|
* boot.c: Include <fcntl.h> instead of <fcntlbits.h>. Suggested
by Marcus G. Daniels (marcus@cathcart.sysc.pdx.edu).
|
|
|
|
|
|
|
|
Use bfloppy2.boot rather than bfloppy1.boot.
|
|
|
|
|
|
|
|
Pass more than a single character buffer to safe_gets.
|
|
|
|
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".
|
|
Remove translate_root.c.
(LCLHDRS):
Remove translate_root.h.
|
|
|
|
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).
|
|
|
|
|
|
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.
|
|
Move enforcement checking code to enforce.
(enforced):
Move some checking here from dev_set_flags, and correct the check for the
number of stores.
|
|
|
|
Support factored type notation.
|
|
|
|
|
|
|
|
Remove bin/ps, lib/libps.so, sbin/fsck.ufs, & sbin/libnss_db*.
|
|
|
|
New function.
(bootstrap_args):
Initialize to 0.
(main):
Parse args using argp.
Include <argp.h>.
(options, doc):
New variables.
|
|
|
|
|
|
|
|
Pretty print.
Standardize the multiple-include protect (for libc).
|
|
|
|
Flush stdout after printing prefix/separator.
|
|
* main.c (main): If the store cannot be made writable, then set
diskfs_hard_readonly and diskfs_readonly.
|
|
|
|
* 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.)
|