summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/sigaction.c
Commit message (Collapse)AuthorAgeFilesLines
* Signal handling rework: two missing filesCarmelo Amoroso2009-01-221-85/+54
|
* Synch with trunk @ 24242Carmelo Amoroso2008-12-031-23/+29
| | | | | Step 18: some more synch: hidden_proto, size reduction and signal handling changes.
* Synch with trunk @ 24160Carmelo Amoroso2008-11-271-1/+1
| | | | | | Step 14: miscellaneous merge for arch specific files in libc/sysdeps. Comments, cleanup, formatting, hidden_proto removal and others.
* some more asm keyword fixes (Yann E. MORIN)Carmelo Amoroso2008-08-061-2/+1
|
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-1/+1
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Synch libc mips specific with trunkCarmelo Amoroso2008-06-181-101/+76
|
* Well, this is everything for my NPTL implementation. The 'uClibc-nptl' ↵"Steven J. Hill"2006-08-241-82/+141
| | | | branch is now the exact code that I have. I am going to re-run tests now to verify everything one more time. The next step after that is to merge from trunk with the latest stuff from Mike and Peter.
* Merge from trunk."Steven J. Hill"2006-01-141-0/+8
|
* Bring in sleep.c from trunk and update change sigaction.c for MIPS"Steven J. Hill"2005-12-101-2/+2
| | | | to call __memcpy, even though it produces a compiler warning.
* Finish up changes for sigaction and NPTL."Steven J. Hill"2005-12-101-3/+4
|
* Fix 'sigaction' for NPTL and other thread models."Steven J. Hill"2005-12-081-7/+6
|
* Update signal handlers for NPTL."Steven J. Hill"2005-11-161-28/+22
|
* Add sigaction for mipsEric Andersen2004-07-171-0/+123