Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-09 | * pf.c (S_socket_create): Only accept S_IFCHR, S_IFSOCK and | Mark Kettenis | |
S_IFIFO as `magic' protocols. | |||
2000-08-02 | Add `magic' protocols to specify the file type of a sockets. This | Mark 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-11 | 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | |
* pf.c (S_socket_whatis_address): Use mmap instead of vm_allocate. | |||
1999-03-02 | 1999-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-29 | entered into RCS | Miles Bader | |
1995-07-26 | Formerly pf.c.~9~ | Miles Bader | |
1995-07-22 | Formerly pf.c.~8~ | Miles Bader | |
1995-07-17 | Formerly pf.c.~7~ | Miles Bader | |
1995-07-16 | Formerly pf.c.~6~ | Miles Bader | |
1995-07-16 | Formerly pf.c.~5~ | Miles Bader | |
1995-07-03 | Formerly pf.c.~4~ | Miles Bader | |
1995-07-02 | Formerly pf.c.~3~ | Miles Bader | |
1995-07-02 | Formerly pf.c.~2~ | Miles Bader | |
1995-07-01 | Initial revision | Miles Bader | |