summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-07-09(SRCS):Miles Bader
Add swapon.c & swapoff.c. (HURDLIBS): Add libstore. (targets): Add swapon & swapoff. Add dependencies on libstore.
1997-07-09Mon Jul 7 16:25:49 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* file-exec.c: Include <fcntl.h> instead of <fcntlbits.h>. Suggested by Marcus G. Daniels (marcus@cathcart.sysc.pdx.edu).
1997-07-09Tue Jul 1 16:45:27 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* 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.
1997-07-09Mon Jul 7 16:25:49 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* 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.
1997-07-09Mon Jul 7 16:25:49 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* boot.c: Include <fcntl.h> instead of <fcntlbits.h>. Suggested by Marcus G. Daniels (marcus@cathcart.sysc.pdx.edu).
1997-07-08.Miles Bader
1997-07-08Don't compress boot/serverboot (grub can't handle it).Miles Bader
1997-07-08Initial checkinMiles Bader
1997-07-08mkdir boot.Miles Bader
Use bfloppy2.boot rather than bfloppy1.boot.
1997-07-08Prettification.Miles Bader
1997-07-08Renamed to bfloppy2.bootMiles Bader
1997-07-08Not used anymoreMiles Bader
1997-07-08(prompt_resume_task):Miles Bader
Pass more than a single character buffer to safe_gets.
1997-07-08.Miles Bader
1997-07-08(safe_gets):Miles Bader
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".
1997-07-08(SRCS):Miles Bader
Remove translate_root.c. (LCLHDRS): Remove translate_root.h.
1997-07-07.Miles Bader
1997-07-07(floppy-copy, scripts):Miles Bader
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).
1997-07-07Add support for dependency generation.Miles Bader
1997-07-07.Miles Bader
1997-07-07(fiopen, ficlose, enforced, file_set_flags, file_clear_flags):Miles Bader
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.
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.