Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-21 | Compress boot/serverboot again. | Miles Bader | |
1997-07-21 | Get rid of boot/grub/ffs_stage_15 | Miles 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-21 | Mon Jul 21 16:00:04 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | |
* Makefile (LCLHDRS): Remove susp.h. | |||
1997-07-18 | Initial versions. | Thomas Bushnell | |
1997-07-18 | Fri 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-17 | Initial 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-15 | Doc 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-15 | Let 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-14 | Add bin/rm. | Miles Bader | |
1997-07-10 | Thu 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-09 | Initial checkin | Miles Bader | |
1997-07-09 | Specify a sync interval of two seconds to avoid accumulating tons of memory | Miles Bader | |
when doing massive copies. | |||
1997-07-09 | Add mnt, sbin/swapon, servers/socket/inet, servers/socket/local. | Miles Bader | |
1997-07-09 | Add 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. |