mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr;
[oweals/busybox.git] / util-linux / fdisk.c
2006-08-29 Rob LandleySvn 16007 broke the build under gcc 4.0.3. This fixes...
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-07-01 "Robert P. J. Day"Remove "#if 0" content.
2006-06-30 Mike Frysingerfix from Kolbjørn Barmen for building for m68k targets
2006-06-25 Rob LandleyVarious cleanups I made while going through Erik Hovlan...
2006-06-15 Rob LandleyPatch from Yann Morin to put BLKGETSIZE64 in platform...
2006-06-13 Rob LandleyRandom cleanup of platform.h.
2006-05-29 Rob LandleyRemove _() and N_() from platform.h. #define them...
2006-05-26 Mike Frysingerfix spelling mistakes
2006-05-05 Rob LandleyMigrate endianness macros.
2006-04-16 Mike Frysingeruse memmove() instead of bcopy()
2006-02-25 Mike Frysingerstrip out unneeded comments
2006-02-25 "Vladimir N. Oleynik"fdisk unmaintained now :(
2006-02-25 Rob LandleyAnother clean-up patch from Garrett.
2006-02-25 Rob LandleyMinor cleanup from Garrett Kajmowicz.
2006-02-24 Rob LandleyCleanup from Denis Vlasenko.
2006-02-23 Bernhard Reutner... - put NLS stuff in one central place to avoid redefines.
2006-01-31 Bernhard Reutner... - bzero -> memset
2006-01-31 Bernhard Reutner... - add and use ATTRIBUTE_ALIGNED(num_bytes)
2006-01-30 Eric Andersenhopefully the last of the annoying signed/unsigned...
2006-01-22 Bernhard Reutner... - add platform.h.
2005-12-02 "Vladimir N. Oleynik"reduce signedness warning
2005-11-24 "Vladimir N. Oleynik"reduce bss
2004-06-28 Eric AndersenAvoid a number of places where large drives could wrap...
2004-05-26 Eric AndersenPer suggestion from Bastian Blank, be less evil when...
2004-05-19 Eric AndersenErik,
2004-05-19 Eric AndersenMake vodz happy and make fdisk always use large file...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-30 Eric AndersenSigh. what a mess.
2004-03-30 Eric AndersenAs waldi noticed, checks for the size of an off_t and...
2004-03-30 Eric AndersenThe fdisk llseek junk was redundant, since both uClibc...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-06 Eric AndersenEliminate use of a kernel scsi header file.
2004-01-30 Eric Andersens/u_int/uint/g
2003-12-19 Eric Andersenvodz noticed we need to cast things back to an unsigned...
2003-12-12 Eric AndersenBe certain we use a correct entity when performing the
2003-12-04 Eric AndersenDo not use the _syscall5 macro -- use syscall(2) instead
2003-11-14 Eric AndersenMarc Kleine-Budde noticed a missing semicolon
2003-11-03 Eric AndersenAvoid conflicts with the 2.6 kernel headers, which...
2003-08-08 Eric AndersenPatch from Kent Robotti to being fdisk in sync with...
2003-08-06 Eric AndersenPatch from vodz:
2003-07-30 Eric Andersenlast_patch100 from vidz updating fdisk to 2.12pre
2003-07-14 Eric AndersenRemove all the llseek junk and just use regular old...
2003-07-03 Eric AndersenPatch from Kent Robotti updating fdisk to version v2.11z
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-04 Glenn L McGrathfdisk writable feature, allows compilation of a small...
2002-12-11 Eric AndersenEliminate dependancy on kernel header files. Naughty...
2002-12-08 Glenn L McGrathFix compile warning with OSF
2002-11-26 Glenn L McGrathfdisk applet by Vladimir N. Oleynik