1. d778e6c hwclock: fix wrong comparison of time value (when it will overlow int) by Denys Vlasenko · 13 years ago
  2. 319b8bb hwclock: use locale-specific date output format by Denys Vlasenko · 13 years ago
  3. 46465ec hwclock: better help text by Denys Vlasenko · 13 years ago
  4. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  5. 658a437 hwclock: implement --systz by Davide Cavalca · 14 years ago
  6. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  7. b87c17c *: stop defining _GNU_SOURCE in source files, it's in CFLAGS anyway by Denys Vlasenko · 14 years ago
  8. 60f659f hwclock: improve, and then disable clever sync code: it's bloat by Denys Vlasenko · 15 years ago
  9. dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 15 years ago
  10. 053ffee hwclock: tiny tweak in comment by Denys Vlasenko · 15 years ago
  11. 0c58cc7 hwclock: make commented-out code compilable by Denys Vlasenko · 15 years ago
  12. 6959f6b hwclock: disable time diff code; ntpd -S script: do not wait for completion by Denys Vlasenko · 15 years ago
  13. 5e3b140 hwclock: make it report system/rtc clock difference by Denys Vlasenko · 15 years ago
  14. 695fa51 hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exact by Denys Vlasenko · 15 years ago
  15. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  16. 73b71f3 date: factor out date parsing (in preparation for touch -d) by Denys Vlasenko · 15 years ago
  17. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  18. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  19. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  20. 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
  21. 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
  22. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  23. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  24. e324184 s/#ifdef CONFIG_/#if ENABLE_/g by Denis Vlasenko · 17 years ago
  25. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  26. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  27. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  28. 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
  29. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  30. 459be35 hwclock: size optimizations by Denis Vlasenko · 18 years ago
  31. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
  32. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  33. 219d14d random style fixes (extra spaces deleted) by Denis Vlasenko · 18 years ago
  34. 673d4bb hwclock: support /dev/rtc0 etc by Denis Vlasenko · 18 years ago
  35. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  36. dd539f7 Unneeded code removed, usused field "unsigned pscpu" removed by Denis Vlasenko · 18 years ago
  37. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  38. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  39. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  40. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  41. 01d23ad - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! by Bernhard Reutner-Fischer · 19 years ago
  42. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
  43. 5cf905a - use RESERVE_CONFIG_BUFFER and a bit of whitespace-cleanup. defconfig: by Bernhard Reutner-Fischer · 19 years ago
  44. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  45. c1ef7bd just whitespace by Tim Riker · 19 years ago
  46. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  47. 064f04e by "Vladimir N. Oleynik" · 19 years ago
  48. 747fc5d allow people to adjtime location by Mike Frysinger · 19 years ago
  49. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  50. 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 20 years ago
  51. b31566e minor style touchups by Mike Frysinger · 20 years ago
  52. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  53. 6bb8087 Some corrections from vodz: by Robert Griebl · 21 years ago
  54. c8685ea The utc variable was not modified according to the -u/-l command line by Robert Griebl · 21 years ago
  55. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  56. b7b3bda Patch from Thomas Frohlich to fix an option ordering bug of mine. by Glenn L McGrath · 21 years ago
  57. 689e4b9 Use bb_getopt_ulflags, marginal saving, better argument checking. by Glenn L McGrath · 21 years ago
  58. f461e01 Use /var/lib/hwclock for adjtime, its really a state file rather than a by Glenn L McGrath · 21 years ago
  59. 4445668 Removed some debug printfs by Robert Griebl · 21 years ago
  60. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  61. 7ce75f4 > Eliminate dependancy on kernel header files. Naughty naughty. by Robert Griebl · 22 years ago
  62. 8882ea5 Eliminate dependancy on kernel header files. Naughty naughty. by Eric Andersen · 22 years ago
  63. 6859d76 - updated a few copyright/left file headers by Robert Griebl · 22 years ago
  64. 1cd0445 Initial checkin of a very primitive hwclock replacement by Robert Griebl · 22 years ago