1. 9947650 Remove "select PLATFORM_LINUX" by Denys Vlasenko · 2 years, 1 month ago
  2. 77216c3 Fix non-Linux builds by Samuel Thibault · 2 years, 3 months ago
  3. a93668c fdisk: recognize EBBR protective partitions by Vincent Stehlé · 3 years, 1 month ago
  4. db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 3 years ago
  5. 53e5c59 fdisk: commonalize strings by Denys Vlasenko · 3 years, 7 months ago
  6. 77a51a2 randomconfig fixes by Denys Vlasenko · 4 years ago
  7. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years, 1 month ago
  8. ec16c03 libbb: introduce and use sleep1() by Denys Vlasenko · 4 years, 1 month ago
  9. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 5 months ago
  10. a6e48de fdisk: add HFS / HFS+ partition type by Denys Vlasenko · 5 years ago
  11. e5897d0 suppress a few "unused function" warnings by Denys Vlasenko · 5 years ago
  12. d8e4ce0 fdisk: avoid overflow in "mega/gigabytes" calculation, code shrink by Denys Vlasenko · 5 years ago
  13. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 6 years ago
  14. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  15. 1ab3899 fdisk: code shrink by Denys Vlasenko · 6 years ago
  16. c104549 fdisk: sync up with some util-linux 2.31 behavior by Denys Vlasenko · 6 years ago
  17. 163e637 fdisk: use strtoul[l] instead of atoi, closes 11176 by Denys Vlasenko · 6 years ago
  18. 8bc418f fdisk: remove "Partition N does not end on cylinder boundary" message by Denys Vlasenko · 7 years ago
  19. 2ab9403 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  20. c52dc0e fdisk: typo fix by Denys Vlasenko · 7 years ago
  21. 84ea60e line editing: make read_line_input() not take timeout param by Denys Vlasenko · 7 years ago
  22. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  23. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  24. d4e4fdb fixes for bugs found by make_single_applets.sh by Denys Vlasenko · 8 years ago
  25. 704c606 fdisk: add typical values of -H and -S to --help by Denys Vlasenko · 8 years ago
  26. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  27. 29516ac fdisk: sanitize partition name printing; drop "Code" column; get rid of one static var by Denys Vlasenko · 8 years ago
  28. dd898c9 Convert all util-linux/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  29. b157eb1 fdisk: fix CONFIG_FEATURE_SUN_LABEL=y build by Denys Vlasenko · 8 years ago
  30. 29483ff fdisk: tweak some messages by Denys Vlasenko · 8 years ago
  31. 607f2b4 fdisk: print much less cryptic partition table by Denys Vlasenko · 8 years ago
  32. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 9 years ago
  33. d60752f build system: -fno-builtin-printf by Denys Vlasenko · 9 years ago
  34. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  35. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  36. b347df9 randomconfig fixes by Denys Vlasenko · 13 years ago
  37. 80856b3 fdisk: reinstate a short sleep between sync() and ioctl(BLKRRPART) by Denys Vlasenko · 14 years ago
  38. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  39. 9cfcc4d fdisk: backport disk check from util-linux by Lauri Kasanen · 14 years ago
  40. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  41. 66c5b12 ash: fix TMOUT not restoring tty attributes by Denys Vlasenko · 14 years ago
  42. d7559c2 fdisk: fix trivial build failure by Denys Vlasenko · 14 years ago
  43. ccb0704 fdisk: initial stab at GPT partition support by Kevin Cernekee · 14 years ago
  44. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  45. f3ea792 *: mass cosmetic removal of extra empty lines. no code changes by Denys Vlasenko · 14 years ago
  46. 8f65b0c whitespace fixes by Denys Vlasenko · 15 years ago
  47. ea8b252 *: better string sharing by Denys Vlasenko · 15 years ago
  48. fcad768 fdisk: make comment more clear by Denys Vlasenko · 15 years ago
  49. d958e90 fdisk: make 'b' command optionally adjust C/H/S; "fdisk IMAGE_FILE" sets cylinders by Denys Vlasenko · 15 years ago
  50. 5ea1de2 fdisk: code shrink without logic changes by Denys Vlasenko · 15 years ago
  51. bf1d347 fdisk: do not treat names ending in '0' as partitions by Denys Vlasenko · 15 years ago
  52. 36659fd *: fix 1/4 remaining aliasing warnings by Denys Vlasenko · 15 years ago
  53. e992bae *: remove a few more cases of argc usage. -89 bytes. by Denys Vlasenko · 15 years ago
  54. f2cbb03 *: optimize most of isXXXXX() macros by Denys Vlasenko · 15 years ago
  55. af3fd14 hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changes by Denys Vlasenko · 15 years ago
  56. ddf7850 fdisk: add a warning and truncate disks with >= 2^32 sectors by Denys Vlasenko · 15 years ago
  57. da49f58 move libc related stuff out of platform.h by Denys Vlasenko · 16 years ago
  58. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  59. 9604e1b modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found" by Denis Vlasenko · 16 years ago
  60. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  61. a53de7f - fix spelling by Bernhard Reutner-Fischer · 16 years ago
  62. 9764d69 fdisk: fix compile failure by Denis Vlasenko · 17 years ago
  63. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 17 years ago
  64. 270d5d7 fdisk: cosmetics, and removal of dead data by Denis Vlasenko · 17 years ago
  65. 6eaf0a9 fdisk: move more data to struct globals; shrink code by Denis Vlasenko · 17 years ago
  66. f5d8c90 style fixes, no code changes by Denis Vlasenko · 17 years ago
  67. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  68. c033d51 fdisk: fix a case where we can inadvertently close /proc/partitions fd early by Denis Vlasenko · 17 years ago
  69. 4437d19 fdisk: do not open device twice. Complain on fdisk -l /dev/bogus. by Denis Vlasenko · 17 years ago
  70. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  71. cdf6277 dos2unix: tiny shrink by Denis Vlasenko · 17 years ago
  72. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  73. 04e11c9 getpot: add support for "a+" specifier for nonnegative int parameters. by Denis Vlasenko · 17 years ago
  74. 8939881 fdisk: comment out unused function by Denis Vlasenko · 17 years ago
  75. a5549c9 fdisk: fix a case where break was reached only for DOS labels by Denis Vlasenko · 17 years ago
  76. f77f369 fdisk: reduce global data/bss usage. 8k data+bss build is achievable soon ;) by Denis Vlasenko · 17 years ago
  77. 6bef3d1 fbset: fix buglet where we were using wrong pointer by Denis Vlasenko · 17 years ago
  78. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  79. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  80. 06b3cc2 make fdisk compile on libc without llseek64 by Denis Vlasenko · 17 years ago
  81. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  82. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  83. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  84. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 18 years ago
  85. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 18 years ago
  86. 3ad5d0c diff: shrink code (-85 bytes): by Denis Vlasenko · 18 years ago
  87. 3f22b7f fdisk: make it work with big disks (read: typical today's disks) by Denis Vlasenko · 18 years ago
  88. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  89. 58875ae assorted fixes uncovered by randomconfig runs by Denis Vlasenko · 18 years ago
  90. dfce08f fdisk: bb_common_bufsiz1 is too small for globals on 64-bit CPU by Denis Vlasenko · 18 years ago
  91. bd85207 fdisk: get rid of _() macro. by Denis Vlasenko · 18 years ago
  92. 8e1a0cc fdisk: move 2k ptes[] array into bb_common_bufsiz1 by Denis Vlasenko · 18 years ago
  93. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  94. 06c0a71 preparatory patch for -Wwrite-strings #3 by Denis Vlasenko · 18 years ago
  95. 8e1c715 Convert cmdedit into more generic line input facility by Denis Vlasenko · 18 years ago
  96. d547083 fdisk: remove 8k buffer from bss - OSF labels are not THAT common anyway by Denis Vlasenko · 18 years ago
  97. 6a5dc5d next bunch of fixes for bugs found by randconfig by Denis Vlasenko · 18 years ago
  98. 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 18 years ago
  99. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  100. 2870301 u_short, ulong exterminated fdiskXXX: add a bit of sanity (not enough by far) by Denis Vlasenko · 18 years ago