CVS commit: src/sbin/newfs

2020-04-17 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 17 09:33:37 UTC 2020 Modified Files: src/sbin/newfs: mkfs.c newfs.c Log Message: align buffers used for I/O to DEV_BSIZE so it's executed more optimally when run for xbd(4) device To generate a diff of this commit:

CVS commit: src/sbin/newfs

2017-02-08 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Feb 8 16:56:56 UTC 2017 Modified Files: src/sbin/newfs: extern.h Log Message: switch to __empty To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sbin/newfs/extern.h Please note that diffs are not public

CVS commit: src/sbin/newfs

2016-09-11 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Sep 12 04:50:48 UTC 2016 Modified Files: src/sbin/newfs: mount_mfs.8 Log Message: Memory File System support appeared in 4.4BSD, implemented as an extension to newfs(8). So while newfs may have appeared in 4.2BSD, MFS support

CVS commit: src/sbin/newfs

2016-03-31 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Apr 1 05:23:56 UTC 2016 Modified Files: src/sbin/newfs: newfs.c Log Message: no need to escape To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/sbin/newfs/newfs.c Please note that diffs are not public

CVS commit: src/sbin/newfs

2016-03-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 7 15:55:06 UTC 2016 Modified Files: src/sbin/newfs: mkfs.c Log Message: PR/50910: David Binderman: Optimize memset. To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 src/sbin/newfs/mkfs.c Please note

CVS commit: src/sbin/newfs

2016-03-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 7 15:09:55 UTC 2016 Modified Files: src/sbin/newfs: mkfs.c Log Message: Terminate expression with a semicolon, instead of accidentally splicing to the next line with a comma. Noticed by Christos. Has no actual effect,

CVS commit: src/sbin/newfs

2015-04-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 29 01:49:25 UTC 2015 Modified Files: src/sbin/newfs: mkfs.c Log Message: - use calloc to zero memory - pass the proper buffer to mkdir - fix for apple ufs To generate a diff of this commit: cvs rdiff -u -r1.123

CVS commit: src/sbin/newfs

2015-04-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 28 15:15:54 UTC 2015 Modified Files: src/sbin/newfs: mkfs.c Log Message: reduce bss usage To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 src/sbin/newfs/mkfs.c Please note that diffs are not public

CVS commit: src/sbin/newfs

2014-10-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Oct 25 16:47:24 UTC 2014 Modified Files: src/sbin/newfs: newfs.c Log Message: Support wedge names. before: newfs dk1- formats /dev/rdk1 newfs rdk1 - cannot open /dev/rrdk1 newfs /dev/dk1 -

CVS commit: src/sbin/newfs

2014-04-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Apr 26 14:15:08 UTC 2014 Modified Files: src/sbin/newfs: mkfs.c Log Message: Increase alignement of the global buf variable to cover all pointers it is casted too. Fixes a crash on arm v5. To generate a diff of this commit:

CVS commit: src/sbin/newfs

2013-06-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 23 04:14:28 UTC 2013 Modified Files: src/sbin/newfs: mkfs.c Log Message: Revert accidental commit of the change for PR 47911; got rolled into other stuff by mistake. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sbin/newfs

2013-06-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 9 18:29:41 UTC 2013 Modified Files: src/sbin/newfs: mkfs.c Log Message: Stick UFS_ in front of these symbols: DIRBLKSIZ DIRECTSIZ DIRSIZ OLDDIRFMT NEWDIRFMT Part of PR 47909. (two stragglers in this

CVS commit: src/sbin/newfs

2013-03-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Mar 17 12:25:36 UTC 2013 Modified Files: src/sbin/newfs: mkfs.c Log Message: For MFS, no longer use heuristic based on rlimit to determine mmap size. This is no longer functional with current memory allocation routines. To

CVS commit: src/sbin/newfs

2012-02-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Feb 13 12:59:56 UTC 2012 Modified Files: src/sbin/newfs: mkfs.c newfs.c Log Message: Remove unused variables. From cppcheck via Henning Petersen in PR 46004. To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112

CVS commit: src/sbin/newfs

2012-02-07 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Feb 7 14:14:46 UTC 2012 Modified Files: src/sbin/newfs: mkfs.c Log Message: Explicitly zap possible Ext2fs magic leftover to prevent kernel vfs_mountroot() and bootloaders from mis-recognizing the newfs(8)'ed file system as

CVS commit: src/sbin/newfs

2011-08-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Aug 25 16:17:58 UTC 2011 Modified Files: src/sbin/newfs: mkfs.c Log Message: Avoid magic manipulation of the format string. To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/sbin/newfs/mkfs.c Please note

CVS commit: src/sbin/newfs

2011-03-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Mar 6 17:20:28 UTC 2011 Modified Files: src/sbin/newfs: newfs.8 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sbin/newfs/newfs.8 Please note that diffs are not public

CVS commit: src/sbin/newfs

2010-08-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 9 17:20:57 UTC 2010 Modified Files: src/sbin/newfs: Makefile mkfs.c newfs.8 newfs.c Log Message: Add -G, which turns consistency check errors in warnings. The current testing purpose is to create a file system with block

CVS commit: src/sbin/newfs

2010-08-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 9 20:23:20 UTC 2010 Modified Files: src/sbin/newfs: newfs.8 Log Message: Sort option descriptions. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sbin/newfs/newfs.8 Please note that diffs are not

CVS commit: src/sbin/newfs

2010-08-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 9 21:14:26 UTC 2010 Modified Files: src/sbin/newfs: newfs.c Log Message: Add -G to usage, omission pointed out by wiz. Also, make usage format nicer on a 80col terminal. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sbin/newfs

2010-02-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Feb 18 13:51:45 UTC 2010 Modified Files: src/sbin/newfs: newfs.8 Log Message: Pull over some of Jason McIntyre's fixes for newfs_ext2fs. Suggested by tsutsui. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76

CVS commit: src/sbin/newfs

2009-12-20 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Dec 20 15:21:13 UTC 2009 Modified Files: src/sbin/newfs: Makefile newfs.c Log Message: Push the mount path for mount_mfs through realpath(). This matches what other fs do. Fixes PR/20362 To generate a diff of this commit: cvs

CVS commit: src/sbin/newfs

2009-12-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Dec 1 10:56:33 UTC 2009 Modified Files: src/sbin/newfs: newfs.8 Log Message: Add note saying that special must be a raw device. PR bin/42391 To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75

CVS commit: src/sbin/newfs

2009-06-30 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jul 1 02:43:35 UTC 2009 Modified Files: src/sbin/newfs: newfs.8 Log Message: G/c sentence fragment left over from vinum reference (forgotten in 1.69). Noticed by bad@ in PR bin/41652 To generate a diff of this commit: cvs

CVS commit: src/sbin/newfs

2009-06-06 Thread Adam Hamsik
Module Name:src Committed By: haad Date: Sat Jun 6 11:09:16 UTC 2009 Modified Files: src/sbin/newfs: Makefile Log Message: Remove debuging CFLAGS. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sbin/newfs/Makefile Please note that diffs are not

CVS commit: src/sbin/newfs

2009-05-10 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun May 10 13:28:00 UTC 2009 Modified Files: src/sbin/newfs: newfs.8 Log Message: Note that FFSv1 is also known as FFS, UFS, or UFS1. Note that FFSv2 is also known as UFS2. Add a reference to Kirk's BSDcon03 paper on UFS2. To