1. 9947650 Remove "select PLATFORM_LINUX" by Denys Vlasenko · 2 years ago
  2. 77216c3 Fix non-Linux builds by Samuel Thibault · 2 years, 2 months ago
  3. 3c13da3 libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells by Denys Vlasenko · 4 years ago
  4. 251e08f move ADJTIME_PATH define to header files by Denys Vlasenko · 4 years ago
  5. eb0c2e2 libbb: introduce and use xsettimeofday() by Denys Vlasenko · 4 years ago
  6. d3c3688 hwclock: improve --help (-l is a compatible shortcut for --localtime) by Denys Vlasenko · 4 years ago
  7. 9e262f1 hwclock: fix musl breakage of settimeofday(tz) by Denys Vlasenko · 4 years ago
  8. caba1a1 tweak help texts by Denys Vlasenko · 4 years ago
  9. 1a5d6fc hwclock: Fix settimeofday for glibc v2.31+ by Eddie James · 4 years, 4 months ago
  10. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
  11. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  12. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  13. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  14. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  15. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  16. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  17. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  18. dd898c9 Convert all util-linux/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  19. 8ec1ff3 Use chomp to remove newlines by Ron Yorston · 10 years ago
  20. 589051b hwclock: fix setting of tz_minuteswest. Closes 5414 by Denys Vlasenko · 11 years ago
  21. d778e6c hwclock: fix wrong comparison of time value (when it will overlow int) by Denys Vlasenko · 13 years ago
  22. 319b8bb hwclock: use locale-specific date output format by Denys Vlasenko · 13 years ago
  23. 46465ec hwclock: better help text by Denys Vlasenko · 13 years ago
  24. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  25. 658a437 hwclock: implement --systz by Davide Cavalca · 14 years ago
  26. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  27. b87c17c *: stop defining _GNU_SOURCE in source files, it's in CFLAGS anyway by Denys Vlasenko · 14 years ago
  28. 60f659f hwclock: improve, and then disable clever sync code: it's bloat by Denys Vlasenko · 15 years ago
  29. dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 15 years ago
  30. 053ffee hwclock: tiny tweak in comment by Denys Vlasenko · 15 years ago
  31. 0c58cc7 hwclock: make commented-out code compilable by Denys Vlasenko · 15 years ago
  32. 6959f6b hwclock: disable time diff code; ntpd -S script: do not wait for completion by Denys Vlasenko · 15 years ago
  33. 5e3b140 hwclock: make it report system/rtc clock difference by Denys Vlasenko · 15 years ago
  34. 695fa51 hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exact by Denys Vlasenko · 15 years ago
  35. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  36. 73b71f3 date: factor out date parsing (in preparation for touch -d) by Denys Vlasenko · 15 years ago
  37. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  38. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  39. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  40. 977bc6a we need to pass back the rtc device name that was actually used so that we can turn around and check its sysfs status by Mike Frysinger · 17 years ago
  41. 6b160e4 split some rtc funcs out of hwclock and into an rtc header/lib so that the new rtcwake applet as well as hwclock can utilize the same code by Mike Frysinger · 17 years ago
  42. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  43. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  44. e324184 s/#ifdef CONFIG_/#if ENABLE_/g by Denis Vlasenko · 17 years ago
  45. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  46. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  47. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  48. 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
  49. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  50. 459be35 hwclock: size optimizations by Denis Vlasenko · 18 years ago
  51. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
  52. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  53. 219d14d random style fixes (extra spaces deleted) by Denis Vlasenko · 18 years ago
  54. 673d4bb hwclock: support /dev/rtc0 etc by Denis Vlasenko · 18 years ago
  55. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  56. dd539f7 Unneeded code removed, usused field "unsigned pscpu" removed by Denis Vlasenko · 18 years ago
  57. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  58. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  59. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  60. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  61. 01d23ad - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! by Bernhard Reutner-Fischer · 19 years ago
  62. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
  63. 5cf905a - use RESERVE_CONFIG_BUFFER and a bit of whitespace-cleanup. defconfig: by Bernhard Reutner-Fischer · 19 years ago
  64. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  65. c1ef7bd just whitespace by Tim Riker · 19 years ago
  66. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  67. 064f04e by "Vladimir N. Oleynik" · 19 years ago
  68. 747fc5d allow people to adjtime location by Mike Frysinger · 19 years ago
  69. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  70. 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 20 years ago
  71. b31566e minor style touchups by Mike Frysinger · 20 years ago
  72. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  73. 6bb8087 Some corrections from vodz: by Robert Griebl · 21 years ago
  74. c8685ea The utc variable was not modified according to the -u/-l command line by Robert Griebl · 21 years ago
  75. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  76. b7b3bda Patch from Thomas Frohlich to fix an option ordering bug of mine. by Glenn L McGrath · 21 years ago
  77. 689e4b9 Use bb_getopt_ulflags, marginal saving, better argument checking. by Glenn L McGrath · 21 years ago
  78. f461e01 Use /var/lib/hwclock for adjtime, its really a state file rather than a by Glenn L McGrath · 21 years ago
  79. 4445668 Removed some debug printfs by Robert Griebl · 21 years ago
  80. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  81. 7ce75f4 > Eliminate dependancy on kernel header files. Naughty naughty. by Robert Griebl · 22 years ago
  82. 8882ea5 Eliminate dependancy on kernel header files. Naughty naughty. by Eric Andersen · 22 years ago
  83. 6859d76 - updated a few copyright/left file headers by Robert Griebl · 22 years ago
  84. 1cd0445 Initial checkin of a very primitive hwclock replacement by Robert Griebl · 22 years ago