aboutsummaryrefslogtreecommitdiff
path: root/pflocal/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 2002-04-24 Ognyan Kulev <ogi@fmi.uni-sofia.bg>Marcus Brinkmann2002-04-241-0/+7
| | | | | | | * sock.c (sock_shutdown): When both SHUTDOWN_READ and SHUTDOWN_WRITE are set in FLAGS unlock sock->lock after all processing of `sock' is finished. (sock_create): Replace bzero with memset.
* .Roland McGrath2001-12-221-0/+11
|
* .Roland McGrath2001-04-011-0/+4
|
* 2001-02-20 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-02-201-0/+5
| | | | | * connq.c: Include <assert.h>. Reported by Arkadi E. Shishlov <arkadi@it.lv>.
* 2001-02-11 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-02-121-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 andMark Kettenis2000-08-091-0/+5
| | | | S_IFIFO as `magic' protocols.
* Add `magic' protocols to specify the file type of a sockets. ThisMark Kettenis2000-08-021-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 libMark Kettenis2000-07-261-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 McGrath1999-09-131-0/+4
|
* 1999-09-07 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-09-081-0/+4
| | | | * io.c (S_io_map_segment): New function.
* .Roland McGrath1999-07-111-0/+4
|
* 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-111-0/+4
| | | | * pf.c (S_socket_whatis_address): Use mmap instead of vm_allocate.
* .Roland McGrath1999-07-111-0/+4
|
* 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-031-0/+4
| | | | * io.c (TRASH_IDS): Use munmap instead of vm_deallocate.
* .Roland McGrath1999-03-021-0/+5
|
* Tue Feb 16 05:52:35 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-161-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 McGrath1998-10-201-0/+4
|
* .Roland McGrath1998-07-201-7/+11
|
* Wed Aug 20 14:06:11 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-08-201-0/+6
| | | | | | * pflocal.c (main): New args for ports_manage_port_operations_multithread. * sserver.c (handle_sock_requests): Likewise.
* .Miles Bader1996-10-071-0/+4
|
* *** empty log message ***Thomas Bushnell1996-09-171-0/+5
|
* .Miles Bader1996-07-231-0/+4
|
* Initial revisionRoland McGrath1996-07-171-0/+244