summaryrefslogtreecommitdiff
path: root/libdiskfs/boot-start.c
AgeCommit message (Collapse)Author
1995-12-20(diskfs_S_fsys_init): Call proc_mark_exec on EXECPROCESS.Roland McGrath
1995-11-18(diskfs_S_exec_startup_get_info): Renamed from diskfs_S_exec_startup,Roland McGrath
slightly different protocol. Unused exec server stubs removed.
1995-11-02(diskfs_execboot_fsys_startup): Add FLAGS arg; use.Miles Bader
1995-10-19(diskfs_execboot_fsys_startup):Miles Bader
Open exec's realnode read-only for now, since we know it doesn't matter and having gratuitously writable nodes around prevents us from starting up or going read-only. (diskfs_S_fsys_init): Don't make the cwdir/crdir right with O_WRITE.
1995-10-13(saved_argv): Variable removed.Miles Bader
(diskfs_argv): New variable. Should get set by default arg parser. (diskfs_start_bootstrap): Get rid of ARGV argument. (diskfs_S_fsys_init): Use DISKFS_ARGV instead of SAVED_ARGV. (diskfs_execboot_fsys_startup): Fix args to dir_lookup. Declare PATHBUF and RETRY. (diskfs_S_fsys_init): Put the contents of diskfs_init_completed in here, freeing that routine for user-use.
1995-10-12(diskfs_execboot_fsys_startup): Use dir_lookup instead ofRoland McGrath
hurd_file_name_lookup to open /servers/exec.
1995-10-09(diskfs_execboot_fsys_startup): Fix typo in last change.Roland McGrath
1995-10-09(diskfs_execboot_fsys_startup): Pass back a port to /servers/exec in *REAL.Roland McGrath
1995-10-07(diskfs_S_fsys_getpriv): Use get_privileged_ports to get the privileged ports.Miles Bader
(diskfs_start_bootstrap): Use diskfs_boot_flags instead of diskfs_bootflagarg. (diskfs_start_bootstrap, start_execserver): Look for flags directly in diskfs_boot_flags, instead of using the old diskfs_bootflags. (diskfs_S_exec_startup): Use get_console to get the console device. (get_console): New function.
1995-09-17(diskfs_S_exec_startup): Don't pass an argument string.Roland McGrath
Set *FLAGS to EXEC_STACK_ARGS.
1995-07-22(start_execserver): Tyo.Michael I. Bushnell
1995-07-21(diskfs_start_bootstrap): Free initial reference created by diskfs_make_protid.Michael I. Bushnell
(diskfs_S_exec_startup): Likewise. (diskfs_S_fsys_init): Likewise.
1995-07-21(start_execserver): Free initial reference created by ports_allocate_port.Michael I. Bushnell
1995-07-21(diskfs_start_bootstrap): Free initial reference created byMichael I. Bushnell
ports_allocate_port.
1995-06-26(diskfs_S_fsys_getpriv): New parms REPLY and REPLYTYPE.Michael I. Bushnell
1995-06-09Provide unused attributes where appropriate.Michael I. Bushnell
1995-06-09(diskfs_start_bootstrap): Use new args for ports_allocate_port.Michael I. Bushnell
(start_execserver): Likewise. (diskfs_S_exec_startup): Use ports_lookup_port and ports_port_deref instead of ports_check_port_type and ports_done_with_port. (diskfs_execboot_fsys_startup): Likewise. (diskfs_S_fsys_init): Likewise. (diskfs_S_fsys_getpriv): Likewise.
1995-05-13(start_execserver): Don't create and load a task; the exec server file isRoland McGrath
no longer linked into the filesystem. Just set the bootstrap port of diskfs_execserver_task and resume it.
1995-03-07(diskfs_S_fsys_init): Use assert_perror instead of assert whereMichael I. Bushnell
appropriate. (diskfs_start_bootstrap): Likewise.
1994-12-11(start_execserver): Fix braino in last change.Roland McGrath
1994-12-11(start_execserver): When aligning bss size for vm_allocate, don't includeRoland McGrath
bss start alignment fixup offset.
1994-10-29entered into RCSRoland McGrath
1994-10-25Formerly boot-start.c.~34~Michael I. Bushnell
1994-10-07Formerly boot-start.c.~33~Roland McGrath
1994-10-07Formerly boot-start.c.~32~Roland McGrath
1994-10-06Formerly boot-start.c.~31~Michael I. Bushnell
1994-09-01Formerly boot-start.c.~30~Michael I. Bushnell
1994-08-30Formerly boot-start.c.~29~Michael I. Bushnell
1994-08-18Formerly boot-start.c.~28~Michael I. Bushnell
1994-07-22Formerly boot-start.c.~27~Michael I. Bushnell
1994-07-19Formerly boot-start.c.~26~Michael I. Bushnell
1994-07-13Formerly boot-start.c.~25~Michael I. Bushnell
1994-06-16Formerly boot-start.c.~24~Michael I. Bushnell
1994-05-27Formerly boot-start.c.~23~Roland McGrath
1994-05-27Formerly boot-start.c.~22~Roland McGrath
1994-05-24Formerly boot-start.c.~21~Michael I. Bushnell
1994-05-12Initial revisionRoland McGrath