History log of /freebsd/sbin/newfs_msdos/newfs_msdos.c (Results 51 – 75 of 138)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/9.1.0, release/8.3.0_cvs, release/8.3.0
# 8fa0b743 23-Jan-2012 Xin LI <delphij@FreeBSD.org>

IFC @230489 (pending review).


# 80dbff4e 04-Jan-2012 Sean Bruno <sbruno@FreeBSD.org>

IFC to head to catch up the bhyve branch

Approved by: grehan@


Revision tags: release/9.0.0
# 1ac4aa74 20-Dec-2011 Pedro F. Giffuni <pfg@FreeBSD.org>

Many style fixes.
Remove C99 initializers: they don't help in this case.
Set errno to 0 before strtoll() (from NetBSD).

PR: 151850
Suggested by: bde
Approved by: jhb (Mentor)
MFC after: 2 weeks


# 3ee1a36e 22-Nov-2011 Peter Grehan <grehan@FreeBSD.org>

IFC @ r227804

Pull in the virtio drivers from head.


# 658029e0 11-Nov-2011 Xin LI <delphij@FreeBSD.org>

Use __packed to prevent alignment from taking place, which otherwise may
change the on-disk format in an incompatible way. Without this change,
msdosfs created on FreeBSD/arm would not be mountable.

Use __packed to prevent alignment from taking place, which otherwise may
change the on-disk format in an incompatible way. Without this change,
msdosfs created on FreeBSD/arm would not be mountable.

PR: bin/162486
Submitted by: Ian Lepore <freebsd damnhippie dyndns org>
Reported by: Mattia Rossi <mrossi at swin.edu.au>
MFC after: 3 days

show more ...


# bd2228ab 19-Jul-2011 Peter Grehan <grehan@FreeBSD.org>

IFC @ r224187


# 935205e2 17-Jul-2011 Justin T. Gibbs <gibbs@FreeBSD.org>

Integrate from Head into ZFSD feature branch as of revision r224141.


# 20ddb079 12-Jul-2011 Andrey V. Elsukov <ae@FreeBSD.org>

Use NULL instead of 0 for third argument of sigaction(2).

Pointed by: kib
MFC after: 2 weeks


# 40be4bee 12-Jul-2011 Andrey V. Elsukov <ae@FreeBSD.org>

Add SIGINFO handler.

Reviewed by: kib
Obtained from: NetBSD (partly)
MFC after: 2 weeks


Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0
# 12ec42c8 03-May-2010 Konstantin Belousov <kib@FreeBSD.org>

MFC r203869:
Rename variables to match msdosfs headers.


# 89b93ff1 03-May-2010 Konstantin Belousov <kib@FreeBSD.org>

MFC r203868:
Some cleanups from NetBSD.


Revision tags: release/7.3.0_cvs, release/7.3.0
# 1a0fda2b 04-Mar-2010 Dag-Erling Smørgrav <des@FreeBSD.org>

IFH@204581


# 2490c565 14-Feb-2010 Konstantin Belousov <kib@FreeBSD.org>

Rename variables to match msdosfs headers.

Submitted by: Pedro F. Giffuni <giffunip tutopia com>
Reviewed by: bde
MFC after: 2 weeks


# fb95e056 14-Feb-2010 Konstantin Belousov <kib@FreeBSD.org>

Some cleanups from NetBSD:
- C99 initializers.
- Change the default volume label from "NO NAME" to "NO_NAME".
- Set OEM String to "BSD4.4 " following the unnamed spacing convention
in that other OS

Some cleanups from NetBSD:
- C99 initializers.
- Change the default volume label from "NO NAME" to "NO_NAME".
- Set OEM String to "BSD4.4 " following the unnamed spacing convention
in that other OS that suggests "MSWIN4.1"
Also, David Naylor's changes for Clang, mostly changing the signess
of constants.

Submitted by: Pedro F. Giffuni <giffunip tutopia com>
Clang fixes by: David Naylor <naylor.b.david gmail com>
Reviewed by: bde (with some disagreement about Clang issues)
MFC after: 2 weeks

show more ...


Revision tags: release/8.0.0_cvs, release/8.0.0
# 10b3b545 17-Sep-2009 Dag-Erling Smørgrav <des@FreeBSD.org>

Merge from head


Revision tags: release/7.2.0_cvs, release/7.2.0
# 9c797940 13-Apr-2009 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

- Merge from HEAD


# 3c7bcffa 11-Apr-2009 Ed Schouten <ed@FreeBSD.org>

Do not prepend /dev/ when -C is used.

Submitted by: Christoph Mallon <christoph mallon gmx de>


# 36df607c 11-Apr-2009 Ed Schouten <ed@FreeBSD.org>

When using -C, do not warn when the file is not a character device, but warn when it is not a regular file.

Submitted by: Christoph Mallon <christoph mallon gmx de>


# f069c0af 11-Apr-2009 Ed Schouten <ed@FreeBSD.org>

Fix a bug in r185587.

fstat(fd, &sb) was not executed unconditionally anymore so sb was read
uninitialised when -C is used.

Submitted by: Christoph Mallon <christoph mallon gmx de>


# 18a06443 11-Apr-2009 Ed Schouten <ed@FreeBSD.org>

Use ftruncate() instead of lseek()+write()+lseek() to set the created
file (-C) to the requested size.

Submitted by: Christoph Mallon <christoph mallon gmx de>


# 20f96000 11-Apr-2009 Ed Schouten <ed@FreeBSD.org>

De-static local variables in main() (which is not recursive) and const-ify
others.

Submitted by: Christoph Mallon <christoph mallon gmx de>


# 101669c6 11-Apr-2009 Ed Schouten <ed@FreeBSD.org>

Show -@ and -C in usage, which were added in r185587.

Submitted by: Christoph Mallon <christoph mallon gmx de>


# b64e8d53 11-Apr-2009 Ed Schouten <ed@FreeBSD.org>

Clean up the usage() function to use a single fprintf().

Submitted by: Christoph Mallon <christoph mallon gmx de>


# 1829d5da 12-Mar-2009 Warner Losh <imp@FreeBSD.org>

Update the projects tree to a newer FreeBSD current.


# d461b46d 27-Feb-2009 Andriy Gapon <avg@FreeBSD.org>

newfs_msdos: allow to work with media that doesn't have any CHS params

Either use parameters provided by user or make them up.
The code for faking CHS params is borrowed from disklabel code.
The log

newfs_msdos: allow to work with media that doesn't have any CHS params

Either use parameters provided by user or make them up.
The code for faking CHS params is borrowed from disklabel code.
The logic for using user-provided and auto-guessed parameters is not
perfect, so to speak.

PR: bin/121182
Approved by: jhb (mentor)

show more ...


123456