aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/boot-start.c
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Thomas Bushnell1996-09-051-4/+2
|
* (diskfs_S_fsys_init): Don't use unsafe MOVE_SEND in call to exec_init.Michael I. Bushnell1996-07-081-1/+2
|
* (diskfs_S_fsys_init): Build version string correctly.Michael I. Bushnell1996-06-131-4/+1
|
* (diskfs_S_fsys_init): diskfs_init_completed -> _diskfs_init_completed.Michael I. Bushnell1996-04-301-1/+1
|
* (diskfs_start_bootstrap): Print helpful message before doing anythingMichael I. Bushnell1996-04-111-0/+3
| | | | else.
* (diskfs_start_bootstrap, diskfs_S_exec_startup_get_info,Miles Bader1996-01-271-22/+28
| | | | | | | | diskfs_execboot_fsys_startup, diskfs_S_fsys_init): Use diskfs_create_protid instead of diskfs_make_protid, and deal with an error return. (start_execserver, diskfs_start_bootstrap): Use ports_create_port instead of ports_allocate_port.
* (diskfs_S_fsys_init): Call proc_mark_exec on EXECPROCESS.Roland McGrath1995-12-201-0/+1
|
* (diskfs_S_exec_startup_get_info): Renamed from diskfs_S_exec_startup,Roland McGrath1995-11-181-105/+48
| | | | slightly different protocol. Unused exec server stubs removed.
* (diskfs_execboot_fsys_startup): Add FLAGS arg; use.Miles Bader1995-11-021-5/+4
|
* (diskfs_execboot_fsys_startup):Miles Bader1995-10-191-2/+2
| | | | | | | 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.
* (saved_argv): Variable removed.Miles Bader1995-10-131-9/+32
| | | | | | | | | | (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.
* (diskfs_execboot_fsys_startup): Use dir_lookup instead ofRoland McGrath1995-10-121-2/+4
| | | | hurd_file_name_lookup to open /servers/exec.
* (diskfs_execboot_fsys_startup): Fix typo in last change.Roland McGrath1995-10-091-1/+1
|
* (diskfs_execboot_fsys_startup): Pass back a port to /servers/exec in *REAL.Roland McGrath1995-10-091-4/+21
|
* (diskfs_S_fsys_getpriv): Use get_privileged_ports to get the privileged ports.Miles Bader1995-10-071-46/+53
| | | | | | | | (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.
* (diskfs_S_exec_startup): Don't pass an argument string.Roland McGrath1995-09-171-10/+4
| | | | Set *FLAGS to EXEC_STACK_ARGS.
* (start_execserver): Tyo.Michael I. Bushnell1995-07-221-1/+1
|
* (diskfs_start_bootstrap): Free initial reference created by diskfs_make_protid.Michael I. Bushnell1995-07-211-18/+26
| | | | | (diskfs_S_exec_startup): Likewise. (diskfs_S_fsys_init): Likewise.
* (start_execserver): Free initial reference created by ports_allocate_port.Michael I. Bushnell1995-07-211-3/+7
|
* (diskfs_start_bootstrap): Free initial reference created byMichael I. Bushnell1995-07-211-4/+6
| | | | ports_allocate_port.
* (diskfs_S_fsys_getpriv): New parms REPLY and REPLYTYPE.Michael I. Bushnell1995-06-261-0/+2
|
* Provide unused attributes where appropriate.Michael I. Bushnell1995-06-091-33/+38
|
* (diskfs_start_bootstrap): Use new args for ports_allocate_port.Michael I. Bushnell1995-06-091-12/+17
| | | | | | | | | (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.
* (start_execserver): Don't create and load a task; the exec server file isRoland McGrath1995-05-131-57/+14
| | | | | no longer linked into the filesystem. Just set the bootstrap port of diskfs_execserver_task and resume it.
* (diskfs_S_fsys_init): Use assert_perror instead of assert whereMichael I. Bushnell1995-03-071-6/+6
| | | | | appropriate. (diskfs_start_bootstrap): Likewise.
* (start_execserver): Fix braino in last change.Roland McGrath1994-12-111-1/+1
|
* (start_execserver): When aligning bss size for vm_allocate, don't includeRoland McGrath1994-12-111-2/+8
| | | | bss start alignment fixup offset.
* entered into RCSRoland McGrath1994-10-291-21/+51
|
* Formerly boot-start.c.~34~Michael I. Bushnell1994-10-251-5/+5
|
* Formerly boot-start.c.~33~Roland McGrath1994-10-071-5/+34
|
* Formerly boot-start.c.~32~Roland McGrath1994-10-071-2/+4
|
* Formerly boot-start.c.~31~Michael I. Bushnell1994-10-061-0/+4
|
* Formerly boot-start.c.~30~Michael I. Bushnell1994-09-011-0/+3
|
* Formerly boot-start.c.~29~Michael I. Bushnell1994-08-301-4/+6
|
* Formerly boot-start.c.~28~Michael I. Bushnell1994-08-181-4/+14
|
* Formerly boot-start.c.~27~Michael I. Bushnell1994-07-221-1/+1
|
* Formerly boot-start.c.~26~Michael I. Bushnell1994-07-191-13/+11
|
* Formerly boot-start.c.~25~Michael I. Bushnell1994-07-131-8/+11
|
* Formerly boot-start.c.~24~Michael I. Bushnell1994-06-161-4/+6
|
* Formerly boot-start.c.~23~Roland McGrath1994-05-271-3/+6
|
* Formerly boot-start.c.~22~Roland McGrath1994-05-271-30/+31
|
* Formerly boot-start.c.~21~Michael I. Bushnell1994-05-241-1/+4
|
* Initial revisionRoland McGrath1994-05-121-0/+444