aboutsummaryrefslogtreecommitdiff
path: root/isofs/main.c
Commit message (Collapse)AuthorAgeFilesLines
* 2000-12-21 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-01-071-0/+2
| | | | | | | | | | | | | | * 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-10-13 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-10-131-1/+2
| | | | * main.c (diskfs_name_max): New variable.
* 1999-01-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-241-47/+19
| | | | * main.c (main): Use diskfs_init_main.
* (diskfs_append_args):Miles Bader1997-09-221-0/+15
| | | | New function.
* Initial versions.Thomas Bushnell1997-07-181-0/+178