aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fri Jul 18 16:37:22 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-07-182-2/+7
| | | | | * isofs: New directory. * Makefile (prog-subdirs): Add isofs.
* .Miles Bader1997-07-172-0/+21
|
* (dev_map):Miles Bader1997-07-171-30/+18
| | | | | | | | New function. (store_device_class): Use dev_map. (dev_read, dev_write): Remove debugging grot.
* (dev_get_memory_object):Miles Bader1997-07-171-30/+34
| | | | | Add PROT arg. Use store_map.
* (file_map):Miles Bader1997-07-171-2/+41
| | | | | | New function. (store_file_class): Use file_map.
* (store_zero_class):Miles Bader1997-07-171-1/+9
| | | | | | Use zero_map. (zero_map): New function.
* (trivfs_S_io_map):Miles Bader1997-07-171-5/+10
| | | | Pass PROT argument to dev_get_memory_object.
* (dev_get_memory_object):Miles Bader1997-07-171-2/+3
| | | | Add PROT arg.
* (SRCS):Miles Bader1997-07-171-1/+1
| | | | Add map.c.
* Initial checkin.Miles Bader1997-07-171-0/+32
|
* (struct store_class):Miles Bader1997-07-171-9/+9
| | | | | | Add map field. (store_map): New declaration.
* .Miles Bader1997-07-161-0/+2
|
* (pager_read_page): Initialize READ to 0.Miles Bader1997-07-161-1/+1
|
* .Miles Bader1997-07-161-0/+9
|
* (trivfs_S_io_map):Miles Bader1997-07-161-12/+12
| | | | Make sure there are enough references to MEMOBJ for both read & write ports.
* (dev_get_memory_object): Implement correctly.Miles Bader1997-07-161-54/+49
| | | | | (dev_stop_paging): Work entirely by flushing user pagers; don't kill pager. (pager_clear_user_data): Zero our pointer to the pager.
* .Miles Bader1997-07-151-0/+10
|
* Doc fix.Miles Bader1997-07-151-1/+1
|
* (safe_gets):Miles Bader1997-07-151-16/+18
| | | | | | | | Use strchr instead of index. (main): Rearrange default pager initialization. Change "(bootstrap)" to "(serverboot)" in msgs. Include <string.h>
* .Miles Bader1997-07-151-0/+5
|
* (ensure_def_pager_info):Miles Bader1997-07-151-5/+9
| | | | Don't report any errors if there's no default pager.
* (boot_script_exec_cmd):Miles Bader1997-07-151-3/+3
| | | | Change "(bootstrap)" to "(serverboot)" in msgs.
* .Miles Bader1997-07-151-0/+5
|
* Let uncompressed images be smaller than the maximum size.Miles Bader1997-07-151-2/+4
|
* .Miles Bader1997-07-151-0/+4
|
* (main): Actually parse the arg.Miles Bader1997-07-151-3/+3
|
* .Miles Bader1997-07-151-0/+6
|
* (main):Miles Bader1997-07-151-14/+12
| | | | | | | Use argp to parse args. (argp_program_version, args_doc, doc): New variables. Add new includes <argp.h> & <version.h>.
* .Miles Bader1997-07-143-0/+13
|
* (parse_opt):Miles Bader1997-07-141-2/+5
| | | | Turn off synchronous mode when setting a sync interval.
* (main):Miles Bader1997-07-141-13/+23
| | | | Don't print fields we cannot get.
* Add bin/rm.Miles Bader1997-07-141-0/+1
|
* Thu Jul 10 14:10:32 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-07-102-1/+10
| | | | | * Makeconf ($(makemode) == library): If $(no_prof) is `t', then don't build _p.a versions of libraries.
* .Miles Bader1997-07-092-0/+6
|
* (fd0):Miles Bader1997-07-091-3/+2
| | | | Use /boot/serverboot uncompressed.
* (main):Miles Bader1997-07-091-0/+2
| | | | Don't exit if no paging partition.
* Initial checkinMiles Bader1997-07-093-0/+151
|
* Specify a sync interval of two seconds to avoid accumulating tons of memoryMiles Bader1997-07-091-1/+1
| | | | when doing massive copies.
* Add mnt, sbin/swapon, servers/socket/inet, servers/socket/local.Miles Bader1997-07-091-0/+4
|
* Add etc/nsswitch.conf.Miles Bader1997-07-091-0/+1
|
* .Miles Bader1997-07-092-0/+16
|
* (SRCS):Miles Bader1997-07-091-5/+6
| | | | | | | | | Add swapon.c & swapoff.c. (HURDLIBS): Add libstore. (targets): Add swapon & swapoff. Add dependencies on libstore.
* Mon Jul 7 16:25:49 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-07-092-1/+6
| | | | | * file-exec.c: Include <fcntl.h> instead of <fcntlbits.h>. Suggested by Marcus G. Daniels (marcus@cathcart.sysc.pdx.edu).
* Tue Jul 1 16:45:27 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-07-092-3/+10
| | | | | | * 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.
* Mon Jul 7 16:25:49 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-07-093-2/+7
| | | | | | | | | | | | | | | * 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.
* Mon Jul 7 16:25:49 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-07-092-1/+6
| | | | | * boot.c: Include <fcntl.h> instead of <fcntlbits.h>. Suggested by Marcus G. Daniels (marcus@cathcart.sysc.pdx.edu).
* .Miles Bader1997-07-081-0/+8
|
* Don't compress boot/serverboot (grub can't handle it).Miles Bader1997-07-081-1/+1
|
* Initial checkinMiles Bader1997-07-081-0/+14
|
* mkdir boot.Miles Bader1997-07-081-1/+2
| | | | Use bfloppy2.boot rather than bfloppy1.boot.