ip: use rtnl_send_check() on flush commands, closes 6962
[oweals/busybox.git] / util-linux / hwclock.c
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-08-08 Denys Vlasenkogetopt32: remove applet_long_options
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-04-17 Denys VlasenkoSpelling fixes in comments, documentation, tests and...
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2016-11-23 Denys VlasenkoConvert all util-linux/* applets to "new style" applet...
2015-03-12 Ron YorstonUse chomp to remove newlines
2014-02-25 Denys Vlasenkohwclock: fix setting of tz_minuteswest. Closes 5414
2012-04-17 Denys Vlasenkohwclock: fix wrong comparison of time value (when it...
2011-07-08 Denys Vlasenkohwclock: use locale-specific date output format
2011-07-04 Denys Vlasenkohwclock: better help text
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-01-22 Davide Cavalcahwclock: implement --systz
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-06-19 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2010-06-18 Denys Vlasenko*: stop defining _GNU_SOURCE in source files, it's...
2010-04-14 Denys Vlasenkohwclock: improve, and then disable clever sync code...
2010-01-09 Denys Vlasenko*: make it easier to distinquish "struct tm", pointer...
2010-01-07 Denys Vlasenkohwclock: tiny tweak in comment
2010-01-07 Denys Vlasenkohwclock: make commented-out code compilable
2010-01-07 Denys Vlasenkohwclock: disable time diff code; ntpd -S script: do...
2010-01-06 Denys Vlasenkohwclock: make it report system/rtc clock difference
2010-01-06 Denys Vlasenkohwclock: fix sizeof bug (used it on pointer, not array...
2009-09-06 Denys Vlasenkomore C standard compat fixes from Dan Fandrich
2009-07-18 Denys Vlasenkodate: factor out date parsing (in preparation for touch -d)
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-03-23 Denis Vlasenkopatch: shrink by Pascal Bellard <pascal.bellard AT...
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-15 Mike Frysingerwe need to pass back the rtc device name that was actua...
2008-02-15 Mike Frysingersplit some rtc funcs out of hwclock and into an rtc...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-13 Denis Vlasenkos/#ifdef CONFIG_/#if ENABLE_/g
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-23 Denis Vlasenkorework long option handling. saves ~1.2k
2007-07-21 Denis Vlasenkolibbb: nuke BB_GETOPT_ERROR, always die if there are...
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-06-17 Denis Vlasenkohwclock: size optimizations
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-03-24 Denis Vlasenkorandom style fixes (extra spaces deleted)
2007-03-07 Denis Vlasenkohwclock: support /dev/rtc0 etc
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-11-01 Denis VlasenkoUnneeded code removed, usused field "unsigned pscpu...
2006-11-01 Denis Vlasenkomostly style fixes
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-26 Bernhard Reutner... - add central knob to turn off getopt_long everywhere...
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-03-31 Bernhard Reutner... - use RESERVE_CONFIG_BUFFER and a bit of whitespace...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-25 Tim Rikerjust whitespace
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-10-11 "Vladimir N. Oleynik"- use complementally '!' to '?' - 'ask' is best 'free...
2005-09-28 Mike Frysingerallow people to adjtime location
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-05-11 Mike Frysingerchange the hardcoded error constant (0x80000000UL)...
2005-04-16 Mike Frysingerminor style touchups
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-22 Robert GrieblSome corrections from vodz:
2004-03-21 Robert GrieblThe utc variable was not modified according to the...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-10 Glenn L McGrathPatch from Thomas Frohlich to fix an option ordering...
2004-02-22 Glenn L McGrathUse bb_getopt_ulflags, marginal saving, better argument...
2004-02-22 Glenn L McGrathUse /var/lib/hwclock for adjtime, its really a state...
2003-08-26 Robert GrieblRemoved some debug printfs
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-02 Robert Griebl> Eliminate dependancy on kernel header files. Naughty...
2002-12-11 Eric AndersenEliminate dependancy on kernel header files. Naughty...
2002-08-05 Robert Griebl- updated a few copyright/left file headers
2002-07-21 Robert GrieblInitial checkin of a very primitive hwclock replacement