summaryrefslogtreecommitdiff
path: root/hurd
AgeCommit message (Expand)Author
1994-12-11(hud_register_ioctl_handler, _HURD_HANDLE_IOCTLS): Third arg to handler isRoland McGrath
1994-12-10Include <string.h>.Roland McGrath
1994-12-09(__hurd_file_name_lookup_retry): Fix typo.Roland McGrath
1994-12-09Use mach_msg_type_number_t in place of unsigned int.Roland McGrath
1994-12-09(fioctl): Pass a mach_msg_type_number_t* to __io_readable.Roland McGrath
1994-12-09Handler takes new SIGERROR arg.Roland McGrath
1994-12-09Use `long int' for sigcode values.Roland McGrath
1994-12-09(_hurd_internal_post_signal): Pass SIGERROR to PREEMPT.Roland McGrath
1994-12-09(struct hurd_signal_preempt): Handler takes new SIGERROR arg.Roland McGrath
1994-12-09Use mach_msg_type_number_t and natural_t in place of unsigned int and int.Roland McGrath
1994-12-09Fix typo.Roland McGrath
1994-12-09Use `long int' for sigcode values.Roland McGrath
1994-12-09Include <string.h>.Roland McGrath
1994-12-09Use natural_t instead of int.Roland McGrath
1994-12-09Use `long int' for sigcode values.Roland McGrath
1994-12-09Use mach_msg_type_number_t and natural_t in place of unsigned int and int.Roland McGrath
1994-12-09(pwrite): Cast &N to mach_msg_type_number_t *.Roland McGrath
1994-12-09Include <string.h>.Roland McGrath
1994-12-09Include <string.h>.Roland McGrath
1994-12-09Initial revisionRoland McGrath
1994-12-08Use mach_msg_type_number_t in place of unsigned int.Roland McGrath
1994-12-07(vm_allocate, vm_page_size): #define these to __ names at top.Roland McGrath
1994-11-22(_hurd_internal_post_signal: case handle): Call abort_thread always, firstRoland McGrath
1994-11-16(_hurd_msgport_receive): Unlock self sigstate lock after getting it.Roland McGrath
1994-11-16(_hurd_msgport_receive): Fix typo in comment.Roland McGrath
1994-11-16(_hurd_msgport_receive): Call _hurd_self_sigstate to get sigstate cachedRoland McGrath
1994-11-16(_hurd_msgport_receive): Call _hurd_sigstate_self to get sigstate cachedRoland McGrath
1994-11-16(_hurd_internal_post_signal): In stopping orphan test, take sigmask ofRoland McGrath
1994-11-09(sig): Remove longjmp-ctx (it is never called).Roland McGrath
1994-10-28Include <hurd/process.h>.Roland McGrath
1994-10-26Include <errno.h>.Roland McGrath
1994-10-24(NICE_TO_MACH_PRIORITY, MACH_PRIORITY_TO_NICE): New macros.Roland McGrath
1994-10-24(routines): Add hurdprio.Roland McGrath
1994-10-24(_hurd_priority_which_map): Declare it.Roland McGrath
1994-10-19Use assert_perror.Roland McGrath
1994-10-19(abort_rpcs): Actually return a port instead of boolean, as the type says.Roland McGrath
1994-10-19(abort_all_rpcs): If waiting for reply from interrupted RPC returns error,Roland McGrath
1994-10-10(abort_all_rpcs): Declare SS.Roland McGrath
1994-10-07(abort_rpcs): Return the reply port or null, instead of boolean.Roland McGrath
1994-10-06(_hurd_socket_server): Take new arg DEAD; explain its use in comment.Roland McGrath
1994-10-06(_hurd_socket_server): Take new arg DEAD; if nonzero, clear any old cachedRoland McGrath
1994-09-30(_hurd_setcttyid): Don't do mod_refs if port is null.Roland McGrath
1994-09-30(get_dtable_port): Use port, never ctty.Roland McGrath
1994-09-30(_hurd_port2fd): Install normal port in D->port cell, and ctty-special portRoland McGrath
1994-09-30(tiocsctty): Don't assume MACH_PORT_NULL is zero.Roland McGrath
1994-09-30(_hurd_exec): Always pass fds' normal port, never its ctty port.Roland McGrath
1994-09-30(_hurd_fd_write): Use ctty port for RPC if set and !NOCTTY.Roland McGrath
1994-09-30(_hurd_fd_read): Use ctty port for RPC if set.Roland McGrath
1994-09-26(_hurd_internal_post_signal: sigwakeup): Create a send right.Roland McGrath
1994-09-12(__hurd_file_name_lookup_retry): Add break after FS_RETRY_MAGICAL case.Roland McGrath