summaryrefslogtreecommitdiff
path: root/sys/ufs/ext2fs/ext2fs_alloc.c
AgeCommit message (Expand)Author
2011-09-18Fix more printf format string bugs in sys/ufs.Alexander Bluhm
2011-07-04bread does nothing with its ucred argument. remove it. ok matthewTed Unangst
2008-01-05Make the ffs code 64-bit disk block number clean. Based on a diffOtto Moerbeek
2007-06-22declare "uid" as uid_t instead of u_int, and fix format string accordinglyJasper Lievisse Adriaanse
2007-06-17ansify/de-register.Jasper Lievisse Adriaanse
2007-06-02ufs1_daddr_t cleanup, okay thib@ deraadt@Pedro Martelletto
2007-03-14Check if there are still blocks left to be allocated _after_ we havePedro Martelletto
2005-12-11inode/dinode separation for ext2fsPedro Martelletto
2005-07-03Extended Attributes was a piece to get to ACLs, however ACLs have notDale Rahn
2005-05-02quadradically -> quadratically, lots ofPedro Martelletto
2004-09-18hierarchy is spelled hierarchy, from Jonathan GrayTed Unangst
2004-07-13Change mode_t and nlink_t from 16bit to 32bit. This allows us toTodd C. Miller
2004-06-21First step towards more sane time handling in the kernel -- this changesThorsten Lockert
2004-01-20some pieces of ufs2. help testing otto sturmTed Unangst
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-07-06fix off by one. inodes start at 1, so e2fs_icount is a valid inode number.Ted Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-26fiddle with some type names. change most instances of ufs_daddr_t toTed Unangst
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-09-17Cleanups. Mostly from NetBSD.Artur Grabowski
2001-06-23Privatize several vnode operations that are not used by the generic code.Constantine Sapuntzakis
2000-04-26Support for ext2fs rev. 1 (from NetBSD)jasoni
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1997-06-12Sync with NetBSD, mostly cosmetic.Jason Downs
1997-05-30Integrate new ext2fs, reverting ufs support for the old one.Jason Downs
1997-05-30Non-GPLd ext2fs code from Manuel, unmodified.Jason Downs