Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-08 | 2002-05-08 Roland McGrath <roland@frob.com> | Roland McGrath | |
* main.c (diskfs_append_args): unsigned -> size_t * lookup.c (diskfs_get_directs): Likewise. | |||
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-10-13 | 1999-10-13 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* main.c (diskfs_name_max): New variable. | |||
1999-01-24 | 1999-01-23 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* main.c (main): Use diskfs_init_main. | |||
1997-09-22 | (diskfs_append_args): | Miles Bader | |
New function. | |||
1997-07-18 | Initial versions. | Thomas Bushnell | |