summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-07-22(SRCS):Miles Bader
Add argz-replace.c (temporarily).
1997-07-22(maptime_map):Miles Bader
For the device-file case, don't use wierd file_get_storage_info method for getting device port, just use io_map to get a memory object directly from the file.
1997-07-22Superseded by improved libstore mapping supportMiles Bader
1997-07-22.Miles Bader
1997-07-22(dir):Miles Bader
Is isofs, not ufs.
1997-07-21.Miles Bader
1997-07-21(store_parsed_append_args):Miles Bader
Correctly unparse complex type names.
1997-07-21.Miles Bader
1997-07-21Use /boot/serverboot.gz rather than /boot/serverboot.Miles Bader
1997-07-21Compress boot/serverboot again.Miles Bader
1997-07-21Get rid of boot/grub/ffs_stage_15Miles Bader
1997-07-21(HURDLIBS):Miles Bader
Add iohelp.
1997-07-21(store_map_source):Miles Bader
Declaration removed.
1997-07-21(store_remap):Miles Bader
If we are mutating SOURCE, close any source port it has.
1997-07-21(store_map):Miles Bader
If we can't map STORE directly, and it has a source file, try to map that instead.
1997-07-21Mon Jul 21 16:00:04 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* Makefile (LCLHDRS): Remove susp.h.
1997-07-18Initial versions.Thomas Bushnell
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.