summaryrefslogtreecommitdiff
path: root/pflocal/pf.c
AgeCommit message (Collapse)Author
2000-08-09* pf.c (S_socket_create): Only accept S_IFCHR, S_IFSOCK andMark Kettenis
S_IFIFO as `magic' protocols.
2000-08-02Add `magic' protocols to specify the file type of a sockets. ThisMark Kettenis
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.
1999-07-111999-07-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* pf.c (S_socket_whatis_address): Use mmap instead of vm_allocate.
1999-03-021999-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.
1995-11-06(S_socket_create_address): Removing BINDING argument.Miles Bader
1995-07-29entered into RCSMiles Bader
1995-07-26Formerly pf.c.~9~Miles Bader
1995-07-22Formerly pf.c.~8~Miles Bader
1995-07-17Formerly pf.c.~7~Miles Bader
1995-07-16Formerly pf.c.~6~Miles Bader
1995-07-16Formerly pf.c.~5~Miles Bader
1995-07-03Formerly pf.c.~4~Miles Bader
1995-07-02Formerly pf.c.~3~Miles Bader
1995-07-02Formerly pf.c.~2~Miles Bader
1995-07-01Initial revisionMiles Bader