aboutsummaryrefslogtreecommitdiff
path: root/pflocal
Commit message (Collapse)AuthorAgeFilesLines
...
* (sock_create): Initialize ID field to MACH_PORT_NULL.Miles Bader1996-07-011-1/+1
|
* (LCLHDRS): Add sserver.h.Michael I. Bushnell1996-06-271-1/+1
|
* (pflocal): Depend on ../libfshelp/libfshelp.a.Miles Bader1996-06-201-1/+1
|
* (sock_free): Destroy SOCK's id port if necessary.Miles Bader1996-05-161-1/+3
|
* (struct sock): Make the id field a receive right, not an int.Miles Bader1996-05-141-3/+4
|
* (S_io_identity): New function.Miles Bader1996-05-141-0/+47
|
* (S_io_reauthenticate): Use new auth_server_authenticate protocol.Michael I. Bushnell1996-05-101-2/+1
|
* (S_io_select): Remove TAG arg.Miles Bader1996-05-091-5/+3
|
* (MIGSFLAGS): Look for mig-mutate.h in $(srcdir).Michael I. Bushnell1996-04-151-2/+2
|
* (S_socket_recv):Miles Bader1996-01-271-6/+6
| | | | | Test for MSG_OOB in IN_FLAGS, not FLAGS. Return EINVAL if we get MSG_OOB, not EOPNOTSUPP.
* (sock_create_port, addr_create):Miles Bader1996-01-271-15/+16
| | | | Use ports_create_port instead of ports_allocate_port.
* (trivfs_goaway): Handle errors from ports_inhibit_bucket_rpcs.Miles Bader1996-01-271-16/+12
| | | | (thread_cancel): Function deleted.
* (S_socket_connect): Handle connectionless protocols correctly.Miles Bader1996-01-241-29/+56
| | | | (S_socket_send): Allow DEST_ADDR to be null if the socket is connected.
* (sock_bind): Don't change SOCK's ref count if we're returning an error.Miles Bader1996-01-241-10/+11
|
* Remove debugging noise.Miles Bader1996-01-191-2/+0
|
* (usage, USAGE, options, debug_flag, debug_lock): Removed.Miles Bader1996-01-191-42/+3
| | | | (main): Don't bother parsing options, since we don't have any.
* Remove debugging noise.Miles Bader1996-01-192-41/+4
|
* (IO_SELECT_REPLY_PORT): New def.Miles Bader1996-01-151-0/+2
|
* (S_io_select):Miles Bader1996-01-151-20/+39
| | | | | Add reply port parameter, and request notification if it dies. Don't block if we can return EOF/EPIPE immediately.
* Get rid of debugging cruft.Miles Bader1996-01-141-62/+2
|
* (S_socket_bind, S_socket_connect): Drop ADDR's send right.Miles Bader1995-11-211-15/+14
|
* (main): Add FLAGS arg to trivfs_startup call.Miles Bader1995-11-061-4/+4
|
* (S_socket_create_address): Removing BINDING argument.Miles Bader1995-11-061-4/+2
|
* (S_io_set_all_openmodes, S_io_set_some_openmodes, S_io_clear_some_openmodes):Miles Bader1995-09-191-10/+11
| | | | | The user specifies O_NONBLOCK, not SOCK_NONBLOCK. (S_io_get_openmodes): Always return O_APPEND.
* (S_io_pathconf): New function.Miles Bader1995-09-191-1/+20
|
* (MIGSTUBS): Remove notifyServer.o and interruptServer.o.Miles Bader1995-09-071-1/+1
|
* (S_interrupt_operation): Function deleted.Miles Bader1995-09-061-13/+0
|
* (sock_demuxer): Use ports_interrupt_server and ports_notify_server instead ofMiles Bader1995-09-061-52/+2
| | | | | | | | our own version. (do_mach_notify_no_senders, do_mach_notify_port_deleted, do_mach_notify_msg_accepted, do_mach_notify_port_destroyed, do_mach_notify_port_deleted, do_mach_notify_send_once, do_mach_notify_dead_name): Functions deleted.
* (S_io_read, S_io_readable): Don't return EPIPE on EOF.Miles Bader1995-09-061-6/+8
|
* (S_io_stat): Only attempt to use the read pipe if it exists.Miles Bader1995-09-051-7/+8
|
* (S_io_select): Change the way selects are done, now that writes can block.Miles Bader1995-08-311-34/+30
| | | | (S_io_write): Pass in the new NOBLOCK parameter to pipe_write.
* (S_socket_send): Pass in the new NOBLOCK parameter to pipe_send.Miles Bader1995-08-311-1/+2
|
* (S_io_select): Use pipe_select instead of pipe_wait.Miles Bader1995-08-291-1/+1
|
* (S_interrupt_operation): Use ports_interrupt_rpc to interrupt waiting threads.Miles Bader1995-08-291-27/+1
|
* (struct connq): Remove interrupt_seq_num field.Miles Bader1995-08-291-80/+8
| | | | | | (connq_listen): Use hurd_condition_wait to detect interrupts instead of previous ad-hoc mechanism. (connq_interrupt, connq_interrupt_sock): Functions deleted.
* (connq_interrupt, connq_interrupt_sock): Decls deleted.Miles Bader1995-08-291-8/+0
|
* `aquire' -> `acquire'.Miles Bader1995-08-291-2/+2
|
* (S_socket_send, S_socket_recv): `aquire' -> `acquire'.Miles Bader1995-08-291-3/+3
|
* (sock_acquire_read_pipe, sock_acquire_write_pipe): `aquire' -> `acquire'.Miles Bader1995-08-291-4/+4
|
* (S_io_select): Fix typo in masking off SELECT_URG.Roland McGrath1995-08-291-33/+22
| | | | Don't check open modes and return EBADF.
* (trivfs_goaway, trivfs_modify_stat): Update arguments.Miles Bader1995-08-241-4/+2
|
* (pflocal): Put all dependencies here.Miles Bader1995-08-241-9/+3
| | | | | | (OBJS): Remove error.o. (HURDLIBS): Removed. Removed all rules dealing with error.o.
* (S_socket_recv): Use pipe_release_reader instead of pipe_release.Miles Bader1995-08-161-3/+12
| | | | | (S_socket_send): Use pipe_release_writer instead of pipe_release. (S_socket_recv): Reflect EPIPE as EOF.
* (struct sock): Store the pipe class in a separate field, as READ_PIPE is noMiles Bader1995-08-161-0/+3
| | | | longer always defined.
* (sock_create, sock_connect): Set/use the PIPE_CLASS field.Miles Bader1995-08-161-59/+49
| | | | | | | | | | | (sock_connect, sock_aquire_write_pipe): Use pipe_aquire_writer instead of pipe_aquire. (sock_aquire_read_pipe): Use pipe_aquire_reader instead of pipe_aquire. Handle the case where there is no read pipe (in which case return EPIPE). (sock_shutdown): Make shutting down the read half just like the write half -- the pipe goes away... (sock_create): Don't bump the read pipe ref count ourself. (sock_free): Use sock_shutdown to trash the read pipe too.
* (S_io_read, S_interrupt_operation, S_io_readable, S_io_select):Miles Bader1995-08-161-26/+26
| | | | | | Use pipe_release_reader instead of pipe_release. (S_io_write): Use pipe_release_writer instead of pipe_release. (S_io_readable, S_io_read): Reflect EPIPE as EOF.
* (connq_compress): New function.Miles Bader1995-07-311-16/+24
| | | | (connq_interrupt_sock): Use connq_compress to compress the queue.
* (connq_interrupt_sock): Reset CQ's tail to the end of the compressed queue.Miles Bader1995-07-311-4/+7
|
* (S_socket_connect): Actually use the connq operations to connect, like theMiles Bader1995-07-301-22/+71
| | | | | | | | | | | listening socket is expecting, instead of connecting directly to it. (S_socket_connect): Use the CONNECT_QUEUE field to allow only a single connection attempt at once. (S_socket_connect): Check for already-connected sockets here instead of waiting for the final rendezvous. (S_socket_connect): Return ECONNREFUSED when trying to connect to a non-existant address, instead of EADDRNOTAVAIL. Rename all uses of the CONNQ field in struct sock to LISTEN_QUEUE.
* (sock_create): Initialize the CONNECT_QUEUE field and rename CONNQ toMiles Bader1995-07-301-1/+2
| | | | LISTEN_QUEUE.