1. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  2. 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
  3. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  4. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  5. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  6. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  7. 53f21e3 Remove "#if 0" content. by "Robert P. J. Day" · 18 years ago
  8. c340ea1 fix from Kolbjørn Barmen for building for m68k targets by Mike Frysinger · 18 years ago
  9. 11c7a7b Various cleanups I made while going through Erik Hovland's patch submissions, by Rob Landley · 18 years ago
  10. 22d26fc Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of by Rob Landley · 19 years ago
  11. 18958e9 Random cleanup of platform.h. by Rob Landley · 19 years ago
  12. 15d20a0 Remove _() and N_() from platform.h. #define them as NOP macros in the two by Rob Landley · 19 years ago
  13. fa6c484 fix spelling mistakes by Mike Frysinger · 19 years ago
  14. 2c39eee Migrate endianness macros. by Rob Landley · 19 years ago
  15. 1a54030 use memmove() instead of bcopy() by Mike Frysinger · 19 years ago
  16. 983e0ca strip out unneeded comments by Mike Frysinger · 19 years ago
  17. 5c06b27 fdisk unmaintained now :( by "Vladimir N. Oleynik" · 19 years ago
  18. 5527b91 Another clean-up patch from Garrett. by Rob Landley · 19 years ago
  19. 736e525 Minor cleanup from Garrett Kajmowicz. by Rob Landley · 19 years ago
  20. b73451d Cleanup from Denis Vlasenko. by Rob Landley · 19 years ago
  21. ed7bb62 - put NLS stuff in one central place to avoid redefines. by Bernhard Reutner-Fischer · 19 years ago
  22. 3038557 - bzero -> memset by Bernhard Reutner-Fischer · 19 years ago
  23. 9f4a1e1 - add and use ATTRIBUTE_ALIGNED(num_bytes) by Bernhard Reutner-Fischer · 19 years ago
  24. 3496fdc hopefully the last of the annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  25. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  26. a972c87 reduce signedness warning by "Vladimir N. Oleynik" · 19 years ago
  27. 65bb10f reduce bss by "Vladimir N. Oleynik" · 19 years ago
  28. d926149 Avoid a number of places where large drives could wrap a uint, and by Eric Andersen · 20 years ago
  29. 42f8883 Per suggestion from Bastian Blank, be less evil when we force fdisk to by Eric Andersen · 21 years ago
  30. 84bdea8 Erik, by Eric Andersen · 21 years ago
  31. 256c4fd Make vodz happy and make fdisk always use large file support if by Eric Andersen · 21 years ago
  32. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  33. bbbbcfe Sigh. what a mess. by Eric Andersen · 21 years ago
  34. 0a92f35 As waldi noticed, checks for the size of an off_t and casting by Eric Andersen · 21 years ago
  35. 1236631 The fdisk llseek junk was redundant, since both uClibc and glibc by Eric Andersen · 21 years ago
  36. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  37. 7495b0d Eliminate use of a kernel scsi header file. by Eric Andersen · 21 years ago
  38. dfcb5b0 s/u_int/uint/g by Eric Andersen · 21 years ago
  39. 07d2f40 vodz noticed we need to cast things back to an unsigned long by Eric Andersen · 21 years ago
  40. d4f7a5e Be certain we use a correct entity when performing the by Eric Andersen · 21 years ago
  41. 50547c0 Do not use the _syscall5 macro -- use syscall(2) instead by Eric Andersen · 21 years ago
  42. e0c83af Marc Kleine-Budde noticed a missing semicolon by Eric Andersen · 21 years ago
  43. f6067be Avoid conflicts with the 2.6 kernel headers, which define by Eric Andersen · 21 years ago
  44. 99a75d1 Patch from Kent Robotti to being fdisk in sync with v2.12 final. by Eric Andersen · 21 years ago
  45. d3652bf Patch from vodz: by Eric Andersen · 21 years ago
  46. 040f440 last_patch100 from vidz updating fdisk to 2.12pre by Eric Andersen · 21 years ago
  47. 341170b Remove all the llseek junk and just use regular old lseek. When DOLFS is by Eric Andersen · 21 years ago
  48. c48d49a Patch from Kent Robotti updating fdisk to version v2.11z by Eric Andersen · 21 years ago
  49. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  50. 4dcc2dd fdisk writable feature, allows compilation of a small fdisk that can by Glenn L McGrath · 22 years ago
  51. acd244a Eliminate dependancy on kernel header files. Naughty naughty. by Eric Andersen · 22 years ago
  52. 35631a6 Fix compile warning with OSF by Glenn L McGrath · 22 years ago
  53. 441e7ef fdisk applet by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago