Index: include/linux/sysctl.h =================================================================== RCS file: /root/LinuxCVS/Kernel/include/linux/sysctl.h,v retrieving revision 1.1.1.6 retrieving revision 1.1.1.6.2.1 diff -u -r1.1.1.6 -r1.1.1.6.2.1 --- include/linux/sysctl.h 2001/12/13 18:56:49 1.1.1.6 +++ include/linux/sysctl.h 2001/12/29 14:59:21 1.1.1.6.2.1 @@ -124,8 +124,19 @@ KERN_CORE_USES_PID=52, /* int: use core or core.%pid */ KERN_TAINTED=53, /* int: various kernel tainted flags */ KERN_CADPID=54, /* int: PID of the process to notify on CAD */ + KERN_TIME=55, /* directory: time */ }; +/* KERN_TIME names: */ +enum +{ + KERN_TIME_TIMEZONE=1, /* struct: timezone */ + KERN_TIME_RTC_UPDATE=2, /* int: rtc_update */ + KERN_TIME_RTC_RUNS_LOCALTIME=3, /* int: rtc_runs_localtime */ + KERN_TIME_TIME_TICK=4, /* int: time_tick */ + KERN_TIME_TICKADJ=5, /* int: tickadj */ + KERN_TIME_PPS_VAR=99, /* struct pps_var: pps */ +}; /* CTL_VM names: */ enum