Home | History | Annotate | only in /src/usr.bin/fdformat
History log of /src/usr.bin/fdformat
RevisionDateAuthorComments
 1.15 18-Mar-2014  riastradh Merge riastradh-drm2 to HEAD.
 1.14 18-Jul-2013  matt Make sure fdformat is on m68k (even sun2)
 1.13 30-Mar-2010  mrg branches: 1.13.6; 1.13.12; 1.13.16;
build elf2aout and fdformat on macppc64 (for now, it's a lot easier than
figuring out how to split the sets... but that will have to happen.)

fixes the first easy part of PR#43075.
 1.12 12-Apr-2009  lukem fix -Wsign-compare issues
 1.11 08-Mar-2009  he If this is built for arm, build it for armeb as well, so that
a build of evbarm-eb does not give set list errors.
 1.10 14-Feb-2009  abs Build fdformat on a MACHINE_ARCH not MACHINE basis
 1.9 23-Apr-2004  christos branches: 1.9.36;
WARNS=3
 1.8 10-Dec-2002  fvdl Build this on x86_64.
 1.7 11-Feb-2002  thorpej acorn32 and cats get fdformat.
 1.6 12-Apr-2001  briggs Build on bebox, too.
 1.5 09-Aug-2000  augustss Fix typo so the Makefile can be used again.
 1.4 09-Aug-2000  mrg enable fdformat on sparc64, too.
 1.3 18-Feb-1999  thorpej branches: 1.3.10;
Build fdformat on the Alpha, too.
 1.2 25-Oct-1998  jonathan usr.bin/Makefile: recurse into fdformat on all ports
usr.bin/fdformat/Makefile: build manpages on all ports
distrib/sets/lists/man/mi: add fdformat manpages
distrib/sets/lists/man/md.{arm32,atari,i386,sparc}:
only listed fdformat manpegs. remove.
distrib/sets/lists/man/md.mvem68k:
duplicate entry of mvme68k installboot. remove.
 1.1 29-Nov-1996  jtk branches: 1.1.2;
add floppy formatting command
 1.1.2.1 29-Oct-1998  cgd pull up rev 1.2 from trunk (jonathan)
 1.3.10.2 22-Apr-2001  he Pull up revision 1.6 (requested by briggs):
Build on bebox, too.
 1.3.10.1 26-Aug-2000  mrg pull up 1.4, 1.5. approved by thorpej:
1.4
>enable fdformat on sparc64, too.
1.5
>Fix typo so the Makefile can be used again.
 1.9.36.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.13.16.1 23-Jul-2013  riastradh sync with HEAD
 1.13.12.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.13.6.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.18 08-Apr-2012  wiz Remove unnecessary Bk/Ek pairs from SYNOPSIS.
No effective change except where I used the opportunity to sort options
and/or option descriptions.
 1.17 30-Apr-2008  martin branches: 1.17.4;
Convert TNF licenses to new 2 clause variant
 1.16 22-Jul-2006  wiz branches: 1.16.18;
Bump date for previous.
 1.15 22-Jul-2006  mishka Remove the obsolete notes on F/V/E-style output.
 1.14 30-Sep-2002  grant New sentence, new line.
 1.13 01-Dec-2001  wiz Sort sections.
 1.12 05-Jun-2001  wiz Minor fixes.
 1.11 04-Apr-2001  wiz Not only i386 has a fdc(4), so mention the others, too.
Whitespace and punctuation fixes.
 1.10 08-Oct-2000  hubertf Mention that one needs to create a filesystem after formatting a disk.
 1.9 22-Mar-1999  garbled branches: 1.9.10;
More and more .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages. Many more to
come.
 1.8 07-Mar-1999  mycroft Clean up SYNOPSIS formatting.
 1.7 06-Feb-1998  perry macroize BSD, NetBSD, FreeBSD and misc cleanup
 1.6 21-Oct-1997  thorpej branches: 1.6.2;
