summary refs log tree commit diff
path: root/hurd
Commit message (Expand)AuthorAgeFilesLines
* Include <errno.h>.Roland McGrath1994-10-261-0/+1
* (NICE_TO_MACH_PRIORITY, MACH_PRIORITY_TO_NICE): New macros.Roland McGrath1994-10-241-5/+15
* (routines): Add hurdprio.Roland McGrath1994-10-241-1/+1
* (_hurd_priority_which_map): Declare it.Roland McGrath1994-10-241-0/+9
* Use assert_perror.Roland McGrath1994-10-191-5/+5
* (abort_rpcs): Actually return a port instead of boolean, as the type says.Roland McGrath1994-10-191-4/+4
* (abort_all_rpcs): If waiting for reply from interrupted RPC returns error,Roland McGrath1994-10-191-1/+2
* (abort_all_rpcs): Declare SS.Roland McGrath1994-10-101-0/+2
* (abort_rpcs): Return the reply port or null, instead of boolean.Roland McGrath1994-10-071-13/+26
* (_hurd_socket_server): Take new arg DEAD; explain its use in comment.Roland McGrath1994-10-061-3/+12
* (_hurd_socket_server): Take new arg DEAD; if nonzero, clear any old cachedRoland McGrath1994-10-061-1/+9
* (_hurd_setcttyid): Don't do mod_refs if port is null.Roland McGrath1994-09-301-5/+8
* (get_dtable_port): Use port, never ctty.Roland McGrath1994-09-301-11/+9
* (_hurd_port2fd): Install normal port in D->port cell, and ctty-special portRoland McGrath1994-09-301-9/+1
* (tiocsctty): Don't assume MACH_PORT_NULL is zero.Roland McGrath1994-09-301-2/+2
* (_hurd_exec): Always pass fds' normal port, never its ctty port.Roland McGrath1994-09-301-26/+11
* (_hurd_fd_write): Use ctty port for RPC if set and !NOCTTY.Roland McGrath1994-09-301-1/+1
* (_hurd_fd_read): Use ctty port for RPC if set.Roland McGrath1994-09-301-1/+2
* (_hurd_internal_post_signal: sigwakeup): Create a send right.Roland McGrath1994-09-261-3/+10
* (__hurd_file_name_lookup_retry): Add break after FS_RETRY_MAGICAL case.Roland McGrath1994-09-121-0/+1
* Fix various typos and omissions.Roland McGrath1994-09-041-11/+17
* (faultexc.c): Change this to a pattern rule to build both faultexc.[ch].Roland McGrath1994-09-041-4/+10
* Fix typo.Roland McGrath1994-09-041-1/+1
* Include "faultexc.h".Roland McGrath1994-09-041-0/+1
* Include "hurdfault.h" instead of <hurd/fault.h>.Roland McGrath1994-09-041-1/+1
* (sig): Add faultexc.Roland McGrath1994-09-041-1/+6
* Include "hurdfault.h".Roland McGrath1994-09-041-0/+1
* (sig): Add hurdfault; remove init-fault.Roland McGrath1994-09-041-2/+2
* Initial revisionRoland McGrath1994-09-042-0/+184
* (interrupted_reply_port_location): Use _hurdsig_catch_fault andRoland McGrath1994-09-041-8/+12
* Return EPERM if TASK is not right.Roland McGrath1994-09-041-0/+4
* (_hurd_sigthread_fault_env): Variable moved to hurdfault.c.Roland McGrath1994-09-041-2/+0
* (_hurdsig_fault_init): Function moved to hurdfault.c.Roland McGrath1994-09-041-34/+0
* (_hurd_internal_post_signal): Fixed typo in last change.Roland McGrath1994-08-311-1/+1
* (_hurd_internal_post_signal: sigwakeup): Take no args; use parent SS variable.Roland McGrath1994-08-311-2/+2
* (_hurd_internal_post_signal: sigwakeup): If SS->suspended is set, send anRoland McGrath1994-08-311-21/+13
* (struct hurd_sigstate): Make `suspended' a port; remove `arrived'.Roland McGrath1994-08-311-5/+2
* You must use a send right, not a send-once right, with the newThomas Bushnell, BSG1994-08-301-4/+4
* You must use a send right, not a send-once right, with the new authThomas Bushnell, BSG1994-08-302-6/+6
* You must use a send right, not a send-once right, in the new authThomas Bushnell, BSG1994-08-301-6/+6
* (reauth_dtable): Fix missed io_reauthenticate conversion in last change.Roland McGrath1994-08-301-1/+2
* Globally replace `pathtrans' with `lookup' and `path' with `file_name'.Roland McGrath1994-08-305-41/+42
* Globally replace `pathtrans' with `lookup' and `path' with `file_name'.Roland McGrath1994-08-301-55/+44
* (routines): Changed hurdpath to hurdlookup.Roland McGrath1994-08-301-1/+1
* (reauth_proc): Use new authentication protocol: create a fresh receiveRoland McGrath1994-08-301-4/+9
* (_hurd_setauth): Use new authentication protocol: for each port, create aRoland McGrath1994-08-301-10/+24
* (reauth_dtable): Use new authentication protocol: create a fresh receiveRoland McGrath1994-08-301-9/+17
* (__hurd_path_lookup_retry): Don't handle FS_RETRY_NONE (it's gone).Roland McGrath1994-08-301-11/+24
* (aux): Undo last change; it was gratuitous.Roland McGrath1994-08-301-1/+1
* (aux): Added gratuitous.Roland McGrath1994-08-301-1/+1