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-05-30 13:51:06

Modified files:
	newlib         : ChangeLog 
	newlib/libc/sys/linux: Makefile.am Makefile.in ids.c signal.c 
	newlib/libc/sys/linux/machine/i386: Makefile.am Makefile.in 
	newlib/libc/sys/linux/sys: signal.h 
Added files:
	newlib/libc/sys/linux: kernel_sigaction.h sigaction.c sigqueue.c 
	                       sigwait.c 
	newlib/libc/sys/linux/machine/i386: sigaction.c 

Log message:
	2002-05-30  Jeff Johnston  <jjohnstn@redhat.com>
	
	* libc/sys/linux/Makefile.am: Add support for new files.
	* libc/sys/linux/Makefile.in: Regenerated.
	* libc/sys/linux/ids.c: Add __getuid weak alias for getuid.
	* libc/sys/linux/signal.c: Change to use real-time syscalls for
	sigsuspend, sigprocmask, and sigpending.  Also remove sigaction as
	it is in a separate file now.
	* libc/sys/linux/machine/i386/Makefile.am
	* libc/sys/linux/machine/i386/Makefile.in
	* libc/sys/linux/sys/signal.h: Add include of <bits/signum.h>.
	* libc/sys/linux/sigaction.c: New file.
	* libc/sys/linux/sigqueue.c: Ditto.
	* libc/sys/linux/sigwait.c: Ditto.
	* libc/sys/linux/machine/i386/sigaction.c: Ditto.
	* libc/sys/linux/kernel_sigaction.h: Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.319&r2=1.320
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/kernel_sigaction.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/sigaction.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/sigqueue.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/sigwait.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.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/Makefile.in.diff?cvsroot=src&r1=1.16&r2=1.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/ids.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/signal.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/machine/i386/sigaction.c.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.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/machine/i386/Makefile.in.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/sys/linux/sys/signal.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]