Age | Commit message (Expand) | Author |
2014-02-25 | hwclock: fix setting of tz_minuteswest. Closes 5414 | Denys Vlasenko |
2012-04-17 | hwclock: fix wrong comparison of time value (when it will overlow int) | Denys Vlasenko |
2011-07-08 | hwclock: use locale-specific date output format | Denys Vlasenko |
2011-07-04 | hwclock: better help text | Denys Vlasenko |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-01-22 | hwclock: implement --systz | Davide Cavalca |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-06-18 | *: stop defining _GNU_SOURCE in source files, it's in CFLAGS anyway | Denys Vlasenko |
2010-04-14 | hwclock: improve, and then disable clever sync code: it's bloat | Denys Vlasenko |
2010-01-09 | *: make it easier to distinquish "struct tm", pointer to one, etc | Denys Vlasenko |
2010-01-07 | hwclock: tiny tweak in comment | Denys Vlasenko |
2010-01-07 | hwclock: make commented-out code compilable | Denys Vlasenko |
2010-01-07 | hwclock: disable time diff code; ntpd -S script: do not wait for completion | Denys Vlasenko |
2010-01-06 | hwclock: make it report system/rtc clock difference | Denys Vlasenko |
2010-01-06 | hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exact | Denys Vlasenko |
2009-09-06 | more C standard compat fixes from Dan Fandrich | Denys Vlasenko |
2009-07-18 | date: factor out date parsing (in preparation for touch -d) | Denys Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-03-23 | patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2008-02-15 | we need to pass back the rtc device name that was actually used so that we ca... | Mike Frysinger |
2008-02-15 | split some rtc funcs out of hwclock and into an rtc header/lib so that the ne... | Mike Frysinger |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-08-13 | s/#ifdef CONFIG_/#if ENABLE_/g | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-07-24 | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko |
2007-07-23 | rework long option handling. saves ~1.2k | Denis Vlasenko |
2007-07-21 | libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options | Denis Vlasenko |
2007-07-14 | xioctl and friends by Tito <farmatito@tiscali.it> | Denis Vlasenko |
2007-06-17 | hwclock: size optimizations | Denis Vlasenko |
2007-05-31 | delete tons of extra #includes | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-03-24 | random style fixes (extra spaces deleted) | Denis Vlasenko |
2007-03-07 | hwclock: support /dev/rtc0 etc | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2006-11-01 | Unneeded code removed, usused field "unsigned pscpu" removed | Denis Vlasenko |
2006-11-01 | mostly style fixes | Denis Vlasenko |
2006-10-14 | add open_read_close() and similar stuff | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-05-27 | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley |
2006-05-26 | - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! | Bernhard Reutner-Fischer |
2006-05-07 | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley |
2006-03-31 | - use RESERVE_CONFIG_BUFFER and a bit of whitespace-cleanup. defconfig: | Bernhard Reutner-Fischer |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-01-25 | just whitespace | Tim Riker |
2005-10-14 | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | "Vladimir N. Oleynik" |
2005-10-11 | - use complementally '!' to '?' - 'ask' is best 'free' char for this. | "Vladimir N. Oleynik" |
2005-09-28 | allow people to adjtime location | Mike Frysinger |
2005-09-05 | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" |