Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-07-18 | (thread_timeout, server_timeout): New vars. | Michael I. Bushnell | |
(THREAD_TIMEOUT, SERVER_TIMEOUT): Delete macros. (master_thread_function): Use vars instead of macros. | |||
1995-07-18 | (diskfs_S_file_get_translator): Conform to new memory semantic of | Michael I. Bushnell | |
diskfs_get_translator. | |||
1995-07-18 | Formerly sock.c.~9~ | Miles Bader | |
1995-07-18 | Formerly io.c.~9~ | Miles Bader | |
1995-07-18 | Formerly pflocal.c.~6~ | Miles Bader | |
1995-07-18 | Formerly sock.h.~6~ | Miles Bader | |
1995-07-18 | (ports_manage_port_operations_multithread): typo | Michael I. Bushnell | |
1995-07-18 | (ports_manage_port_operations_multithread) [thread_function]: Return | Michael I. Bushnell | |
int. Don't cthread_exit child threads; just let them return normally. | |||
1995-07-18 | Reverse previous change. | Michael I. Bushnell | |
1995-07-17 | Formerly pf.c.~7~ | Miles Bader | |
1995-07-17 | Formerly io.c.~8~ | Miles Bader | |
1995-07-17 | Formerly socket.c.~11~ | Miles Bader | |
1995-07-17 | Formerly sock.h.~5~ | Miles Bader | |
1995-07-17 | (pf_t): New type. | Miles Bader | |
1995-07-17 | (socket_create): Change type of SERVER to pf_t. | Miles Bader | |
(socket_create_address, socket_fabricate_address): Rename first arg to `server', of type mach_port_t (so it can be either pf_t or socket_t). (socket_recv): Change type of ADDR to mach_port_send_t. (socket_send, socket_recv): Change type of AMOUNT to mach_msg_type_number_t. | |||
1995-07-17 | (struct cthread): Delete member `catch'. | Michael I. Bushnell | |
1995-07-17 | (thread_function): Don't have any global timeout here; we don't use it | Michael I. Bushnell | |
anyhow. | |||
1995-07-16 | Formerly socket.c.~10~ | Miles Bader | |
1995-07-16 | Formerly sock.h.~4~ | Miles Bader | |
1995-07-16 | Formerly sock.c.~8~ | Miles Bader | |
1995-07-16 | Formerly pf.c.~6~ | Miles Bader | |
1995-07-16 | entered into RCS | Miles Bader | |
1995-07-16 | Formerly mig-decls.h.~3~ | Miles Bader | |
1995-07-16 | Formerly pflocal.c.~5~ | Miles Bader | |
1995-07-16 | Formerly io.c.~7~ | Miles Bader | |
1995-07-16 | Formerly connq.c.~5~ | Miles Bader | |
1995-07-16 | entered into RCS | Miles Bader | |
1995-07-16 | Formerly sock.c.~7~ | Miles Bader | |
1995-07-16 | Formerly pflocal.c.~4~ | Miles Bader | |
1995-07-16 | Formerly pf.c.~5~ | Miles Bader | |
1995-07-16 | Formerly sock.h.~3~ | Miles Bader | |
1995-07-15 | Formerly socket.c.~9~ | Miles Bader | |
1995-07-14 | Formerly mig-mutate.h.~2~ | Miles Bader | |
1995-07-14 | Formerly mig-decls.h.~2~ | Miles Bader | |
1995-07-14 | Initial revision | Miles Bader | |
1995-07-14 | Formerly socket.c.~8~ | Miles Bader | |
1995-07-14 | Formerly io.c.~6~ | Miles Bader | |
1995-07-12 | (diskfs_shutdown): Call ports_resume_class_rpcs for | Michael I. Bushnell | |
diskfs_protid_class before return EBUSY. | |||
1995-07-12 | (ports_resume_class_rpcs): Clear blocked flag using correct name. | Michael I. Bushnell | |
1995-07-12 | (ports_manage_port_operations_multithread) [internal_demuxer]: | Michael I. Bushnell | |
Increment NREQTHREADS and TOTALTHREADS *before* forking newthread. [thread_function]: Don't increment NREQTHREADS and TOTALTHREADS here. Initialize NREQTHREADS and TOTALTHREADS in main body of function. | |||
1995-07-12 | Formerly Makefile.~2~ | Michael I. Bushnell | |
1995-07-12 | Initial revision | Michael I. Bushnell | |
1995-07-12 | entered into RCS | Michael I. Bushnell | |
1995-07-12 | Initial revision | Michael I. Bushnell | |
1995-07-12 | (lib-subdirs): Removed `libnetserv'. | Michael I. Bushnell | |
1995-07-11 | (fshelp_start_translator_long): If PORTS_TYPE is | Michael I. Bushnell | |
MACH_MSG_TYPE_COPY_SEND, then drop our right on bootstrap after the call, because we are pretending we haven't changed the calling user's state. For the same reason, save the old BOOTSTRAP port value, and restore it after the call. | |||
1995-07-09 | (diskfs_pager_users): New function. | Miles Bader | |
1995-07-08 | (console): Give /hurd/term a ttyname argument. | Miles Bader | |
(fd): Put the fd server on `fd', not `stdin'. | |||
1995-07-08 | (HURDLIBS): Add libihash. | Miles Bader | |
Remove include dependencies. | |||
1995-07-08 | (dev_get_memory_object): Moved function to devpager.c. | Miles Bader | |