aboutsummaryrefslogtreecommitdiff
path: root/pfinet/io-ops.c
Commit message (Collapse)AuthorAgeFilesLines
* Reverted changes related to io_map_segment.Roland McGrath1999-09-131-11/+0
|
* 1999-09-07 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-09-081-0/+11
| | | | * io-ops.c (S_io_map_segment): New function.
* 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-111-1/+1
| | | | | * io-ops.c (S_io_read): Use mmap instead of vm_allocate. * socket-ops.c (S_socket_whatis_address): Likewise.
* 1999-07-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-111-42/+42
| | | | * io-ops.c: Add #include <sys/mman.h> for munmap decl.
* 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-031-11/+6
| | | | | * io-ops.c (S_io_read): Use munmap instead of vm_deallocate. (S_io_reauthenticate): Likewise.
* Tue Feb 16 05:50:27 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-161-1/+8
| | | | | * io-ops.c (S_io_revoke): New function. Don't attempt to implement. (Other systems don't even permit non-file revokes.)
* Fri Apr 24 15:43:07 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell1998-04-241-1/+2
| | | | | | * io-ops.c (S_io_select): When returning EINTR after cancellation, deallocate REPLY because the stub won't do it for us. Reported by UCHIYAMA Yasushi (uch@nop.or.jp).
* (S_io_write):Miles Bader1997-08-251-2/+4
| | | | Negate linux error codes before returning.
* *** empty log message ***Michael I. Bushnell1996-07-191-3/+7
|
* (S_io_reauthenticate): Repeat auth_server_authenticate for as long asMichael I. Bushnell1996-07-141-13/+23
| | | | we get EINTR. Deal with other errors without crashing.
* (S_io_reauthenticate): Don't use unsafe MOVE_SEND in call toMichael I. Bushnell1996-07-081-1/+2
| | | | auth_server_authenticate.
* (S_io_identity): New function.Michael I. Bushnell1996-05-141-0/+35
|
* (S_io_reauthenticate): Use new auth_server_authenticate interface.Michael I. Bushnell1996-05-101-4/+2
| | | | (S_io_select): Drop ID_TAG arg.
* entered into RCSMiles Bader1995-12-271-4/+13
|
* Formerly io-ops.c.~7~Michael I. Bushnell1995-11-291-5/+19
|
* Formerly io-ops.c.~6~Michael I. Bushnell1995-11-091-4/+131
|
* Formerly io-ops.c.~5~Michael I. Bushnell1995-11-081-3/+5
|
* Formerly io-ops.c.~4~Michael I. Bushnell1995-11-061-11/+212
|
* Formerly io-ops.c.~3~Michael I. Bushnell1995-11-011-0/+86
|
* Formerly io-ops.c.~2~Michael I. Bushnell1995-10-261-1/+100
|
* Initial revisionMichael I. Bushnell1995-10-261-0/+49