| Age | Commit message (Expand) | Author |
| 2013-10-19 | fix unused variable warnings. | christos |
| 2013-06-23 | Stick ffs_ in front of the following macros: | dholland |
| 2013-06-23 | Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of | dholland |
| 2013-06-23 | fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB() | dholland |
| 2013-06-19 | Rename ambiguous macros: | dholland |
| 2013-02-03 | - more changes to make -O work | christos |
| 2013-02-02 | add and document offset. | christos |
| 2013-01-30 | - don't abuse vp->fs to mean struct fs for ffs and struct msdos_opts; | christos |
| 2013-01-30 | buf is generic; it has nothing to do with ffs and will eventually be moved. | christos |
| 2013-01-28 | - use emalloc and friends | christos |
| 2013-01-28 | Do not use *bp after freeing it in brelse. | mlelstv |
| 2013-01-27 | This works well enough to populate plain files in the root dir. creating | christos |
| 2013-01-27 | zero memory | christos |
| 2013-01-27 | Don't print the pointers in debugging, it is not useful. | christos |
| 2013-01-26 | make this cross-compile friendly. | christos |
| 2013-01-26 | make the buffer functions look exactly like the kernel ones and add other | christos |
| 2013-01-22 | Stuff UFS_ in front of a few of ufs's symbols to reduce namespace | dholland |
| 2012-04-19 | Fix build failure reported by bracket. | dholland |
| 2012-04-19 | WARNS=5 | christos |
| 2011-10-09 | add support for setting the ufs label. (Nathan Whitehorn) | christos |
| 2011-03-06 | merge the bouyer-quota2 branch. This adds a new on-disk format | bouyer |
| 2009-10-21 | Remove 3rd and 4th clauses in christos' license. OK christos. | snj |
| 2009-01-16 | Move fs-specific stuff in Makefile to fs/Makefile.inc to clarify | pooka |
| 2006-12-18 | from Anon Ymous: compile with -Wextra | christos |
| 2005-10-08 | avoid the need for a bogus initializer. | chs |
| 2005-08-19 | 64 bit inode changes | christos |
| 2005-06-23 | Pull in DIP_ADD from sys/ufs/ufs/inode.h and use it, to prevent bad lvalue | fvdl |
| 2005-06-07 | Initialize a local variable in ufs_getlbns() to appease -Wuninitialized. | he |
| 2004-12-20 | Refactor the filesystem specific portions out of makefs.c/makefs.h completely. | jmc |
| 2004-06-24 | Define FFS_MAXBSIZE to 65536 and use instead of MAXBSIZE. | lukem |
| 2004-06-20 | Completely rework how tools/compat is done. Purge all uses/references to | jmc |
| 2003-10-16 | safer use of realloc | itojun |
| 2003-09-07 | Revert arc4random usage. makefs is only used for install images, | fvdl |
| 2003-09-06 | use arc4random | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-15 | Fix function declaration mismatch with src/sys/ufs/ffs/ffs_extern.h which | tsutsui |
| 2003-04-16 | Protect use of __RCSID() with a check to ensure that it's defined. | briggs |
| 2003-04-02 | Add support for UFS2. UFS2 is an enhanced FFS, adding support for | fvdl |
| 2003-01-28 | make this build on alpha after daddr_t->64bit | mrg |
| 2003-01-24 | Bump daddr_t to 64 bits. Replace it with int32_t in all places where | fvdl |
| 2002-08-08 | Remove extraneous \n's in {err,warn}{,x} that used to be printfs. | soren |
| 2002-07-20 | sweep of errx/warnx, remove unnecessary trailing \n | grant |
| 2002-02-06 | use (size / DEV_BSIZE) instead of btodb(size). fixes cross build issue. | lukem |
| 2002-02-06 | don't need <ufs/ufs/dir.h> here | lukem |
| 2002-01-31 | Roll in fixes to permit cross-compiling from non-NetBSD hosts. This | tv |
| 2002-01-31 | Protect __RCSID and __COPYRIGHT from being invoked if not defined. | tv |
| 2002-01-26 | - crank default cpg from 16 to 65536, and let the auto-sizing code in | lukem |
| 2002-01-18 | apply changes from revs 1.56-1.59 of newfs/mkfs.c: | lukem |
| 2002-01-18 | don't need ffs/buf.h here | lukem |
| 2002-01-08 | need ufs/ufs/dinode.h for ufs/ffs/fs.h | lukem |