Home | History | Annotate | Download | only in diskpart
History log of /src/usr.sbin/diskpart/diskpart.c
RevisionDateAuthorComments
 1.21  01-Aug-2021  andvar fix typo in definition: s/threshhold/threshold/
 1.20  02-Jan-2015  christos Fix the 3 programs that use DTYPE_ (disklabel disk types) constants from the
kernel. Two of them are inside ifdefs.
 1.19  30-Aug-2011  joerg ANSIfy + static + dead.
 1.18  15-Apr-2009  lukem Fix -Wsign-compare issue
 1.17  21-Jul-2008  lukem branches: 1.17.6;
Remove the \n and tabs from the __COPYRIGHT() strings.
Tweak to use a consistent format.
 1.16  02-May-2008  xtraeme branches: 1.16.2;
WARNS=4 love.
 1.15  29-Oct-2004  dsl branches: 1.15.24;
Add (unsigned char) cast to ctype functions
 1.14  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.13  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22366, verified by myself.
 1.12  27-May-2002  drochner correct partition structure initialization for new union
(does someone share my inpression that this tool is useless?)
 1.11  19-Jan-1999  tron Include "disktab.h" to get prototype for getdiskbyname().
 1.10  26-Jul-1998  mycroft const poisoning.
 1.9  17-Oct-1997  lukem WARNSify
 1.8  21-Jun-1997  lukem * convert to using getopt instead of parsing argv[] by hand, solving
part of [bin/1500] - from Peter Svensson <petersv@df.lth.se> - as
a side effect.
* ensure ty: is set when -d is used (from [bin/1500])
* only ask for bad144 support for SMD disks (from [bin/1500])
* add prototypes, and ensure structures are initialised correctly
* fix up prior conversion of gets() to fgets(); the former removes
trailing \n, the latter leaves it.
* check return value of fgets() so that EOF won't infinatly loop
* fix a couple of man page typos
 1.7  08-Mar-1997  mikel merge lite-2 changes.
also replace index -> strchr, add <string.h> for strchr prototype, and
clean up .Nm usage.
 1.6  21-May-1996  mrg don't use gets(). pr#2254
 1.5  24-Apr-1995  cgd cast to avoid warning.
 1.4  23-Dec-1994  cgd be safe with types
 1.3  01-Aug-1993  mycroft Add RCS identifiers.
 1.2  14-Jul-1993  cgd usage info called it "disktab"
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2  08-Mar-1997  mikel import 4.4BSD-Lite2 version
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.15.24.1  18-May-2008  yamt sync with head.
 1.16.2.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.17.6.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

RSS XML Feed