aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Waste some time adding reply port args that no one will use.Miles Bader1995-11-1327-12/+38
|
* (trivfs_startup): Add FLAGS arg, passed to fsys_startup.Miles Bader1995-11-131-3/+5
|
* (trivfs_startup): Add FLAGS arg.Miles Bader1995-11-131-2/+3
|
* (trivfs_S_file_get_storage_info):Miles Bader1995-11-131-2/+5
| | | | | Add FLAGS arg. Waste some time adding reply port args that no one will use.
* (trivfs_S_fsys_get_options, trivfs_S_file_get_fs_options): New functions.Miles Bader1995-11-131-0/+17
| | | | (trivfs_S_fsys_startup): Add FLAGS arg.
* Initial revisionMiles Bader1995-11-101-0/+381
|
* (S_proc_setmsgport): Only do the RPC reply by hand for proc. Also,Michael I. Bushnell1995-11-091-8/+11
| | | | return the correct port in that by-hand reply.
* (struct dirstat): New member `nbytes'.Michael I. Bushnell1995-11-091-16/+42
| | | | | | (dirscanblock): If DS->type is COMPRESS, still look for TAKE/SHRINK possibilities. Also, if it's COMPRESS, still look to see if the current block can be compressed with fewer byte copies.
* (S_proc_getmsgport): Also return EBUSY if P->waiting, because bothMichael I. Bushnell1995-11-091-2/+2
| | | | share the same memory in the proc structure.
* (S_proc_wait): Also return EBUSY if P->msgportwait, because both shareMichael I. Bushnell1995-11-091-1/+1
| | | | the same memory in the proc structure.
* Formerly io-ops.c.~6~Michael I. Bushnell1995-11-091-4/+131
|
* Formerly misc.c.~4~Michael I. Bushnell1995-11-091-0/+21
|
* Formerly pfinet.h.~12~Michael I. Bushnell1995-11-091-0/+2
|
* Formerly socket-ops.c.~6~Michael I. Bushnell1995-11-091-3/+27
|
* (diskfs_S_dir_link): Now that args are swapped, deallocate port ref onMichael I. Bushnell1995-11-091-1/+1
| | | | FILECRED instead of DIRCRED.
* Formerly main.c.~9~Michael I. Bushnell1995-11-091-6/+72
|
* (trivfs_S_file_set_size): Renamed from trivfs_S_file_truncate.Miles Bader1995-11-081-1/+1
|
* Formerly misc.c.~3~Michael I. Bushnell1995-11-081-2/+4
|
* Formerly Makefile.~14~Michael I. Bushnell1995-11-081-1/+1
|
* Formerly Makefile.~13~Michael I. Bushnell1995-11-081-1/+5
|
* Formerly misc.c.~2~Michael I. Bushnell1995-11-081-0/+102
|
* Formerly sched.c.~11~Michael I. Bushnell1995-11-081-0/+11
|
* Initial revisionMichael I. Bushnell1995-11-081-0/+38
|
* entered into RCSMichael I. Bushnell1995-11-081-0/+1
|
* Formerly pfinet.h.~11~Michael I. Bushnell1995-11-081-2/+26
|
* Formerly main.c.~8~Michael I. Bushnell1995-11-081-1/+1
|
* entered into RCSMichael I. Bushnell1995-11-081-1/+4
|
* Formerly io-ops.c.~5~Michael I. Bushnell1995-11-081-3/+5
|
* Formerly socket-ops.c.~5~Michael I. Bushnell1995-11-081-22/+25
|
* (S_proc_getprocinfo): Inhibit PI_FETCH_THREAD_WAITS differently.Michael I. Bushnell1995-11-081-4/+4
|
* (S_proc_getprocinfo): Don't attempt msg_report_wait if P->p_msgport isMichael I. Bushnell1995-11-081-1/+3
| | | | not valid.
* (S_proc_getprocinfo): Inhibit PI_FETCH_THREAD_WAITS for now.Michael I. Bushnell1995-11-081-3/+6
|
* Formerly mutations.h.~2~Michael I. Bushnell1995-11-081-0/+6
|
* Formerly ethernet.c.~11~Michael I. Bushnell1995-11-081-1/+0
|
* (S_proc_getprocinfo): Calculate the size of the returned structure correctly.Miles Bader1995-11-081-3/+2
|
* (ids_add): Increase the size of IDS even when 0.Miles Bader1995-11-081-1/+1
|
* (ps_base_priority_getter, ps_cur_priority_getter, ps_get_base_priority,Miles Bader1995-11-081-4/+4
| | | | | ps_get_cur_priority): Get this info using PSTAT_THREAD_BASIC instead of PSTAT_THREAD_SCHED.
* (proc_stat_set_flags):Miles Bader1995-11-081-17/+49
| | | | | | | | | | | | | | Initialize the proc_info and proc_info_size fields if they've never been set. Always update proc_getprocinfo fields, even if we already had them. (add_preconditions): Correct preconditions for PSTAT_STATE. (PSTAT_TEST_MSGPORT): Renamed from SHOULD_SUPPRESS_MSGPORT_FLAGS. (PSTAT_USES_MSGPORT): New macro. (SUPPRESS_MSGPORT_FLAGS): Use PSTAT_USES_MSGPORT, not PSTAT_MSGPORT. (proc_stat_set_flags): Use PSTAT_TEST_MSGPORT. (merge_procinfo): Only copy old task info if we actually had it. (proc_stat_set_flags): Don't unnecessarily grab procinfo stuff. (summarize_thread_basic_info): Summarize available priority info too. (summarize_thread_sched_info): Do max_ & depress_priority too.
* (service_fsys_startup):Miles Bader1995-11-061-2/+6
| | | | | Don't pass the address of reply.realnodeType.msgt_name -- it's not really an int, although the compiler pretends it is.
* (fshelp_fetch_root):Miles Bader1995-11-061-10/+4
| | | | | | | When PORT_TYPE is MACH_MSG_TYPE_MAKE_SEND, make the right *before* using it. Don't bother reauthenticating the underlying node returned by CALLBACK2 -- it already has the right ids. This also gets rid of a problem with giving away our auth port prematurely.
* (OTHERSRCS): Add opts-get.c.Miles Bader1995-11-061-1/+2
| | | | (FSSRCS): Add file-get-fs-opts.c.
* (reboot_system):Miles Bader1995-11-061-2/+16
| | | | | | Add flags, noise, & noise_len params to proc_getprocinfo. Deallocate NOISE if necessary. (S_msg_report_wait): New function.
* Initial revisionMiles Bader1995-11-061-0/+146
|
* (main): Add FLAGS arg to diskfs_startup_diskfs call.Miles Bader1995-11-061-1/+1
|
* (main): Add FLAGS arg to trivfs_startup call.Miles Bader1995-11-061-1/+1
|
* Formerly io-ops.c.~4~Michael I. Bushnell1995-11-061-11/+212
|
* Formerly socket-ops.c.~4~Michael I. Bushnell1995-11-061-10/+10
|
* Formerly pfinet.h.~10~Michael I. Bushnell1995-11-061-0/+5
|
* Formerly sched.c.~10~Michael I. Bushnell1995-11-061-0/+1
|
* Formerly main.c.~7~Michael I. Bushnell1995-11-061-0/+1
|