aboutsummaryrefslogtreecommitdiff
path: root/ufs/alloc.c
Commit message (Collapse)AuthorAgeFilesLines
* 2002-06-08 Roland McGrath <roland@frob.com>Roland McGrath2002-06-111-4/+4
| | | | | * alloc.c, dir.c: Use %Ld format for ino_t values. * alloc.c (diskfs_alloc_node): Use %Ld format for blkcnt_t values.
* 1998-12-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-12-201-43/+43
| | | | | * alloc.c (diskfs_alloc_node): Fix printf format to silence warning. * hyper.c (get_hypermetadata): Likewise.
* (ffs_alloc):Miles Bader1996-11-191-1/+1
| | | | Use S_IPTRANS in NP->dn_stat.st_mode instead of NP->istranslated.
* Sat Nov 16 17:21:40 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-11-181-2/+3
| | | | | | | | | | | | * inode.c (diskfs_S_fsys_getfile): Delete var `fakecred'. diskfs_access -> fshelp_access. * alloc.c (ffs_alloc): diskfs_isuid -> idvec_contains. (ffs_realloccg): Likewise. Thu Nov 14 16:43:36 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * inode.c (diskfs_S_file_getfh): diskfs_isuid -> idvec_contains. (diskfs_S_fsys_getfile): Use idvecs and iousers.
* (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