Age | Commit message (Collapse) | Author |
|
If we can't map STORE directly, and it has a source file, try to map that
instead.
|
|
* Makefile (LCLHDRS): Remove susp.h.
|
|
|
|
* isofs: New directory.
* Makefile (prog-subdirs): Add isofs.
|
|
|
|
New function.
(store_device_class):
Use dev_map.
(dev_read, dev_write):
Remove debugging grot.
|
|
Add PROT arg.
Use store_map.
|
|
New function.
(store_file_class):
Use file_map.
|
|
Use zero_map.
(zero_map):
New function.
|
|
Pass PROT argument to dev_get_memory_object.
|
|
Add PROT arg.
|
|
Add map.c.
|
|
|
|
Add map field.
(store_map):
New declaration.
|
|
|
|
|
|
|
|
Make sure there are enough references to MEMOBJ for both read & write ports.
|
|
(dev_stop_paging): Work entirely by flushing user pagers; don't kill pager.
(pager_clear_user_data): Zero our pointer to the pager.
|
|
|
|
|
|
Use strchr instead of index.
(main):
Rearrange default pager initialization. Change "(bootstrap)" to
"(serverboot)" in msgs.
Include <string.h>
|
|
|
|
Don't report any errors if there's no default pager.
|
|
Change "(bootstrap)" to "(serverboot)" in msgs.
|
|
|
|
|
|
|
|
|
|
|
|
Use argp to parse args.
(argp_program_version, args_doc, doc):
New variables.
Add new includes <argp.h> & <version.h>.
|
|
|
|
Turn off synchronous mode when setting a sync interval.
|
|
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).
|
|
|