Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-07-11 | 1 | -6/+5 |
| | | | | | | | | | * 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-03 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-07-03 | 1 | -1/+1 |
| | | | | | | | * 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-13 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-06-13 | 1 | -1/+1 |
| | | | | | * file-get-trans.c (diskfs_S_file_get_translator): Fix type cast in last change. | ||||
* | 1999-06-13 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-06-13 | 1 | -12/+14 |
| | | | | | | * 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>. | ||||
* | Tue May 12 12:08:35 1998 Thomas Bushnell, n/BSG <tb@mit.edu> | Thomas Bushnell | 1998-05-12 | 1 | -1/+2 |
| | | | | | | * 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). | ||||
* | (diskfs_S_file_get_translator): | Miles Bader | 1996-11-19 | 1 | -2/+2 |
| | | | | Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field. | ||||
* | (diskfs_S_file_get_translator): Initialize ERROR. | Miles Bader | 1995-11-06 | 1 | -1/+1 |
| | |||||
* | (diskfs_S_file_get_translator): Conform to new memory semantic of | Michael I. Bushnell | 1995-07-18 | 1 | -1/+14 |
| | | | | diskfs_get_translator. | ||||
* | (diskfs_S_file_get_translator): Declare variable `buflen' and various | Michael I. Bushnell | 1995-06-09 | 1 | -5/+5 |
| | | | | variables `len' to be unsigned. | ||||
* | Include <stdio.h> for asprintf decl. | Roland McGrath | 1994-11-08 | 1 | -0/+1 |
| | |||||
* | entered into RCS | Michael I. Bushnell | 1994-09-23 | 1 | -1/+1 |
| | |||||
* | Formerly file-get-trans.c.~11~ | Michael I. Bushnell | 1994-08-31 | 1 | -1/+1 |
| | |||||
* | Formerly file-get-trans.c.~10~ | Michael I. Bushnell | 1994-07-15 | 1 | -6/+14 |
| | |||||
* | Formerly file-get-trans.c.~9~ | Michael I. Bushnell | 1994-07-13 | 1 | -1/+46 |
| | |||||
* | Formerly file-get-trans.c.~8~ | Roland McGrath | 1994-05-05 | 1 | -1/+1 |
| | |||||
* | Formerly file-get-trans.c.~7~ | Michael I. Bushnell | 1994-04-13 | 1 | -0/+1 |
| | |||||
* | Formerly file-get-trans.c.~6~ | Michael I. Bushnell | 1994-04-12 | 1 | -3/+28 |
| | |||||
* | Formerly file-get-trans.c.~5~ | Michael I. Bushnell | 1994-02-04 | 1 | -2/+3 |
| | |||||
* | Formerly file-get-trans.c.~4~ | Michael I. Bushnell | 1994-02-03 | 1 | -1/+1 |
| | |||||
* | Formerly file-get-trans.c.~3~ | Michael I. Bushnell | 1994-02-03 | 1 | -0/+1 |
| | |||||
* | Formerly file-get-trans.c.~2~ | Michael I. Bushnell | 1994-01-31 | 1 | -1/+1 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1994-01-31 | 1 | -0/+41 |