Age | Commit message (Expand) | Author |
2007-05-03 | Update CGSIZE macro so that it is no longer based on fs_cpg. | Todd C. Miller |
2007-04-23 | Remove 'cg_space' from 'struct cg'. Due to the alignment on 64-bit | Pedro Martelletto |
2007-04-18 | don't let fpg and spc get out of sync. solves a few cases where newfs | Otto Moerbeek |
2007-04-17 | Fix merge error; fs_inodefmt was not being set for the ffs2 case | Todd C. Miller |
2007-04-13 | Add support for creating ffs2 filesystems. Note that the concept | Todd C. Miller |
2007-04-03 | Remove obsolete options for superblock fields that are no longer used. | Todd C. Miller |
2007-04-03 | Minor cleanup: remove rcsids, remove #ifdef'd out code, COMPAT is | Todd C. Miller |
2007-04-02 | Modern disks do bad sector replacement themselves. There is no | Todd C. Miller |
2007-03-19 | Add FFS2 fields to the superblock, change file system tools to keep | Pedro Martelletto |
2006-03-09 | Remove option -n from newfs as well as all references to fs_postbl() | Pedro Martelletto |
2005-12-19 | Add and use a few more constants and macros needed by UFS2 | Pedro Martelletto |
2005-08-08 | More informative error message when trying to create a filesystem | Otto Moerbeek |
2005-04-14 | handle snprintf out of range conditions; otto ok | Theo de Raadt |
2005-01-06 | validate mfs size to avoid wrapping. ok miod@ | Otto Moerbeek |
2004-10-14 | Do not generate either a too large super block or a negative number | Otto Moerbeek |
2004-09-10 | Bail out on errors when making very small filesystems. ok deraadt@ | Otto Moerbeek |
2004-08-12 | Prevent core dump on large block sizes by checking block size against | Otto Moerbeek |
2004-07-06 | delint: offset arg to mmap is off_t and remove dead code | Otto Moerbeek |
2004-06-26 | For all the mfs lovers: | Otto Moerbeek |
2004-06-22 | acg.cg_nextfreeoff is already relative to &acg so don't subtract | Todd C. Miller |
2004-05-13 | provide a siginfo handler for -q run; idea from art's todo; millert@ ok | Michael Shalayeff |
2004-01-13 | quiet warnings. better diff suggested by tom@ ok deraadt@ | Ted Unangst |
2003-12-05 | madvise() the mfs storage area as randomly accessed as mfs does it's own clus... | Michael Shalayeff |
2003-11-06 | don't write magic until the file system is really done. prevents | Ted Unangst |
2003-11-03 | NULL for NULL pointers, not 0 | Ted Unangst |
2003-11-03 | combine ugly printf(), exit() combo statements into err() or errx(). | Ted Unangst |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst |
2003-07-16 | remove default limit of 16 cylinders per group. it's now set to | Ted Unangst |
2003-07-02 | missing protos | Theo de Raadt |
2003-06-25 | proto repairs | Theo de Raadt |
2003-06-11 | ansification | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-06 | remove FSIRAND define and make it non-optional. ok millert@ | Ted Unangst |
2003-05-06 | after switch to mmap, we need to zero other malloc'd data. use calloc. | Ted Unangst |
2003-05-03 | The 'memleft' calcuations assume that the data address starts at | Todd C. Miller |
2003-04-16 | fix race between mount(2) and exit(2) for mount_mfs. | Markus Friedl |
2003-02-19 | Use pread/pwrite where sensible; also remove some bogus casts in | Todd C. Miller |
2002-06-09 | rm trailing whitespace | Todd T. Fries |
2002-05-29 | more snprintf | Theo de Raadt |
2001-11-05 | kill more registers; | Mike Pechkin |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt |
2001-04-19 | Cleanup dirpref and synhronize superblock with freebsd. | Grigoriy Orlov |
2001-04-13 | Fix overflow in superblock. From FreeBSD. | Grigoriy Orlov |
2001-04-04 | bye bye -U (soft updates). | Grigoriy Orlov |
2001-01-16 | _exit() in signal handler | Theo de Raadt |
2000-09-22 | If a cylinder group won't fit inside of one block, adjust secpercyl | Todd C. Miller |
1999-12-03 | Allow enabling soft updates (with -U) on a new filesystem. | Artur Grabowski |
1999-04-10 | Add -q flag to newfs and use it in the install | Todd C. Miller |
1997-11-17 | Work around a stackframe bug in gcc alpha, who cannot deal with frames > 64k | Niklas Hallqvist |
1997-06-03 | Make mkfs.c malloc its large buffers, which saves about 200K of bss size | grr |