Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-13 | Reverted changes related to io_map_segment. | Roland McGrath | |
1999-09-08 | 1999-09-07 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | |
* io.c (S_io_map_segment): New function. | |||
1999-07-11 | . | Roland McGrath | |
1999-07-11 | 1999-07-11 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* sock.h: Add #include <sys/mman.h>. | |||
1999-07-11 | 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | |
* pf.c (S_socket_whatis_address): Use mmap instead of vm_allocate. | |||
1999-07-11 | . | Roland McGrath | |
1999-07-11 | 1999-07-10 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* io.c: Add #include <sys/mman.h> for munmap decl. | |||
1999-07-03 | 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | |
* io.c (TRASH_IDS): Use munmap instead of vm_deallocate. | |||
1999-03-02 | . | Roland McGrath | |
1999-03-02 | 1999-03-01 Mark Kettenis <kettenis@gnu.org> | Roland McGrath | |
* pf.c (S_socket_whatis_address): Implement. Since we cannot tell what our adress is, return an empty string as the file name. | |||
1999-02-16 | Tue Feb 16 05:52:35 1999 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | |
* io.c (S_io_revoke): New function. Don't attempt to implement. (Other systems don't even permit non-file revokes.) | |||
1998-10-20 | Add braces to silence gcc warnings. | Roland McGrath | |
1998-07-20 | . | Roland McGrath | |
1998-07-20 | 1998-07-20 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* pflocal.c (main): Fix return type to int, and use return. | |||
1997-08-20 | Wed Aug 20 14:06:11 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | |
* pflocal.c (main): New args for ports_manage_port_operations_multithread. * sserver.c (handle_sock_requests): Likewise. | |||
1996-10-07 | . | Miles Bader | |
1996-10-07 | (connq_listen): | Miles Bader | |
Unlock CQ->lock when returning EWOULDBLOCK. | |||
1996-09-17 | *** empty log message *** | Thomas Bushnell | |
1996-07-23 | (sock_create): Remove NEXT_SOCK_ID. | Miles Bader | |
1996-07-23 | . | Miles Bader | |
1996-07-17 | Initial revision | Roland McGrath | |
1996-07-14 | (S_io_reauthenticate): Repeat sock_create_port and | Michael I. Bushnell | |
auth_server_authenticate for as long as we get EINTR. | |||
1996-07-08 | (S_io_reauthenticate): Don't use unsafe MOVE_SEND in call to | Michael I. Bushnell | |
auth_server_authenticate. | |||
1996-07-01 | (sock_create): Initialize ID field to MACH_PORT_NULL. | Miles Bader | |
1996-06-27 | (LCLHDRS): Add sserver.h. | Michael I. Bushnell | |
1996-06-20 | (pflocal): Depend on ../libfshelp/libfshelp.a. | Miles Bader | |
1996-05-16 | (sock_free): Destroy SOCK's id port if necessary. | Miles Bader | |
1996-05-14 | (struct sock): Make the id field a receive right, not an int. | Miles Bader | |
1996-05-14 | (S_io_identity): New function. | Miles Bader | |
1996-05-10 | (S_io_reauthenticate): Use new auth_server_authenticate protocol. | Michael I. Bushnell | |
1996-05-09 | (S_io_select): Remove TAG arg. | Miles Bader | |
1996-04-15 | (MIGSFLAGS): Look for mig-mutate.h in $(srcdir). | Michael I. Bushnell | |
1996-01-27 | (S_socket_recv): | Miles Bader | |
Test for MSG_OOB in IN_FLAGS, not FLAGS. Return EINVAL if we get MSG_OOB, not EOPNOTSUPP. | |||
1996-01-27 | (sock_create_port, addr_create): | Miles Bader | |
Use ports_create_port instead of ports_allocate_port. | |||
1996-01-27 | (trivfs_goaway): Handle errors from ports_inhibit_bucket_rpcs. | Miles Bader | |
(thread_cancel): Function deleted. | |||
1996-01-24 | (S_socket_connect): Handle connectionless protocols correctly. | Miles Bader | |
(S_socket_send): Allow DEST_ADDR to be null if the socket is connected. | |||
1996-01-24 | (sock_bind): Don't change SOCK's ref count if we're returning an error. | Miles Bader | |
1996-01-19 | Remove debugging noise. | Miles Bader | |
1996-01-19 | (usage, USAGE, options, debug_flag, debug_lock): Removed. | Miles Bader | |
(main): Don't bother parsing options, since we don't have any. | |||
1996-01-19 | Remove debugging noise. | Miles Bader | |
1996-01-15 | (IO_SELECT_REPLY_PORT): New def. | Miles Bader | |
1996-01-15 | (S_io_select): | Miles Bader | |
Add reply port parameter, and request notification if it dies. Don't block if we can return EOF/EPIPE immediately. | |||
1996-01-14 | Get rid of debugging cruft. | Miles Bader | |
1995-11-21 | (S_socket_bind, S_socket_connect): Drop ADDR's send right. | Miles Bader | |
1995-11-06 | (main): Add FLAGS arg to trivfs_startup call. | Miles Bader | |
1995-11-06 | (S_socket_create_address): Removing BINDING argument. | Miles Bader | |
1995-09-19 | (S_io_set_all_openmodes, S_io_set_some_openmodes, S_io_clear_some_openmodes): | Miles Bader | |
The user specifies O_NONBLOCK, not SOCK_NONBLOCK. (S_io_get_openmodes): Always return O_APPEND. | |||
1995-09-19 | (S_io_pathconf): New function. | Miles Bader | |
1995-09-07 | (MIGSTUBS): Remove notifyServer.o and interruptServer.o. | Miles Bader | |
1995-09-06 | (S_interrupt_operation): Function deleted. | Miles Bader | |