aboutsummaryrefslogtreecommitdiff
path: root/pflocal/pf.c
Commit message (Collapse)AuthorAgeFilesLines
* * pf.c (S_socket_create): Only accept S_IFCHR, S_IFSOCK andMark Kettenis2000-08-091-6/+13
| | | | S_IFIFO as `magic' protocols.
* Add `magic' protocols to specify the file type of a sockets. ThisMark Kettenis2000-08-021-4/+13
| | | | | | | | | | | | | 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-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-111-1/+1
| | | | * pf.c (S_socket_whatis_address): Use mmap instead of vm_allocate.
* 1999-03-01 Mark Kettenis <kettenis@gnu.org>Roland McGrath1999-03-021-3/+21
| | | | | * pf.c (S_socket_whatis_address): Implement. Since we cannot tell what our adress is, return an empty string as the file name.
* (S_socket_create_address): Removing BINDING argument.Miles Bader1995-11-061-4/+2
|
* entered into RCSMiles Bader1995-07-291-1/+1
|
* Formerly pf.c.~9~Miles Bader1995-07-261-1/+2
|
* Formerly pf.c.~8~Miles Bader1995-07-221-3/+7
|
* Formerly pf.c.~7~Miles Bader1995-07-171-9/+13
|
* Formerly pf.c.~6~Miles Bader1995-07-161-0/+9
|
* Formerly pf.c.~5~Miles Bader1995-07-161-1/+2
|
* Formerly pf.c.~4~Miles Bader1995-07-031-6/+41
|
* Formerly pf.c.~3~Miles Bader1995-07-021-5/+8
|
* Formerly pf.c.~2~Miles Bader1995-07-021-12/+18
|
* Initial revisionMiles Bader1995-07-011-0/+44