]> git.ipfire.org Git - thirdparty/util-linux.git/history - fdisk
po: update vi.po (from translationproject.org)
[thirdparty/util-linux.git] / fdisk /
2010-05-24  Karel Zakbuild-sys: replace ../ with $top_srcdir
2010-05-07  Karel Zakcfdisk: support non-ascii characters in input
2010-04-28  Karel Zakfdisk: improve 'move begin of partition' command
2010-04-28  Karel Zakfdisk: improve add partition dialog
2010-03-31  Jon Ringlefdisk: replace bzero with memset
2010-03-19  Karel Zakfdisk: fix -b <sectorsize>
2010-03-16  Pádraig Bradyfdisk: correctly truncate and align translated partitio...
2010-02-26  Karel Zakfdisk: fix 'p' output for sun label
2010-02-19  Karel Zakfdisk: swap VTOC values for warning messages
2010-02-18  Bryn M. Reevessfdisk: make sure writes make it to disk in write_parti...
2010-02-15  Karel Zakfdisk: don't use 1MiB grain on small devices
2010-02-15  Karel Zakfdisk: use 1MiB offset and grain always when possible
2010-02-15  Karel Zakfdisk: add -c option (switch off DOS mode)
2010-02-15  Karel Zakfdisk: fix ALIGN_UP
2010-02-15  Karel Zakfdisk: fallback for topology values
2010-02-15  Karel Zakfdisk: cleanup help, add -h option
2010-02-12  Karel Zakfdisk: use more elegant way to count and check alignment
2010-02-12  Francesco Cosoletocfdisk: set '[New]' as default item on menu for non...
2010-02-11  Francesco Cosoletocfdisk: set '[Quit]' as default menu item on first...
2010-02-09  Karel Zakfdisk: cleanup warnings
2010-02-09  Karel Zakfdisk: fix default first sector
2010-02-09  Karel Zakfdisk: cleanup alignment, default to 1MiB offset
2010-02-09  Karel Zakfdisk: fix check_alignment()
2010-02-09  Karel Zakfdisk: don't check alignment_offset against geometry
2010-01-28  Karel Zakfdisk: use "optimal I/O size" in warnings
2010-01-28  Karel Zakfdisk: use optimal_io_size
2010-01-22  Matthias Königcfdisk: use libblkid
2010-01-13  Karel Zakfdisk: don't include scsi.h
2010-01-06  Karel Zakfdisk: sleep-after-sync and fsync usage
2010-01-04  Karel Zaksfdisk: confused about disk size
2009-12-10  Karel Zakpo: fix msgid bugs
2009-11-20  Karel Zakbuild-sys: fix blkid CFLAGS in fdisk/Makefile.am
2009-11-18  Karel Zakfdisk: offer aligned first sector
2009-11-18  Karel Zakfdisk: align end of partition when defined by +size...
2009-11-18  Karel Zakfdisk: check for partition boundary
2009-11-18  Karel Zakfdisk: print info and recommendations about alignment
2009-11-18  Karel Zakfdisk: use minimal_io_size for the first partition
2009-11-18  Karel Zakfdisk: add basic routines for LBA alignment
2009-11-18  Karel Zakfdisk: read topology info from libblkid
2009-11-05  Karel Zakbuild-sys: remove LT_STATIC_LDFLAGS
2009-11-05  Karel Zakbuild-sys: cleanup static building
2009-10-16  Karel Zakfdisk: fix strict-aliasing bugs
2009-10-16  Karel Zakfdisk: sgi label - remove duplicate swab16swab[16,32...
2009-10-15  Karel Zakfdisk: use c.h
2009-10-15  Karel Zaksfdisk: use c.h, remove obsolete #ifdefs
2009-10-09  Guillem JoverRemove now unused <sys/ioctl.h> includes
2009-10-05  Karel ZakMerge branch 'for_upstream' of git://git.kernel.org...
2009-09-11  Karel Zaksfdisk: dump has to be $LANG insensitive
2009-09-07  Jan Sarenikcfdisk: more key alternatives
2009-08-17  Peter Breitenlohnersfdisk.8: formatting
2009-08-17  Peter Breitenlohnerfdisk.8: formatting
2009-08-17  Peter Breitenlohnercfdisk.8: formatting
2009-08-17  Daniel Mierswareplace bcopy,bzero,index and rindex
2009-05-19  Chris Webbfdisk: (and cfdisk) fix to be consistent about maximum...
2009-04-29  Karel Zaksfdisk: fix possible buffer overflow
2009-04-29  Karel Zakfdisk: fix max. ptname
2009-04-28  Karel Zakcfdisk: fix "cannot seek on disk drive" bug
2009-03-11  Karel Zaklib: add is_whole_disk() from fdisk code
2009-03-09  Karel Zakfdisk: support "-b 4096" option
2009-02-26  Karel Zakfdisk: (and partx) remove BLKGETLASTSECT
2009-02-26  Karel Zakfdisk: use real sector size in verify() and warn_cylind...
2009-02-26  Eric Sandeenfdisk: doesn't handle large (4KiB) sectors properly
2009-02-06  Karel Zakfdisk: cleanup _PATH_DEV_* macros
2009-02-04  Karel Zakfdisk: add 0xaf HFS / HFS partition type
2008-12-12  Karel Zakfdisk: remove unnecessary gettext call
2008-11-26  Karel Zakfdisk: rename ENABLE_CMDTAGQ macro
2008-11-25  Karel Zakfdisk: fix man page typo
2008-11-13  Matthias Koenigcfdisk: accept yes/no as fallback
2008-11-13  Matthias Koenigfdisk: add some missing includes
2008-11-13  Karel Zakfdisk: support +cylinder notation
2008-11-13  Karel Zakfdisk: read /proc/partitions in more robust way
2008-11-13  Karel Zakfdisk: cannot create partition with starting beyond...
2008-10-23  CAI Qiansfdisk: fix Compilation Error
2008-10-06  Vincent Deffontainesfdisk: suggest partprobe(8) and kpartx(8) when BLKRRPAR...
2008-10-03  Pedro Ribeirofdisk: several strings without gettext calls
2008-08-20  Karel Zakfdisk: round reported sizes rather than truncate
2008-08-19  Karel Zakfdisk: don't check for GPT when asked for disk size...
2008-08-19  Karel Zakfdisk: warn users about 2.2TB dos partition limit
2008-08-18  Karel Zakfdisk: remove obsolete information from man page
2008-08-08  Denis ChengRqsfdisk: print version should end with a newline
2008-07-28  maximilian attemsfdisk: exit(3) needs stdlib.h include
2008-07-23  Samuel Thibaultfdisk: non-linux support (BLK* and HDIO_*)
2008-07-23  Samuel Thibaultfdisk: don't use get_linux_version() for non-linux
2008-05-19  Karel Zakfdisk: doesn't recognize the VMware ESX partitions
2008-04-14  James Youngmanbuild-sys: ignore a bunch of generated files, mostly...
2008-04-14  Karel Zakfdisk: message tweak
2008-03-20  Karel Zakbuild-sys: use ncursesw (wide version) when possibe
2008-02-18  Stepan Kasalbuild-sys: add --enable-static-programs
2008-02-18  Robert Millanfdisk: use more readable "GPT" name rather than "EFI...
2008-01-28  H. Peter Anvinfdisk: better fallback for get_random_id()
2008-01-14  Karel Zakfdisk: calculate +size{K,M,G} in 2^N
2008-01-03  Samuel Thibaultcfdisk: define portable {DEFAULT,ALTERNATE}_DEVICE
2007-12-17  Karel Zakfdisk: use swab macros from bitops.h
2007-12-17  Imre Kalozfdisk: fix building for AVR32 and CRIS
2007-12-17  Stepan Kasalbuild-sys: use dist_man_MANS instead of man_MANS
2007-12-04  Kunihiko IMAIsfdisk: allow partitioning drives of over 2^31 sectors.
2007-12-03  Samuel Thibaultfdisk: non-linux support (use standard uintxy_t instead...
2007-11-28  Samuel Thibaultsfdisk: remove unnecessary linux/unistd.h
2007-11-28  Samuel Thibaultbuild-sys: cleanup usage of linux/major.h
2007-11-26  Karel Zakfdisk: non-linux support (MAXPATHLEN)
next