summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-07-18Fri Jul 18 16:37:22 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* isofs: New directory. * Makefile (prog-subdirs): Add isofs.
1997-07-17.Miles Bader
1997-07-17(dev_map):Miles Bader
New function. (store_device_class): Use dev_map. (dev_read, dev_write): Remove debugging grot.
1997-07-17(dev_get_memory_object):Miles Bader
Add PROT arg. Use store_map.
1997-07-17(file_map):Miles Bader
New function. (store_file_class): Use file_map.
1997-07-17(store_zero_class):Miles Bader
Use zero_map. (zero_map): New function.
1997-07-17(trivfs_S_io_map):Miles Bader
Pass PROT argument to dev_get_memory_object.
1997-07-17(dev_get_memory_object):Miles Bader
Add PROT arg.
1997-07-17(SRCS):Miles Bader
Add map.c.
1997-07-17Initial checkin.Miles Bader
1997-07-17(struct store_class):Miles Bader
Add map field. (store_map): New declaration.
1997-07-16.Miles Bader
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.