summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-07-16(pager_read_page): Initialize READ to 0.Miles Bader
1997-07-16.Miles Bader
1997-07-16(trivfs_S_io_map):Miles Bader
Make sure there are enough references to MEMOBJ for both read & write ports.
1997-07-16(dev_get_memory_object): Implement correctly.Miles Bader
(dev_stop_paging): Work entirely by flushing user pagers; don't kill pager. (pager_clear_user_data): Zero our pointer to the pager.
1997-07-15.Miles Bader
1997-07-15Doc fix.Miles Bader
1997-07-15(safe_gets):Miles Bader
Use strchr instead of index. (main): Rearrange default pager initialization. Change "(bootstrap)" to "(serverboot)" in msgs. Include <string.h>
1997-07-15.Miles Bader
1997-07-15(ensure_def_pager_info):Miles Bader
Don't report any errors if there's no default pager.
1997-07-15(boot_script_exec_cmd):Miles Bader
Change "(bootstrap)" to "(serverboot)" in msgs.
1997-07-15.Miles Bader
1997-07-15Let uncompressed images be smaller than the maximum size.Miles Bader
1997-07-15.Miles Bader
1997-07-15(main): Actually parse the arg.Miles Bader
1997-07-15.Miles Bader
1997-07-15(main):Miles Bader
Use argp to parse args. (argp_program_version, args_doc, doc): New variables. Add new includes <argp.h> & <version.h>.
1997-07-14.Miles Bader
1997-07-14(parse_opt):Miles Bader
Turn off synchronous mode when setting a sync interval.
1997-07-14(main):Miles Bader
Don't print fields we cannot get.
1997-07-14Add bin/rm.Miles Bader
1997-07-10Thu Jul 10 14:10:32 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* Makeconf ($(makemode) == library): If $(no_prof) is `t', then don't build _p.a versions of libraries.
1997-07-09.Miles Bader
1997-07-09(fd0):Miles Bader
Use /boot/serverboot uncompressed.
1997-07-09(main):Miles Bader
Don't exit if no paging partition.
1997-07-09Initial checkinMiles Bader
1997-07-09Specify a sync interval of two seconds to avoid accumulating tons of memoryMiles Bader
when doing massive copies.
1997-07-09Add mnt, sbin/swapon, servers/socket/inet, servers/socket/local.Miles Bader
1997-07-09Add etc/nsswitch.conf.Miles Bader
1997-07-09.Miles Bader
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.