Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
and ntracks until it does, if possible. This allows one to newfs disks with funky (usually BIOS-generated) geometries without cranking the block size. This is really just a hack and a better solution would be to fake the geometries of zone-recorded disks since secpercyl is never accurate in that case anyway... | |||
1999-12-03 | Allow enabling soft updates (with -U) on a new filesystem. | Artur Grabowski | |
Allow soft updates on mfs filesystems (even if it's stupid). | |||
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 | |
when newfs is used in instbin and is otherwise harmless. Also add a little pro-forma malloc fail parnoia, though it's not really needed when the local malloc routine is used. | |||
1997-06-03 | number of unallocated sectors message was based on modified fssize, make it ↵ | grr | |
deal with reality | |||
1997-05-29 | mkfs() should not play with fssize; grr, PR#189 | Theo de Raadt | |
1997-03-27 | if lost+found generation code is enabled, create it with a nice mode | Theo de Raadt | |
1997-02-23 | Inline fsirand(8) (at no noticable cost in speed). | Todd C. Miller | |
1997-02-21 | Don't expose private copies of malloc(), calloc(), free(). Ewwww. | Todd C. Miller | |
1997-02-11 | Remove occurences of headswitch and trackseek, they no longer | Todd C. Miller | |
exist in struct fs. | |||
1996-08-02 | proper column management for superblock backups; from freebsd, joerg/satoshi | Theo de Raadt | |
1996-06-23 | update rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |