summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-10-30(io_select): Make sreply port also available if IO_SELECT_REPLY_PORTMichael I. Bushnell
is defined.
1995-10-27(fsys_startup): New parm OPENFLAGS.Michael I. Bushnell
1995-10-27(file_exec, file_set_translator): Add SCP to incoming variable sizedMichael I. Bushnell
arrays.
1995-10-27(socket_create_address, socket_setopt, socket_send): Added SCP inMichael I. Bushnell
incoming variable sized arrays.
1995-10-27(io_write, io_restrict_auth): Add SCP to incoming variable sizedMichael I. Bushnell
arrays.
1995-10-27(SCP): New macro.Michael I. Bushnell
1995-10-27More doc fix.Michael I. Bushnell
1995-10-27(socket_create_address): Drop parm `binding'.Michael I. Bushnell
1995-10-27Added reply port option to all RPC's.Michael I. Bushnell
1995-10-27(fsys_get_options_reply): New stub.Michael I. Bushnell
1995-10-27Typo.Michael I. Bushnell
1995-10-27(fsys_get_options): New RPC.Michael I. Bushnell
1995-10-27(file_get_fs_options): New RPC.Michael I. Bushnell
1995-10-27(msg_report_wait): New RPC.Michael I. Bushnell
1995-10-27(file_invoke_translateo): Function deleted.Michael I. Bushnell
1995-10-27Dot fix.Michael I. Bushnell
1995-10-27(fsys_startup_reply, fsys_getfile_reply, fsys_syncfs_reply,Michael I. Bushnell
fsys_set_options_reply, fsys_getpriv_reply, fsys_forward_reply): New functions, completing interface.
1995-10-26Formerly io-ops.c.~2~Michael I. Bushnell
1995-10-26Formerly pfinet.h.~9~Michael I. Bushnell
1995-10-26Formerly net.h.~2~Michael I. Bushnell
1995-10-26Formerly socket-ops.c.~3~Michael I. Bushnell
1995-10-26Initial revisionMichael I. Bushnell
1995-10-25Formerly socket-ops.c.~2~Michael I. Bushnell
1995-10-25Formerly pfinet.h.~8~Michael I. Bushnell
1995-10-25Initial revisionMichael I. Bushnell
1995-10-25Add exec_startup at 30500.Roland McGrath
1995-10-25Initial revisionRoland McGrath
1995-10-25(S_exec_startup_get_info): New function, modified from S_exec_startup.Roland McGrath
(S_exec_startup): Just call it.
1995-10-25(exec_demuxer): Call exec_startup_server.Roland McGrath
1995-10-24(OBJS): Add exec_startupServer.o.Roland McGrath
1995-10-24(struct bootinfo): Use vm_size_t for phdr_size.Roland McGrath
1995-10-24(DIST_FILES): Replace hurd.boot.in with hurd.bootRoland McGrath
(hurd.boot): Target removed. (clean-misc): Don't remove hurd.boot. (all): Don't depend on it.
1995-10-24Renamed back from hurd.boot.in.Roland McGrath
Name ufs and ld.so as they will be found in an installed Hurd filesystem.
1995-10-24Undo last change of 9Oct95.Roland McGrath
1995-10-24(ports_manage_port_operations_multithread/internal_demuxer): Don'tMichael I. Bushnell
attempt RPC if we can't get a valid port struct.
1995-10-24(ports_manage_port_operations_one_thread/internal_demuxer): Don'tMichael I. Bushnell
attempt RPC if we can't get a valid port struct.
1995-10-21Formerly rdwr.c.~4~Miles Bader
1995-10-21(parse_enum): Use argp_error.Miles Bader
1995-10-21(targets): Add storeinfo.Miles Bader
(SRCS): Add storeinfo.c. (storeinfo): New target.
1995-10-21Initial revisionMiles Bader
1995-10-21(options): FILE --> FILESYS in help msg.Miles Bader
(args_doc): OPTION --> FS_OPTION, since the usage message already uses OPTION to mean those to fsysopts. (doc): New variable; give some common choices for FS_OPTION.
1995-10-21(args_doc): New variable.Miles Bader
(main): Set ARGZ inside of parse_opt.
1995-10-21(diskfs_max_user_pager_prot): Return what we discovered, instead of 1.Miles Bader
1995-10-21(diskfs_node_reload): New function.Miles Bader
(iget, read_disknode): Code to set allocsize and the last_* fields moved from iget to read_disknode. (read_disknode): Add DN and OFFSET variables. Use log2_block_size to mask instead of doing a modulo with block_size. (diskfs_node_norefs, iget): Use pager field, not fileinfo. (iget): Use DISK_PAGER directly, not ->p. (diskfs_lost_hardrefs): #ifdef'd out contents removed.
1995-10-21(create_disk_pager, diskfs_get_filemap, pager_clear_user_data):Miles Bader
Don't use the p field in a upi. (diskfs_get_filemap): Update/initialize the max_prot field. Add the prot arg. (drop_pager_softrefs): Declare PAGER, not UPI. (enable_caching): The disk node is upi->node, not upi->np. (diskfs_get_filemap_pager_struct, flush_node_pager, diskfs_file_update, pager_clear_user_data, drop_pager_softrefs): Use pager field, not fileinfo. (flush_node_pager): New function. (create_disk_pager): Store the actual pager into DISK_PAGER. (diskfs_shutdown_pager, diskfs_sync_everything): Use DISK_PAGER directly, not ->p.
1995-10-21(_pokel_exec, pokel_flush): New functions.Miles Bader
(pokel_sync): Use _pokel_exec to do the work.
1995-10-21(main):Miles Bader
Always include VM_PROT_WRITE in max prot. Use DISK_PAGER directly, not ->p. Use diskfs routines to open the device. Support both file and mach devices. Move the parse function here. Use argp for parsing. (usage, USAGE, SHORT_OPTS, long_opts, console_stdio): Removed (parse_opt): Move into main (as a nested function). (printf, _ext2_error, _ext2_panic, _ext2_warning): Functions moved to msg.c (diskfs_init_completed): Func deleted (now in libdiskfs).
1995-10-20Initial revisionMiles Bader
1995-10-20(SRCS): Remove devio.c, add msg.c and storeinfo.c.Miles Bader
1995-10-20(dev_read_sync, dev_write_sync):Miles Bader
Offset the address to which we're doing i/o with DEVICE_START.