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