This is the mail archive of the newlib-cvs@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/newlib ChangeLog libc/sys/linux/Makefile.a ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jjohnstn@sources.redhat.com	2002-06-27 13:09:27

Modified files:
	newlib         : ChangeLog 
	newlib/libc/sys/linux: Makefile.am Makefile.in sysconf.c 
	newlib/libc/sys/linux/machine/i386: Makefile.am Makefile.in 
	newlib/libc/sys/linux/sys: time.h 
Added files:
	newlib/libc/sys/linux: clock_getres.c clock_gettime.c 
	                       clock_settime.c hp-timing.h 
	                       libc-internal.h 
	newlib/libc/sys/linux/include: time.h 
	newlib/libc/sys/linux/machine: hp-timing.h 
	newlib/libc/sys/linux/machine/i386: get_clockfreq.c hp-timing.c 
	                                    hp-timing.h 
	newlib/libc/sys/linux/sys: linux_time.h 

Log message:
	2002-06-27  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/sys/linux/Makefile.am: Add new clock routines.
	* libc/sys/linux/Makefile.in: Regenerated.
	* libc/sys/linux/clock_getres.c: New file.
	* libc/sys/linux/clock_gettime.c: Ditto.
	* libc/sys/linux/clock_settime.c: Ditto.
	* libc/sys/linux/hp-timing.h: Ditto.
	* libc/sys/linux/libc-internal.h: Ditto.
	* libc/sys/linux/sysconf.c: Fix typo.
	* libc/sys/linux/include/time.h: New file.
	* libc/sys/linux/machine/hp-timing.h: New file.
	* libc/sys/linux/machine/i386/Makefile.am: Add new files.
	* libc/sys/linux/machine/i386/Makefile.in: Regenerated.
	* libc/sys/linux/machine/i386/get_clockfreq.c: New file.
	* libc/sys/linux/machine/i386/hp-timing.c: Ditto.
	* libc/sys/linux/machine/i386/hp-timing.h: Ditto.
	* libc/sys/linux/sys/linux_time.h: Ditto.
	* libc/sys/linux/sys/time.h: Remove include of <linux/time.h> and
	replace with <sys/linux_time.h>.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.358&r2=1.359
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/clock_getres.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/clock_gettime.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/clock_settime.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/hp-timing.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/libc-internal.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/Makefile.am.diff?cvsroot=src&r1=1.22&r2=1.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/Makefile.in.diff?cvsroot=src&r1=1.24&r2=1.25
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/sysconf.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/include/time.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/machine/hp-timing.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/machine/i386/get_clockfreq.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/machine/i386/hp-timing.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/machine/i386/hp-timing.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/machine/i386/Makefile.am.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/machine/i386/Makefile.in.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/sys/linux_time.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/sys/time.h.diff?cvsroot=src&r1=1.2&r2=1.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]