Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix common misspellings | Jonathan Neuschäfer | 2011-08-20 | 1 | -1/+1 |
| | | | | | | * Fix spelling with codespell[1] and manually review it. [1] http://git.profusion.mobi/cgit.cgi/lucas/codespell/ | ||||
* | fix copyright years | Samuel Thibault | 2008-07-22 | 1 | -1/+1 |
| | |||||
* | 2008-07-22 Samuel Thibault <samuel.thibault@ens-lyon.org> | Samuel Thibault | 2008-07-22 | 1 | -0/+1 |
| | | | | | | * pf.c (S_socket_fabricate_address): Drop one reference from addr since we only take the send right. * socket.c (S_socket_name): Likewise. | ||||
* | * pf.c (S_socket_create): Only accept S_IFCHR, S_IFSOCK and | Mark Kettenis | 2000-08-09 | 1 | -6/+13 |
| | | | | S_IFIFO as `magic' protocols. | ||||
* | Add `magic' protocols to specify the file type of a sockets. This | Mark Kettenis | 2000-08-02 | 1 | -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 Bushnell | 1999-07-11 | 1 | -1/+1 |
| | | | | * pf.c (S_socket_whatis_address): Use mmap instead of vm_allocate. | ||||
* | 1999-03-01 Mark Kettenis <kettenis@gnu.org> | Roland McGrath | 1999-03-02 | 1 | -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 Bader | 1995-11-06 | 1 | -4/+2 |
| | |||||
* | entered into RCS | Miles Bader | 1995-07-29 | 1 | -1/+1 |
| | |||||
* | Formerly pf.c.~9~ | Miles Bader | 1995-07-26 | 1 | -1/+2 |
| | |||||
* | Formerly pf.c.~8~ | Miles Bader | 1995-07-22 | 1 | -3/+7 |
| | |||||
* | Formerly pf.c.~7~ | Miles Bader | 1995-07-17 | 1 | -9/+13 |
| | |||||
* | Formerly pf.c.~6~ | Miles Bader | 1995-07-16 | 1 | -0/+9 |
| | |||||
* | Formerly pf.c.~5~ | Miles Bader | 1995-07-16 | 1 | -1/+2 |
| | |||||
* | Formerly pf.c.~4~ | Miles Bader | 1995-07-03 | 1 | -6/+41 |
| | |||||
* | Formerly pf.c.~3~ | Miles Bader | 1995-07-02 | 1 | -5/+8 |
| | |||||
* | Formerly pf.c.~2~ | Miles Bader | 1995-07-02 | 1 | -12/+18 |
| | |||||
* | Initial revision | Miles Bader | 1995-07-01 | 1 | -0/+44 |