aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* port_array_t -> portarray_t.Michael I. Bushnell1996-05-061-1/+1
|
* (msg_describe_ports): New rpc.Miles Bader1996-05-061-0/+9
|
* Move big comment describing file_get_storage_info encoding toMiles Bader1996-05-061-30/+2
| | | | <hurd/hurd_types.h>.
* (file_get_storage_info): Change arguments & comment.Miles Bader1996-05-061-10/+6
|
* Frob comments on enum file_storage_class.Miles Bader1996-05-061-52/+65
|
* (exec_version): Upgrade to 0.0.Michael I. Bushnell1996-05-061-2/+2
|
* (init_version): Upgrade to 0.0.Michael I. Bushnell1996-05-061-1/+1
|
* (ufs_version): Upgrade to 0.0.Michael I. Bushnell1996-05-061-1/+1
|
* (OUR_VERSION): Upgrade to 0.0.Michael I. Bushnell1996-05-061-1/+1
|
* (auth_version): Upgrade to 0.0.Michael I. Bushnell1996-05-061-1/+1
|
* (hurd_versions): Add version 0.0.Michael I. Bushnell1996-05-061-2/+15
|
* (HURD_RELEASE): Update to 0.0.Michael I. Bushnell1996-05-061-1/+1
|
* fuxup.Michael I. Bushnell1996-05-061-1/+1
|
* track changes to process.defs.Michael I. Bushnell1996-05-061-4/+11
|
* (fsys_statfsbuf_t): Now 16 long.Michael I. Bushnell1996-05-061-2/+2
|
* (struct procinfo): Add exitstatus and sigcode members.Michael I. Bushnell1996-05-061-3/+10
| | | | | | | | | (FSTYPE_SOCKET): Doc fix. (retry_type) [FS_RETRY_REAUTH]: Doc fix. (file_storage_class): Add STORAGE_NULL, STORAGE_CONCAT, STORAGE_INTERLEAVE, and STORAGE_LAYER. (struct fsys_statfsbuf): Delete type. (fsys_statfsbuf_t): Now based upon struct statfs.
* (struct procinfo): Add exitstatus and sigcode members.Michael I. Bushnell1996-05-061-16/+3
|
* (fsys_get_options): Add RPT.Michael I. Bushnell1996-05-061-1/+2
|
* (startup_request_notification): Add NAME.Michael I. Bushnell1996-05-061-2/+4
|
* fixup.Michael I. Bushnell1996-05-061-1/+2
|
* Initial revisionMichael I. Bushnell1996-05-061-0/+36
|
* (startup_request_notification): NOTIFY_PORT now mach_port_send_t.Michael I. Bushnell1996-05-061-2/+2
|
* Add startup_notify.Michael I. Bushnell1996-05-061-0/+1
|
* (startup_request_notification): Doc fix.Michael I. Bushnell1996-05-061-2/+2
|
* (proc_getprocinfo): Make FLAGS inout.Michael I. Bushnell1996-05-061-8/+21
| | | | | | | | | (proc_get_tty): New RPC. (proc_mark_stop, proc_mark_exit): Add SIGCODE arg. (proc_wait): Return SIGCODE parm too. (proc_setowner): Add CLEAR parm. (proc_setmsgport): Return old message port with mach_port_send_t to permit more flexibility in proc server.
* (file_sync): New parm `omit_metadata'.Michael I. Bushnell1996-05-061-7/+14
| | | | (dir_link, dir_rename): Add parm `excl'.
* (io_verify_identity): Delete RPC.Michael I. Bushnell1996-05-061-6/+6
| | | | (io_identity): New RPC.
* (S_auth_user_authenticate, S_auth_server_authenticate):Miles Bader1996-05-051-25/+12
| | | | | | | Use ports_interrupt_self_on_port_death instead of cancel_on_dead_name. Hurd_condition_wait returns a boolean, not an error_t, so supply EINTR ourselves. (cancel_on_dead_name): Function removed.
* [lint] (NEVER): Spurious global variable removed.Roland McGrath1996-05-041-7/+4
| | | | [!lint] (NEVER): Useless macro removed.
* (SRCS): Add rwlock.c.Roland McGrath1996-05-041-8/+8
| | | | | | | (LCLHDRS): Add rwlock.h. (install): Depend on $(includedir)/rwlock.h. ($(includedir)/%.h: %.h): New rule. ($(includedir)/cthreads.h): Target removed, obviated by that rule.
* Moved to libthreads from libshouldbeinlibc.Roland McGrath1996-05-041-9/+13
| | | | | (_EXTERN_INLINE): New macro. Use it for all the inline defns.
* Initial revisionRoland McGrath1996-05-041-0/+6
|
* (LCLHDRS): Remove rwlock.h.Roland McGrath1996-05-041-1/+1
|
* (EXEC_INHERITED): Macro removed.Roland McGrath1996-05-031-1/+0
|
* (SRCS): Remove path-lookup.c.Roland McGrath1996-05-031-1/+1
|
* (SRCS): Remove envz.c.Roland McGrath1996-05-031-1/+1
|
* (SRCS): Remove argz.c.Roland McGrath1996-05-031-2/+2
| | | | (LCLHDRS): Remove argz.h, envz.h.
* (EXEC_TRACED): Macro removed.Roland McGrath1996-05-031-9/+9
| | | | (INIT_TRACEMASK): New enum constant.
* (msg_*_exec_flags): RPCs removed.Roland McGrath1996-05-031-25/+0
|
* (msg_sig_post, msg_sig_post_untraced): Add SIGCODE arg.Roland McGrath1996-05-031-9/+4
| | | | (msg_startup_dosync): RPC removed.
* (io_select): Remove ID_TAG arg.Roland McGrath1996-05-031-6/+13
| | | | (io_verify_identity): New RPC.
* Missed one.Roland McGrath1996-05-031-1/+0
|
* (S_auth_server_authenticate, S_auth_user_authenticate): Remove IGNORED arg.Roland McGrath1996-05-031-4/+0
|
* (auth_user_authenticate, auth_server_authenticate): Remove secondRoland McGrath1996-05-031-3/+1
| | | | rendezvous port arg, leaving just one, of type mach_port_send_t.
* (map): Use F->__offset and F->__target properly.Roland McGrath1996-05-031-7/+7
|
* (block_extended): more fixupMichael I. Bushnell1996-05-031-4/+4
|
* fixupMichael I. Bushnell1996-05-031-10/+7
|
* (block_extended): Rewrite code that moves pages to be more efficient,Michael I. Bushnell1996-05-031-37/+55
| | | | | | | and not deadlock too, using unlocked pagein permission feature (read "hack"). Return value now indicates whether we expect a sync. (diskfs_grow): If a call to block_extended returns nonzero, then sync the file before returning.
* (diskfs_get_filemap): Initialize UPI->allow_unlocked_pagein andMichael I. Bushnell1996-05-031-9/+62
| | | | | | | | UPI->unlocked_pagein_length. (unlocked_pagein_lock): New variable. (find_address): New parameter `isread'; all callers changed. If ISREAD and we are in the unlocked pagein region, don't attempt to acquire NP->dn->allocptrlock.
* (struct user_pager_info): New members `allow_unlocked_pagein' andMichael I. Bushnell1996-05-031-0/+5
| | | | | `unlocked_pagein_length'. (unlocked_pagein_lock): New variable.