Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | . | Roland McGrath | 2001-12-22 | 1 | -0/+11 |
| | |||||
* | . | Roland McGrath | 2001-04-01 | 1 | -0/+4 |
| | |||||
* | 2001-02-20 Marcus Brinkmann <marcus@gnu.org> | Marcus Brinkmann | 2001-02-20 | 1 | -0/+5 |
| | | | | | * connq.c: Include <assert.h>. Reported by Arkadi E. Shishlov <arkadi@it.lv>. | ||||
* | 2001-02-11 Marcus Brinkmann <marcus@gnu.org> | Marcus Brinkmann | 2001-02-12 | 1 | -0/+7 |
| | | | | | | | * connq.c (connq_destroy): New function. * connq.h: Prototype connq_destroy. * sock.c (sock_free): Call connq_destroy when listen or connect queue exist. | ||||
* | * pf.c (S_socket_create): Only accept S_IFCHR, S_IFSOCK and | Mark Kettenis | 2000-08-09 | 1 | -0/+5 |
| | | | | S_IFIFO as `magic' protocols. | ||||
* | Add `magic' protocols to specify the file type of a sockets. This | Mark Kettenis | 2000-08-02 | 1 | -0/+14 |
| | | | | | | | | | | | | | allows implementation of POSIX pipes by using a S_IFSOCK protocol. * sock.h: Include <sys/types.h>. (struct sock): Add new member `mode'. (sock_create): Add new parameter `mode'. * sock.c (sock_create): Initialize `mode' member of struct sock, with new parameter. * pf.c (S_socket_create): Pass file type/mode to sock_create based on PROTOCOL. * io.c (S_io_stat): Use new member of `struct sock' to set ST->st_mode. | ||||
* | * Makefile (HURDLIBS): Reorder libs such that the threads lib | Mark Kettenis | 2000-07-26 | 1 | -0/+7 |
| | | | | | | comes before the ports lib. This makes sure the functions in libthreads properly override the stubs in libports with the new dynamic linker semantics in glibc 2.2. | ||||
* | Reverted changes related to io_map_segment. | Roland McGrath | 1999-09-13 | 1 | -0/+4 |
| | |||||
* | 1999-09-07 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-09-08 | 1 | -0/+4 |
| | | | | * io.c (S_io_map_segment): New function. | ||||
* | . | Roland McGrath | 1999-07-11 | 1 | -0/+4 |
| | |||||
* | 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-07-11 | 1 | -0/+4 |
| | | | | * pf.c (S_socket_whatis_address): Use mmap instead of vm_allocate. | ||||
* | . | Roland McGrath | 1999-07-11 | 1 | -0/+4 |
| | |||||
* | 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-07-03 | 1 | -0/+4 |
| | | | | * io.c (TRASH_IDS): Use munmap instead of vm_deallocate. | ||||
* | . | Roland McGrath | 1999-03-02 | 1 | -0/+5 |
| | |||||
* | Tue Feb 16 05:52:35 1999 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-02-16 | 1 | -0/+5 |
| | | | | | * io.c (S_io_revoke): New function. Don't attempt to implement. (Other systems don't even permit non-file revokes.) | ||||
* | Add braces to silence gcc warnings. | Roland McGrath | 1998-10-20 | 1 | -0/+4 |
| | |||||
* | . | Roland McGrath | 1998-07-20 | 1 | -7/+11 |
| | |||||
* | Wed Aug 20 14:06:11 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1997-08-20 | 1 | -0/+6 |
| | | | | | | * pflocal.c (main): New args for ports_manage_port_operations_multithread. * sserver.c (handle_sock_requests): Likewise. | ||||
* | . | Miles Bader | 1996-10-07 | 1 | -0/+4 |
| | |||||
* | *** empty log message *** | Thomas Bushnell | 1996-09-17 | 1 | -0/+5 |
| | |||||
* | . | Miles Bader | 1996-07-23 | 1 | -0/+4 |
| | |||||
* | Initial revision | Roland McGrath | 1996-07-17 | 1 | -0/+244 |