2N/AThis file is part of GNU Parted
2N/ACopyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
2N/A Free Software Foundation Inc.
2N/AThis file may be modified
and/or distributed without restriction. This is
2N/Anot an invitation to misrepresent who contributed to GNU Parted.
2N/A-------------------------------------------------------------------------------
2N/AWe need to keep track of copyright (see the Maintainer HOWTO on
www.gnu.org).
2N/ALeslie Patrick Polzer <polzer@gnu.org>
2N/A * parts of 1.6.24 PedUnit API
2N/A * GPT pth_* functions and block size fixes
2N/A * PED_SECTOR_SIZE -> PED_SECTOR_SIZE_DEFAULT
2N/A * debugging framework
2N/A * ext2 "strange layout" fix (experimental)
2N/A * support for physical block sizes
2N/AAndrew Clausen <clausen@gnu.org>
2N/A * most of the API (with lots of discussion with Lennert Buytenhek)
* some of the PC98 code (
disk_pc98.c), with Masahiro Sakai.
* misc. hacking on all disk_*.c code
- init_scsi() stolen from gnome-gfdisk via Matt Wilson.
* command-line, and fdisk-like frontend (parted/*)
* stubs for ntfs, hfs, xfs
support for > 1024 groups, etc.)
* major surgery on GUID Partition Table (GPT) support (disk_gpt.[ch])
Lennert Buytenhek <buytenh@gnu.org>
Matthew Wilson <msw@redhat.com>
and
device.c) Has morphed into something that looks completely
* Python bindings to libparted
* Don't detect AIX physical volumes as msdos partition tables
* Code for manipulating AIX PVs
Martin von L�wis <martin@mira.isdn.cs.tu-berlin.de>
Baty Jean-Marc <baty@club-internet.fr>
Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
Eliphas Levy Theodoro <eliphas@conectiva.com>
* Brazillian Portugese translations
Dmitry S. Sivachenko <dima@Chg.RU>
Timshel Knoll <timshel@pobox.com>
* man pages (parted.8 partprobe.8)
Ivo Timmermans <itimmermans@bigfoot.com>
Ryoji Kawagishi <kawagisi@yk.rim.or.jp>
* Japanese translation of
doc/USER (user documentation)
(replaced by Okuji's version, now)
Okuji Yoshinori <okuji@kuicr.kyoto-a.ac.jp>
* contributions to Japanese translations
Masahiro Sakai <ZVM01052@nifty.ne.jp>
* most of the PC98 support (
disk_pc98.c), with Andrew Clausen
Damien Genet <damien.genet@free.fr>
Ben Collins <bcollins@debian.org>
Vincent Stelh� <vincent.stelhe@free.fr>
* move syntax patch (make END specification optional). Trivial
for copyright purposes (no disclaimer needed)
Neal H Walfield <neal@cs.uml.edu>
Thomas Roelz <tom@suse.de>
Matt Domsch <Matt_Domsch@dell.com>
* GUID Partition Table (GPT) support (disk_gpt.[ch],
* misc bug fixes, including end-of-device workaround
Kjetil Torgrim Homme <kjetilho@linpro.no>
J�rgen Tegn�r <jorgen.tegner@telia.com>
Keld Simonsen <keld@dkuug.dk>
Richard M. Kreuter <kreuter@ausar.rutgers.edu>
Miquel Matas <miquelmatas@wanadoo.es>
Andreas Dilger <adilger@clusterfs.com>
Vicente E. Llorens <vllorens@mundofree.com>
Yury Umanets <torque@ukrpost.net>
Bernardo Jo�o Torres da Silveira
Wojciech Polak <polak@gnu.org>
Miloslav Trmac <mitr@volny.cz>
Maxim V. Dziumanenko <mvd@mylinux.com.ua>
Giuseppe Sacco <eppesuig@debian.org>
Guillaume Knispel <k_guillaume@libertysurf.fr>
Chris Lumens <clumens@redhat.com>
* interactive help fixes for filesystem types
* gcc-4 pedanticism cleanups
Wei-Lun Chao <chaoweilun@pcmail.com.tw>
* Taiwanese dialect of Chinese (Cantonese?) translations.
Tran Thi Hoang Quyen <banhdauxanhhaiduong@gmail.com>
* Vietnamese translations
Eduardo Maestri Righes <eduardo@tteng.com.br>
* hidden partitions support
* setting MS Reserved partitions through "set" command.
Arif E. Nugroho <arif_endro@yahoo.com>
* Indonesian translations
Ithamar R. Adema <ithamar@unet.nl>
David Cantrell <dcantrell@redhat.com>
* Added support for Promise SX8 devices (original patch from Jeremy
Original IBM authors: Volker Sameske <sameske@de.ibm.com>
Horst Hummel <Horst.Hummel@de.ibm.com>
Original Red Hat authors: Phil Knirsch <phil@redhat.de>
Harald Hoyer <harald@redhat.de>
* Prevent SIGFPE when FAT sector size is 0
* Add virtual DASD (VIODASD) on iSeries support
* Use O_DIRECT I/O to prevent first partition corruption on GPT disks
* Prevent sector reading exceptions from ped_geometry_check() on Mac
* Various bug fixes and other things.
Peter Jones <pjones@redhat.com>
* Add ped_exception_get_handler()
Darren Lavender <dl1@hppine99.gbr.hp.com>
* Fix SIGSEGV in parted 1.6.19 and assertion error in 1.7.0
* Add support for
LUN/device resize detection and option GPT
* Fixed off-by-one error in GPT header that allowed for overlap
between LDAs of LastUsableLBA and PartitionEntryLBA in backup GPT
Olaf Hering <olh@suse.de>
* Fixes for Macintosh disk label code
Debarshi Ray <rishi@gnu.org>
* Display disk model and transport type in parted(8).
* '--list/-l' command line switch.
* Introduce 'print devices' and alias 'print list' to 'print all'.
* Alias 'mktable' to 'mklabel'.
* Code and API clean-up, bug fixes, and other miscellaneous stuff.