2006-12-10 Dmitry V. Levin <ldv@altlinux.org>
Enhance adjtimex parser.
* time.c [LINUX] (adjtimex_modes, adjtimex_status,
adjtimex_state): New xlat structures.
[LINUX] (sys_adjtimex): Print the whole struct timex.
Decode modes, status and return code.
diff --git a/ChangeLog b/ChangeLog
index 466a56b..3d3f6fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-12-10 Dmitry V. Levin <ldv@altlinux.org>
+ Enhance adjtimex parser.
+ * time.c [LINUX] (adjtimex_modes, adjtimex_status,
+ adjtimex_state): New xlat structures.
+ [LINUX] (sys_adjtimex): Print the whole struct timex.
+ Decode modes, status and return code.
+
Add biarch support for "struct itimerval".
* time.c (printitv): Rename to printitv_bitness().
Add printitv() macro wrapper around printitv_bitness().