aboutsummaryrefslogtreecommitdiff
path: root/libtrivfs
Commit message (Expand)AuthorAgeFilesLines
* (trivfs_protid_dup): Use ports_create_port instead of ports_allocate_port,Miles Bader1996-01-271-30/+33
* (trivfs_open): Use ports_create_port instead of ports_allocate_port, andMiles Bader1996-01-271-7/+4
* (trivfs_create_control): New declaration.Miles Bader1996-01-271-12/+21
* (OTHERSRCS): Add cntl-create.c.Miles Bader1996-01-271-3/+3
* (trivfs_startup): Use trivfs_create_control.Miles Bader1996-01-271-18/+19
* (trivfs_handle_port): Use trivfs_create_control.Miles Bader1996-01-271-11/+14
* (trivfs_S_io_restrict_auth): Use ports_create_port instead ofMiles Bader1996-01-271-3/+7
* (trivfs_S_io_reauthenticate): Use ports_create_port instead ofMiles Bader1996-01-271-3/+7
* (trivfs_clean_protid):Miles Bader1996-01-191-3/+8
* Waste some time adding reply port args that no one will use.Miles Bader1995-11-1327-12/+38
* (trivfs_startup): Add FLAGS arg, passed to fsys_startup.Miles Bader1995-11-131-3/+5
* (trivfs_startup): Add FLAGS arg.Miles Bader1995-11-131-2/+3
* (trivfs_S_file_get_storage_info):Miles Bader1995-11-131-2/+5
* (trivfs_S_fsys_get_options, trivfs_S_file_get_fs_options): New functions.Miles Bader1995-11-131-0/+17
* (trivfs_S_fsys_getpriv): Add poly args.Roland McGrath1995-10-071-2/+2
* (trivfs_S_fsys_getpriv): Add poly args.Roland McGrath1995-10-071-2/+2
* (libtrivfs.so): Depend on ../libports/libports.so.Roland McGrath1995-10-071-0/+1
* (trivfs_S_file_get_storage_info):Miles Bader1995-10-071-1/+2
* (trivfs_S_dir_link): Swap first two arguments.Miles Bader1995-10-071-2/+2
* (trivfs_{begin,end}_using_{protid,control}): Declare them.Roland McGrath1995-10-061-0/+11
* Remove leading _ from function names.Roland McGrath1995-10-062-11/+11
* (FSSRCS): Add file-get-storage-info.c.Roland McGrath1995-10-051-1/+1
* Initial revisionRoland McGrath1995-10-051-0/+29
* (FSSRCS): Rename file-truncate.c to file-set-size.c.Miles Bader1995-09-221-1/+1
* (trivfs_S_file_set_size): Renamed from file-truncate.c:trivfs_s_file_truncate.Miles Bader1995-09-181-1/+1
* (trivfs_S_io_pathconf): Add reply port to args.Miles Bader1995-09-181-1/+3
* (FSSRCS): Remove file-pathconf.c.Miles Bader1995-09-181-9/+9
* (trivfs_S_io_pathconf): Renamed from file-pathconf.c:trivfs_s_file_pathconf.Miles Bader1995-09-181-2/+2
* (SRCS): Removed $(NOTIFYSRCS) and $(INTSRCS).Miles Bader1995-09-061-7/+2
* (trivfs_demuxer): Use ports_notify_server and ports_interrupt_server insteadMiles Bader1995-09-061-4/+2
* (trivfs_S_interrupt_operation): Use ports_interrupt_rpc.Miles Bader1995-08-251-2/+7
* Initial revisionMiles Bader1995-08-241-0/+39
* (trivfs_handle_port): Initialize the hook field.Miles Bader1995-08-241-0/+1
* (trivfs_S_io_stat): Pass CRED to trivfs_modify_stat.Miles Bader1995-08-241-1/+1
* (trivfs_S_fsys_goaway): Use new args for trivfs_goaway.Miles Bader1995-08-241-6/+1
* (struct trivfs_control): Add the hook field.Miles Bader1995-08-241-7/+4
* (REMHDRS): Removed.Miles Bader1995-08-241-2/+1
* Doc fix.Michael I. Bushnell1995-08-211-3/+2
* (trivfs_S_io_reauthenticate): Allow trivfs_protid_create_hook to return anMiles Bader1995-08-121-7/+10
* (trivfs_clean_protid): Only call trivfs_protid_destroy_hook hook on CRED ifMiles Bader1995-08-121-2/+8
* (trivfs_S_io_restrict_auth): Allow trivfs_protid_create_hook to return anMiles Bader1995-08-121-8/+22
* (trivfs_S_io_duplicate): Allow trivfs_protid_create_hook to return an errorMiles Bader1995-08-121-27/+10
* (trivfs_protid_create_hook, trivfs_peropen_create_hook): Change theMiles Bader1995-08-121-2/+20
* (trivfs_S_fsys_getroot): Allow trivfs_protid_create_hook andMiles Bader1995-08-121-53/+25
* (OTHERSRCS): Add protid-dup.c and open.c.Miles Bader1995-08-121-2/+2
* Initial revisionMiles Bader1995-08-122-0/+173
* (trivfs_S_io_restrict_auth): Free initial reference created byMichael I. Bushnell1995-07-211-0/+1
* (trivfs_S_io_reauthenticate): Free initial reference created byMichael I. Bushnell1995-07-211-1/+3
* (trivfs_S_io_duplicate): Free initial reference created byMichael I. Bushnell1995-07-211-0/+1
* (trivfs_handle_port): Free initial reference created byMichael I. Bushnell1995-07-211-1/+4