Copyright assigned to The NetBSD Foundation, Inc.
 1.5 16-Jun-1997  jtk improve (slightly) dense wording in the bugs section
 1.4 09-Jan-1997  tls RCS ID police
 1.3 01-Jan-1997  jtk fix typos per PR 3076
 1.2 10-Dec-1996  mikel fdc manpage is in section 4, not 8.
 1.1 29-Nov-1996  jtk add floppy formatting command
 1.6.2.2 21-Oct-1997  thorpej Copyright assigned to The NetBSD Foundation, Inc.
 1.6.2.1 21-Oct-1997  thorpej file fdformat.1 was added on branch netbsd-1-3 on 1997-10-21 00:14:46 +0000
 1.9.10.1 08-Oct-2000  hubertf Pull up rev. 1.10 to netbsd-1-5 branch, OK'd by jhawk:

>Mention that one needs to create a filesystem after formatting a disk.
 1.16.18.1 18-May-2008  yamt sync with head.
 1.17.4.1 17-Apr-2012  yamt sync with head
 1.18 27-Nov-2021  rillig usr.bin: remove unnecessary CONSTCOND, lint no longer needs it

Since 2021-01-31, lint no longer requires a CONSTCOND comment in a
do-while-0 statement since this is a common code pattern, especially in
statement-like macros.
 1.17 05-Sep-2016  sevan Drop main() prototype.
 1.16 12-Apr-2009  lukem fix -Wsign-compare issues
 1.15 28-Apr-2008  martin branches: 1.15.8;
Remove clause 3 and 4 from TNF licenses
 1.14 15-Dec-2007  perry branches: 1.14.4;
convert __attribute__s to applicable cdefs.h macros
 1.13 21-Jul-2006  mishka branches: 1.13.10;
Apply patches from bin/26449: improve fdformat diagnostic messages.
Early okayed by <thorpej> on tech-userlevel@.
 1.12 23-Apr-2004  christos PR/15897: Ryo HAYASAKA: fdformat does not know about terminal width.
also:
constify, ansify, pass lint.
 1.11 05-Jan-2004  jmmv Homogenize usage messages: make the 'usage' word all lowercase, as this seems
to be the most common practice in our tree.
 1.10 23-Jun-2003  agc Add NetBSD RCS Ids.
 1.9 28-Mar-2001  simonb 80 column police.
 1.8 19-Feb-2001  cgd convert to use getprogname()
 1.7 05-Feb-2001  christos don't use errx() in usage
fix nested extern
 1.6 13-Jan-1999  hubertf 0 errors
1 error <- handle this exception in reporting error(s :-)
2 errors
3 errors
 1.5 21-Oct-1997  thorpej branches: 1.5.2;
Copyright assigned to The NetBSD Foundation, Inc.
 1.4 18-Oct-1997  lukem WARNSify
 1.3 16-Jun-1997  jtk exit with error if extra arguments are left on command line
 1.2 30-Nov-1996  jtk remove stray $Id$ string
 1.1 29-Nov-1996  jtk add floppy formatting command
 1.5.2.2 21-Oct-1997  thorpej Copyright assigned to The NetBSD Foundation, Inc.
 1.5.2.1 21-Oct-1997  thorpej file fdformat.c was added on branch netbsd-1-3 on 1997-10-21 00:14:48 +0000
 1.13.10.1 09-Jan-2008  matt sync with HEAD
 1.14.4.1 18-May-2008  yamt sync with head.
 1.15.8.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.3 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.2 21-Oct-1997  thorpej branches: 1.2.2; 1.2.46;
Copyright assigned to The NetBSD Foundation, Inc.
 1.1 29-Nov-1996  jtk add floppy formatting command
 1.2.46.1 18-May-2008  yamt sync with head.
 1.2.2.2 21-Oct-1997  thorpej Copyright assigned to The NetBSD Foundation, Inc.
 1.2.2.1 21-Oct-1997  thorpej file pathnames.h was added on branch netbsd-1-3 on 1997-10-21 00:14:51 +0000

RSS XML Feed