Age | Commit message (Expand) | Author |
2006-11-18 | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko |
2006-10-28 | ls: cleanup part 1 | Denis Vlasenko |
2006-10-27 | OFF_T_FMT -> OFF_FMT | Denis Vlasenko |
2006-10-27 | top: batch mode should output all processes | Denis Vlasenko |
2006-10-27 | last nail into error_msg() (de)capitalization | Denis Vlasenko |
2006-10-26 | rename functions to more understandable names | Denis Vlasenko |
2006-10-26 | silly size savings and capitalization fixes | Denis Vlasenko |
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko |
2006-10-14 | fdisk: compilation fix | Denis Vlasenko |
2006-10-12 | fdisk: separate sun/aix/etc code into #included files | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-03 | lots of silly indent fixes | Denis Vlasenko |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-08-29 | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | Rob Landley |
2006-08-03 | Remove xcalloc() and convert its callers to xzalloc(). About half of them | Rob Landley |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" |
2006-07-01 | Remove "#if 0" content. | "Robert P. J. Day" |
2006-06-30 | fix from Kolbjørn Barmen for building for m68k targets | Mike Frysinger |
2006-06-25 | Various cleanups I made while going through Erik Hovland's patch submissions, | Rob Landley |
2006-06-15 | Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of | Rob Landley |
2006-06-13 | Random cleanup of platform.h. | Rob Landley |
2006-05-29 | Remove _() and N_() from platform.h. #define them as NOP macros in the two | Rob Landley |
2006-05-26 | fix spelling mistakes | Mike Frysinger |
2006-05-05 | Migrate endianness macros. | Rob Landley |
2006-04-16 | use memmove() instead of bcopy() | Mike Frysinger |
2006-02-25 | strip out unneeded comments | Mike Frysinger |
2006-02-25 | fdisk unmaintained now :( | "Vladimir N. Oleynik" |
2006-02-25 | Another clean-up patch from Garrett. | Rob Landley |
2006-02-25 | Minor cleanup from Garrett Kajmowicz. | Rob Landley |
2006-02-24 | Cleanup from Denis Vlasenko. | Rob Landley |
2006-02-23 | - put NLS stuff in one central place to avoid redefines. | Bernhard Reutner-Fischer |
2006-01-31 | - bzero -> memset | Bernhard Reutner-Fischer |
2006-01-31 | - add and use ATTRIBUTE_ALIGNED(num_bytes) | Bernhard Reutner-Fischer |
2006-01-30 | hopefully the last of the annoying signed/unsigned and mixed type errors | Eric Andersen |
2006-01-22 | - add platform.h. | Bernhard Reutner-Fischer |
2005-12-02 | reduce signedness warning | "Vladimir N. Oleynik" |
2005-11-24 | reduce bss | "Vladimir N. Oleynik" |
2004-06-28 | Avoid a number of places where large drives could wrap a uint, and | Eric Andersen |
2004-05-26 | Per suggestion from Bastian Blank, be less evil when we force fdisk to | Eric Andersen |
2004-05-19 | Erik, | Eric Andersen |
2004-05-19 | Make vodz happy and make fdisk always use large file support if | Eric Andersen |
2004-04-14 | Larry Doolittle writes: | Eric Andersen |
2004-03-30 | Sigh. what a mess. | Eric Andersen |
2004-03-30 | As waldi noticed, checks for the size of an off_t and casting | Eric Andersen |
2004-03-30 | The fdisk llseek junk was redundant, since both uClibc and glibc | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2004-02-06 | Eliminate use of a kernel scsi header file. | Eric Andersen |
2004-01-30 | s/u_int/uint/g | Eric Andersen |
2003-12-19 | vodz noticed we need to cast things back to an unsigned long | Eric Andersen |
2003-12-12 | Be certain we use a correct entity when performing the | Eric Andersen |