aboutsummaryrefslogtreecommitdiff
path: root/libiohelp
Commit message (Collapse)AuthorAgeFilesLines
* .Roland McGrath2002-05-081-0/+4
|
* 2002-05-07 Roland McGrath <roland@frob.com>Roland McGrath2002-05-081-2/+2
| | | | * iouser-reauth.c (iohelp_reauth): u_int -> size_t
* .Roland McGrath2002-05-051-0/+9
|
* 2002-05-04 Roland McGrath <roland@frob.com>Roland McGrath2002-05-051-5/+5
| | | | | * iouser-create.c (iohelp_create_complex_iouser): Add const to args. * iohelp.h: Update decl.
* 2002-05-04 Roland McGrath <roland@frob.com>Roland McGrath2002-05-051-5/+13
| | | | | | | | * iouser-create.c (iohelp_create_complex_iouser): Add const to args. * iohelp.h: Update decl. * iouser-restrict.c: New file. * Makefile (SRCS): Add it. * iohelp.h: Declare iohelp_restrict_iouser.
* 2002-05-04 Roland McGrath <roland@frob.com>Roland McGrath2002-05-052-3/+86
| | | | | | * iouser-restrict.c: New file. * Makefile (SRCS): Add it. * iohelp.h: Declare iohelp_restrict_iouser.
* .Roland McGrath2001-06-161-1/+17
|
* 2001-04-21 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-06-164-32/+137
| | | | | | | | | | | | | | | | * iohelp.h (iohelp_create_iouser): Change declaration such that as error_t is now returned and the iouser is a parameter. (iohelp_create_empty_iouser): New funtion. (iohelp_create_simple_iouser): New function. (iohelp_create_complex_iouser): New funtion. * iouser-create.c (iohelp_create_iouser): Implement new semantics. (iohelp_create_empty_iouser): Implement new function. (iohelp_create_simple_iouser): Implement new function. (iohelp_create_complex_iouser): Implement new function. * iouser-dup.c (iohelp_dup_iouser): Implement new semantics. * iouser-reauth.c (iohelp_reauth): Implement new semantics.
* 1999-07-11 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-113-4/+12
| | | | | | | * return-buffer.c: Include <sys/mman.h>. * iouser-reauth.c (iohelp_reauth): Cast first arg to munmap correctly.
* 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-112-2/+10
| | | | | * return-buffer.c (iohelp_return_malloced_buffer): Use mmap instead of vm_allocate.
* .Roland McGrath1999-07-111-1/+5
|
* 1999-07-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-111-1/+2
| | | | * iouser-reauth.c: Add #include <sys/mman.h> for munmap decl.
* 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-032-9/+10
| | | | | * iouser-reauth.c (iohelp_reauth): Use munmap instead of vm_deallocate.
* .Roland McGrath1998-08-211-0/+4
|
* 1998-08-21 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-08-211-4/+5
| | | | * Makefile (SRCS): Add return-buffer.c.
* .Roland McGrath1998-08-201-4/+9
|
* 1998-08-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-08-202-3/+62
| | | | | | * return-buffer.c (iohelp_return_malloced_buffer): Moved here from ../libfshelp/return-buffer.c and renamed from fshelp to iohelp. * iohelp.h (iohelp_return_malloced_buffer): Declare it.
* Mon Nov 18 16:37:59 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-11-187-2/+66
| | | | | | | | | | | | | | | | | | * iouser-reauth.c: Include <hurd/auth.h>. Sat Nov 16 17:54:50 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile (SRCS): Add shared.c. * shared.c: New file. Fri Nov 15 13:39:46 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * iouser-create.c (iohelp_create_iouser): Set NEW->hook to zero. * iouser-dup.c (iohelp_dup_iouser): Likewise. Tue Nov 12 21:51:29 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * iohelp.h: Include <idvec.h>.
* Wed Nov 6 19:26:14 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-11-137-3/+262
| | | | | | | | | | | | | | | | * Makefile (SRCS): Add iouser-create.c, iouser-dup.c iouser-reauth.c, and iouser-free.c. (OBJS): Compute automatically. * iohelp.h (iohelp_create_user): New function. * iouser-create.c: New file. Tue Nov 5 21:51:24 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * iohelp.h (struct iouser): New type. (iohelp_dup_iouser, iohelp_free_iouser, iohelp_reauth): New functions. * iouser-dup.c, iouser-reauth.c, iouser-free.c: New files.
* *** empty log message ***Thomas Bushnell1996-09-172-2/+6
|
* Initial revisionRoland McGrath1996-07-171-0/+37
|
* ioserver -> iohelp.Michael I. Bushnell1996-05-091-5/+5
|
* gs/ioserver/iohelp/Michael I. Bushnell1996-05-066-31/+31
|
* Specify shared library dependencies.Roland McGrath1995-10-091-0/+1
|
* Removed dependencies that are now automatically generated.Michael I. Bushnell1995-07-061-3/+1
|
* entered into RCSMichael I. Bushnell1994-10-071-1/+1
|
* entered into RCSMichael I. Bushnell1994-07-221-21/+5
|
* Formerly Makefile.~13~Michael I. Bushnell1994-07-051-0/+1
|
* Formerly Makefile.~12~Roland McGrath1994-05-051-2/+2
|
* Formerly Makefile.~11~Michael I. Bushnell1994-05-021-1/+1
|
* Formerly Makefile.~9~Michael I. Bushnell1994-03-021-2/+2
|
* Formerly Makefile.~8~Michael I. Bushnell1994-03-011-1/+1
|
* Formerly Makefile.~7~Michael I. Bushnell1994-02-111-4/+3
|
* entered into RCSMichael I. Bushnell1994-02-113-28/+15
|
* Formerly ioserver.h.~5~Michael I. Bushnell1994-02-031-0/+4
|
* Formerly ioserver.h.~4~Michael I. Bushnell1994-02-031-5/+5
|
* Formerly ioserver.h.~3~Michael I. Bushnell1994-02-031-0/+1
|
* Formerly handle_io_get_conch.c.~5~Michael I. Bushnell1994-01-251-4/+4
|
* Formerly handle_io_release_conch.c.~5~Michael I. Bushnell1994-01-251-1/+1
|
* Formerly get_conch.c.~6~Michael I. Bushnell1994-01-251-1/+1
|
* Formerly ioserver.h.~2~Michael I. Bushnell1994-01-251-8/+9
|
* entered into RCSMichael I. Bushnell1994-01-252-2/+2
|
* Formerly verify_user_conch.c.~4~Michael I. Bushnell1994-01-251-0/+2
|
* Formerly initialize_conch.c.~4~Michael I. Bushnell1994-01-251-0/+2
|
* Formerly handle_io_release_conch.c.~4~Michael I. Bushnell1994-01-251-1/+4
|
* Formerly handle_io_get_conch.c.~4~Michael I. Bushnell1994-01-251-1/+5
|
* Formerly get_conch.c.~5~Michael I. Bushnell1994-01-251-2/+2
|
* Formerly verify_user_conch.c.~3~Michael I. Bushnell1994-01-201-2/+2
|
* Formerly initialize_conch.c.~3~Michael I. Bushnell1994-01-201-2/+2
|
* Formerly handle_io_release_conch.c.~3~Michael I. Bushnell1994-01-201-2/+2
|