aboutsummaryrefslogtreecommitdiff
path: root/ufs/alloc.c
Commit message (Collapse)AuthorAgeFilesLines
* (ffs_blkfree): final fixup.Michael I. Bushnell1996-04-231-10/+10
|
* Include <string.h>.Michael I. Bushnell1996-04-231-6/+9
| | | | Fixup.
* (ffs_realloccg): Use read/write_disk_entry when reading/writingMichael I. Bushnell1996-04-231-10/+158
| | | | | | | | on-disk inode fields. (ffs_blkpref): Use read_disk_entry when reading from BAP array. (swab_cg, read_cg, release_cg): New functions. (ffs_fragextend, ffs_alloccg, ffs_nodealloccg, ffs_blkfree, diskfs_free_node): Use new cg access functions.
* (ffs_realloccg): If we are allocating a new block, don't actually freeMichael I. Bushnell1996-04-181-3/+6
| | | | the old one here.
* (ffs_realloccg): Fix typo.Michael I. Bushnell1995-06-201-1/+1
|
* (ffs_realloccg): Remove assignments from if tests.Michael I. Bushnell1995-06-201-2/+4
|
* More typos.Michael I. Bushnell1995-03-171-4/+4
|
* (alloc_sync): Typo.Michael I. Bushnell1995-03-171-1/+1
|
* (ffs_clusteracct): Make static.Michael I. Bushnell1995-03-171-3/+23
| | | | | | | | | (alloc_sync): New function. (ffs_alloc): Call alloc_sync. (ffs_realloccg): Likewise. (diskfs_alloc_node): Likewise. (ffs_blkfree): Likewise. (diskfs_free_node): Likewise.
* entered into RCSMichael I. Bushnell1994-10-251-0/+22
|
* Formerly alloc.c.~18~Michael I. Bushnell1994-10-051-0/+1
|
* Formerly alloc.c.~17~Michael I. Bushnell1994-09-271-1/+0
|
* Formerly alloc.c.~16~Michael I. Bushnell1994-09-231-1/+0
|
* Formerly alloc.c.~15~Michael I. Bushnell1994-09-231-6/+6
|
* Formerly alloc.c.~14~Michael I. Bushnell1994-08-181-0/+2
|
* Formerly alloc.c.~13~Michael I. Bushnell1994-07-151-51/+61
|
* Formerly alloc.c.~12~Michael I. Bushnell1994-07-141-256/+275
|
* Formerly alloc.c.~11~Michael I. Bushnell1994-07-141-866/+1284
|
* Formerly alloc.c.~10~Michael I. Bushnell1994-06-011-6/+9
|
* Initial revisionMichael I. Bushnell1994-05-261-0/+1053