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-19 18:03:09

Modified files:
	newlib         : ChangeLog 
	newlib/libc/sys/linux: Makefile.am Makefile.in inode.c io.c 
Added files:
	newlib/libc/sys/linux: fpathconf.c linux_fsinfo.h pathconf.c 
	newlib/libc/sys/linux/sys: unistd.h 

Log message:
	2002-07-19  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/sys/linux/Makefile.am: Add pathconf.c and fpathconf.c.
	* libc/sys/linux/Makefile.in: Regenerated.
	* libc/sys/linux/inode.c: Add chmod, fchmod, and chown syscalls.
	* libc/sys/linux/io.c: Add ftruncate syscall.
	* libc/sys/linux/fpathconf.c: New file.
	* libc/sys/linux/pathconf.c: Ditto.
	* libc/sys/linux/linux_fsinfo.h: Ditto.
	* libc/sys/linux/sys/unistd.h: Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.387&r2=1.388
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/fpathconf.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/linux_fsinfo.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/pathconf.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.27&r2=1.28
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/Makefile.in.diff?cvsroot=src&r1=1.30&r2=1.31
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/inode.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/io.c.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/sys/unistd.h.diff?cvsroot=src&r1=NONE&r2=1.1


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