K 10 svn:author V 2 ps K 8 svn:date V 27 2005-04-21T20:33:05.000000Z K 7 svn:log V 788 MFC: kern_ntptime.c, kern_time.c, sys_generic.c p1003_1b.c, syscallsubr.h: - Implement kern_adjtime(), kern_readv(), kern_sched_rr_get_interval(), kern_settimeofday(), and kern_writev() to allow for further stackgap reduction in the compat ABIs. osf1_misc.c: - Use a custom version of copyinuio() to implement osf1_{read,write}v() via kern_{read,write}v(). linux32_machdep.c: - Use a custom version of copyinuio() to implement readv/writev using kern_readv/writev. - Use kern_sched_rr_get_interval() rather than the stackgap. freebsd32_misc.c: - Use a custom version of copyinuio() to implement readv/writev using kern_readv/writev. - Use kern_settimeofday() and kern_adjtime() rather than stackgapping it. ibcs2_misc.c: - Use kern_settimeofday() to avoid stackgap use. END