summaryrefslogtreecommitdiff
path: root/libdiskfs/file-get-trans.c
AgeCommit message (Collapse)Author
2002-05-082002-05-08 Roland McGrath <roland@frob.com>Roland McGrath
* dir-lookup.c (diskfs_S_dir_lookup): int -> size_t * dir-readdir.c (diskfs_S_dir_readdir): Likewise. * file-get-trans.c (diskfs_S_file_get_translator): Likewise. * fsys-getroot.c (diskfs_S_fsys_getroot): Likewise. * diskfs.h (diskfs_append_args): unsigned -> size_t in argument type. (diskfs_append_std_options): Likewise. (diskfs_get_directs): Likewise. * file-exec.c (diskfs_S_file_exec): Likewise. * file-get-fs-opts.c (diskfs_S_file_get_fs_options): Likewise. * file-get-trans.c (diskfs_S_file_get_translator): Likewise. * file-getfh.c (diskfs_S_file_getfh): Likewise. * file-set-trans.c (diskfs_S_file_set_translator): Likewise. * fsys-getroot.c (diskfs_S_fsys_getroot): Likewise. * io-restrict-auth.c (diskfs_S_io_restrict_auth): Likewise. * opts-append-std.c (diskfs_append_std_options): Likewise. * opts-get.c (diskfs_append_args): Likewise. * dir-readdir.c (diskfs_S_dir_readdir): Likewise.
1999-07-111999-07-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* boot-start.c (diskfs_S_exec_startup_get_info): Use mmap instead of vm_allocate. (diskfs_S_fsys_init): Likewise. * file-get-trans.c (diskfs_S_file_get_translator): Likewise. * file-getfh.c (diskfs_S_file_getfh): Likewise. * io-read.c (diskfs_S_io_read): Likewise.
1999-07-031999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* file-get-trans.c (diskfs_S_file_get_translator): Use munmap instead of vm_deallocate. * io-read.c (diskfs_S_io_read): Likewise. * protid-rele.c (diskfs_protid_rele): Likewise.
1999-06-131999-06-13 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* file-get-trans.c (diskfs_S_file_get_translator): Fix type cast in last change.
1999-06-131999-06-13 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* file-get-trans.c (diskfs_S_file_get_translator): If we return an error, vm_deallocate any vm_allocated memory. From Mark Kettenis <kettenis@gnu.org>.
1998-05-12Tue May 12 12:08:35 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell
* file-get-trans.c (diskfs_S_file_get_translator) [S_ISCHR || S_ISBLK]: Free BUF after using it. Reported by Katusya Tanaka (wyvern@pb3.so-net.ne.jp).
1996-11-19(diskfs_S_file_get_translator):Miles Bader
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
1995-11-06(diskfs_S_file_get_translator): Initialize ERROR.Miles Bader
1995-07-18(diskfs_S_file_get_translator): Conform to new memory semantic ofMichael I. Bushnell
diskfs_get_translator.
1995-06-09(diskfs_S_file_get_translator): Declare variable `buflen' and variousMichael I. Bushnell
variables `len' to be unsigned.
1994-11-08Include <stdio.h> for asprintf decl.Roland McGrath
1994-09-23entered into RCSMichael I. Bushnell
1994-08-31Formerly file-get-trans.c.~11~Michael I. Bushnell
1994-07-15Formerly file-get-trans.c.~10~Michael I. Bushnell
1994-07-13Formerly file-get-trans.c.~9~Michael I. Bushnell
1994-05-05Formerly file-get-trans.c.~8~Roland McGrath
1994-04-13Formerly file-get-trans.c.~7~Michael I. Bushnell
1994-04-12Formerly file-get-trans.c.~6~Michael I. Bushnell
1994-02-04Formerly file-get-trans.c.~5~Michael I. Bushnell
1994-02-03Formerly file-get-trans.c.~4~Michael I. Bushnell
1994-02-03Formerly file-get-trans.c.~3~Michael I. Bushnell
1994-01-31Formerly file-get-trans.c.~2~Michael I. Bushnell
1994-01-31Initial revisionMichael I. Bushnell