Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-07 | 2000-12-21 Marcus Brinkmann <marcus@gnu.org> | Marcus Brinkmann | |
* rr.c (rrip_work): Use strdup instead malloc and strcpy. Assert that strdup and malloc (for rr->trans) succeeds. * pager.c: Include <errno.h>. (create_disk_pager): If malloc fails, exit with error. * main.c (read_sblock): Fail if malloc does. * inode.c (diskfs_cached_lookup): When allocating memory for dn or np fails, release spinlock, rrip (and allocated memory) and return ENOMEM. (load_inode): Likewise (but no rrip). Also, if *npp is non-zero, release diskfs_node_refcnt_lock before returning. Reported by Igor Khavkine <i_khavki@alcor.concordia.ca>. | |||
1999-09-13 | Reverted changes related to io_map_segment. | Roland McGrath | |
1999-09-08 | 1999-09-07 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | |
* pager.c (diskfs_get_filemap): Accept additional parameter. | |||
1999-07-11 | 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | |
* lookup.c (diskfs_get_directs): Use mmap instead of vm_allocate. * pager.c (pager_read_page): Likewise. | |||
1997-08-20 | Wed Aug 20 14:29:11 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | |
* pager.c (diskfs_get_filemap): If pager_create fails, return error to caller. | |||
1997-07-18 | Initial versions. | Thomas Bushnell | |