fbset: fix buglet where we were using wrong pointer
[platform/upstream/busybox.git] / util-linux / fdisk.c
2007-11-06 Denis Vlasenkofbset: fix buglet where we were using wrong pointer
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-09-23 Denis Vlasenkomake fdisk compile on libc without llseek64
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-21 Denis Vlasenkostyle fix (stray space before ';')
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-06-12 Denis Vlasenkodiff: shrink code (-85 bytes):
2007-06-02 Denis Vlasenkofdisk: make it work with big disks (read: typical today...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-03-22 Denis Vlasenkoassorted fixes uncovered by randomconfig runs
2007-03-19 Denis Vlasenkofdisk: bb_common_bufsiz1 is too small for globals on...
2007-03-19 Denis Vlasenkofdisk: get rid of _() macro.
2007-03-18 Denis Vlasenkofdisk: move 2k ptes[] array into bb_common_bufsiz1
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #3
2007-01-22 Denis VlasenkoConvert cmdedit into more generic line input facility
2007-01-03 Denis Vlasenkofdisk: remove 8k buffer from bss - OSF labels
2006-12-30 Denis Vlasenkonext bunch of fixes for bugs found by randconfig
2006-12-30 Denis Vlasenkodone a dozen of randconfig test. guess what? ALL failed...
2006-12-19 Denis Vlasenkoremove casts from xmalloc()
2006-12-19 Denis Vlasenkou_short, ulong exterminated
2006-12-16 Denis Vlasenkos/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g
2006-11-29 Denis Vlasenkocut 0.5k off mkfs.minix
2006-11-29 Denis Vlasenkogetopt32-ification of fdisk
2006-11-27 Denis Vlasenkobyteswap ops had extra mask ops - removed
2006-11-24 Denis Vlasenkoheader_verbose_list: stop truncating file size in listing
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-10-28 Denis Vlasenkols: cleanup part 1
2006-10-27 Denis VlasenkoOFF_T_FMT -> OFF_FMT
2006-10-27 Denis Vlasenkotop: batch mode should output all processes
2006-10-27 Denis Vlasenkolast nail into error_msg() (de)capitalization
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-14 Denis Vlasenkofdisk: compilation fix
2006-10-12 Denis Vlasenkofdisk: separate sun/aix/etc code into #included files
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkolots of silly indent fixes
2006-09-17 Denis Vlasenkowhitespace cleanup
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