Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2000-12-21 Marcus Brinkmann <marcus@gnu.org> | Marcus Brinkmann | 2001-01-07 | 1 | -1/+4 |
| | | | | | | | | | | | | | | * 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>. | ||||
* | Reverted changes related to io_map_segment. | Roland McGrath | 1999-09-13 | 1 | -3/+1 |
| | |||||
* | 1999-09-07 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-09-08 | 1 | -1/+3 |
| | | | | * pager.c (diskfs_get_filemap): Accept additional parameter. | ||||
* | 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-07-11 | 1 | -2/+3 |
| | | | | | * lookup.c (diskfs_get_directs): Use mmap instead of vm_allocate. * pager.c (pager_read_page): Likewise. | ||||
* | Wed Aug 20 14:29:11 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1997-08-20 | 1 | -0/+7 |
| | | | | | * pager.c (diskfs_get_filemap): If pager_create fails, return error to caller. | ||||
* | Initial versions. | Thomas Bushnell | 1997-07-18 | 1 | -0/+341 |