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-07-24 13:38:33

Modified files:
	newlib         : ChangeLog 
	newlib/libc/sys/linux: Makefile.am Makefile.in inode.c 
	newlib/libc/sys/linux/sys: stat.h 
Added files:
	newlib/libc/sys/linux: fstab.c fstatvfs.c fstatvfs64.c 
	                       internal_statvfs.c mntent.c mntent_r.c 
	                       statvfs.c statvfs64.c 
	newlib/libc/sys/linux/include: paths.h 

Log message:
	2002-07-24  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/sys/linux/Makefile.am: Add new files.
	* libc/sys/linux/Makefile.in: Regenerated.
	* libc/sys/linux/fstab.c: New file.
	* libc/sys/linux/fstatvfs.c: Ditto.
	* libc/sys/linux/fstatvfs64.c: Ditto.
	* libc/sys/linux/internal_statvfs.c: Ditto.
	* libc/sys/linux/mntent.c: Ditto.
	* libc/sys/linux/mntent_r.c: Ditto.
	* libc/sys/linux/statvfs.c: Ditto.
	* libc/sys/linux/statvfs64.c: Ditto.
	* libc/sys/linux/include/paths.h: Ditto.
	* libc/sys/linux/inode.c (statfs, fstatfs): New syscalls
	with double-underscore weak-aliases.
	* libc/sys/linux/sys/stat.h: Add *stat64 prototypes.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.396&r2=1.397
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/fstab.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/fstatvfs.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/fstatvfs64.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/internal_statvfs.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/mntent.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/mntent_r.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/statvfs.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/statvfs64.c.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.29&r2=1.30
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/Makefile.in.diff?cvsroot=src&r1=1.32&r2=1.33
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/inode.c.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/include/paths.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/sys/stat.h.diff?cvsroot=src&r1=1.1&r2=1.2


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