~ubuntu-branches/debian/sid/adjtimex/sid

Viewing all changes in revision 11.

  • Committer: Bazaar Package Importer
  • Author(s): James R. Van Zandt
  • Date: 2008-04-04 22:05:01 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080404220501-oc7pcbvvobcreb18
Tags: 1.24-1
* New upstream release

* adjtimex.c: Reorganize cmos_read_time() to properly integrate the
  fallback case for when /dev/rtc has no interrupts. Make this fallback
  actually work. fixes partially(?) Debian bug #460065 (Thanks to Alain
  Guibert <alguibert@free.fr>) (closes:Bug#471203)

* (cmos_read_time): Fix Y2K bug: read century from byte 50, instead of
  assuming we're in the range 1969-2068.

* Implement second kind of busywait (busywait_second_change): when
  /dev/rtc interrupt is not available, fallbacks to loops around
  ioctl(RTC_RD_TIME) until the RTC second changes. Patch applies to
  adjtimex 1.23 above first no-interrupt-fallback.patch fixes
  partially(?) Debian bug #460065 (Thanks to: Alain Guibert
  <alguibert@free.fr>)

* (cmos_read_time) If /dev/rtc does not exist then automatically
  fallback to /dev/rtc0, so it works even without symlink. (Thanks to:
  Alain Guibert <alguibert@free.fr>)

* adjtimex.c (main): fix typo in options handling (thanks to Miroslav
  Lichvar <mlichvar@redhat.com>)

* debian/control: bump Debian policy version to 3.7.3 (no changes needed)

* debian/dirs: don't install empty directory /usr/bin

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: