aboutsummaryrefslogtreecommitdiff
path: root/isofs
Commit message (Collapse)AuthorAgeFilesLines
* Reverted changes related to io_map_segment.Roland McGrath1999-09-132-4/+6
|
* 1999-09-07 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-09-082-1/+7
| | | | * pager.c (diskfs_get_filemap): Accept additional parameter.
* 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-113-3/+9
| | | | | * lookup.c (diskfs_get_directs): Use mmap instead of vm_allocate. * pager.c (pager_read_page): Likewise.
* .Roland McGrath1999-07-111-1/+5
|
* 1999-07-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-111-3/+4
| | | | * isofs.h: Add #include <sys/mman.h> for munmap decl.
* 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-032-8/+12
| | | | | * lookup.c (diskfs_get_directs): Use munmap instead of vm_deallocate.
* .Roland McGrath1999-06-131-0/+4
|
* 1999-06-13 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-06-131-1/+1
| | | | * lookup.c (diskfs_get_directs): Add cast to silence warning.
* .Roland McGrath1999-01-241-0/+8
|
* 1999-01-22 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-241-60/+59
| | | | * rr.c (rrip_work): Remove makedev macro definition.
* 1999-01-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-241-47/+19
| | | | * main.c (main): Use diskfs_init_main.
* .Roland McGrath1998-12-271-0/+5
|
* 1998-12-27 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-12-271-8/+3
| | | | | * inode.c (diskfs_set_statfs): Remove __ from struct statfs members. Use bzero first instead of setting individual fields to zero.
* .Roland McGrath1998-12-271-0/+5
|
* 1998-12-21 Mark Kettenis <kettenis@phys.uva.nl>Roland McGrath1998-12-271-2/+13
| | | | | * inode.c (diskfs_set_statfs): Fill in statfs members with sensible values.
* *** empty log message ***Thomas Bushnell1998-11-161-2/+1
|
* .Roland McGrath1998-11-161-0/+4
|
* Wed Oct 28 22:52:04 1998 Joel N. Weber II <devnull@methedrine.ai.mit.edu>Roland McGrath1998-11-161-1/+1
| | | | * inode.c (read_disknode): Use FSTYPE_ISO9660.
* .Roland McGrath1998-09-041-2/+9
|
* 1998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-09-042-78/+78
| | | | | | | * lookup.c (diskfs_lookup_hard): Fix defn with `const'. (diskfs_direnter_hard): Likewise. (diskfs_get_directs): Use `const' for local var NAME. * inode.c (diskfs_set_translator): Fix defn with `const'.
* .Miles Bader1997-09-221-0/+4
|
* (diskfs_append_args):Miles Bader1997-09-221-0/+15
| | | | New function.
* (read_disknode):Miles Bader1997-09-191-5/+8
| | | | | | | RR should be RL. Assign 0's type-correctly to NP->dn->translator and ->translen. (diskfs_node_norefs): The translator field is in NP->dn, not NP.
* .Miles Bader1997-09-191-0/+12
|
* (rrip_work):Miles Bader1997-09-191-3/+2
| | | | | ER->lenid should be ER->len_id. Remove unused variable C.
* (GNUEXT_ID):Miles Bader1997-09-191-1/+1
| | | | Make value a string.
* Tue Sep 16 15:34:21 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-09-161-0/+16
| | | | | * Makefile (DIST_FILES): Add, referring to EXTENSIONS. * EXTENSIONS: New file.
* Tue Sep 16 15:34:21 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-09-166-35/+183
| | | | | | | | | | | | | | | | | | | | | | * rr.c (gnuext_live): New variable. (rrip_work): Comprehend AU, TR, MD, and FL, all as GNU extensions. Recognize GNU extension id field when processing ER fields. (release_rrip): Free RR->trans if it's live. * inode.c (read_disknode): Interpret and install the values set by AU, TR, MD, and FL extensions. (diskfs_node_norefs): Free NP->translator if it's set. * isofs.h (struct disknode): New members `translen' and `translator'. * rr.h (struct gn_au, struct gn_tr, struct gn_md, struct gn_fl): New strucures. (GNUEXT_SRC, GNUEXT_DES, GNUEXT_ID, GNUEXT_VERS): New macros. (struct rrip_lookup): New members author, translen, trans, allmode, flags. (VALID_AU, VALID_TR, VALID_MD, VALID_FL): New macros. * Makefile (DIST_FILES): Add, referring to EXTENSIONS. * EXTENSIONS: New file.
* Wed Aug 20 14:29:11 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-08-202-0/+12
| | | | | * pager.c (diskfs_get_filemap): If pager_create fails, return error to caller.
* Tue Aug 19 14:20:09 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-08-192-1/+7
| | | | | | * rr.c (rrip_work) [SL]: Component length field does not include the two header bytes, so add an extra two in advancing the pointer past the component.
* Thu Aug 7 16:01:29 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-08-072-1/+6
| | | | | * inode.c (read_disknode): Units of st_blocks are 512 byte chunks, not logical_block_size chunks.
* .Miles Bader1997-07-221-1/+4
|
* (dir):Miles Bader1997-07-221-2/+1
| | | | Is isofs, not ufs.
* Mon Jul 21 16:00:04 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-07-212-1/+5
| | | | * Makefile (LCLHDRS): Remove susp.h.
* Initial versions.Thomas Bushnell1997-07-1811-0/+2632