summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/hppa
Commit message (Collapse)AuthorAgeFilesLines
* clean up O_CLOEXEC handlingMike Frysinger2009-10-161-0/+1
| | | | | | | | Drop the "#ifndef O_CLOEXEC" cruft, enable O_CLOEXEC in most fcntl.h headers, and import __ASSUME_O_CLOEXEC from glibc. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-182-2/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* enable nanosecond stat support for everyoneMike Frysinger2009-08-191-14/+6
| | | | | | | | | | | | | | Fill out the stat structure so that the nanosecond resolution support is always available. There is a small code size increase for a few ports (three additional assignments in xstatconv), but otherwise everything should remain the same. While we're here, punt __old_kernel_stat from the few headers that still define it as it is unused in uClibc and causes compile errors after these nanosecond changes. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* syscall: convert cris/hppa to common syscallsMike Frysinger2009-08-192-72/+15
| | | | | | | | The cris/hppa code appears to be easy to convert, so go ahead and do it for them. Build tested only. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* build: Include Makefile.commonarch from common Makefile.inCarmelo Amoroso2009-07-291-2/+0
| | | | | | | | Avoid including akefile.commonarch in each Makefile.arch. Include it instead from Makefile.in just after the arch specific Makefile.arch Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* uClibc_arch_features: sync defines between portsMike Frysinger2009-07-091-0/+6
| | | | | | | | Make sure each arch has the same complete list to make comparing between them easier. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch whole signal handling rework with trunk. Tested on nptl-sh4.Carmelo Amoroso2009-01-222-30/+18
| | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* signal.h consolidation from trunk.Denis Vlasenko2008-12-231-20/+0
| | | | | No object code difference (tested on i386).
* Synch with trunk @ 24160Carmelo Amoroso2008-11-273-9/+5
| | | | | | Step 14: miscellaneous merge for arch specific files in libc/sysdeps. Comments, cleanup, formatting, hidden_proto removal and others.
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-313-6/+6
| | | | | | | 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 nios/xtensa/v850/h8300/cris/x86_64/ia64/hppa/i382/nios2/frv/avr32 ↵Carmelo Amoroso2008-06-184-17/+23
| | | | specific with trunk
* Merge from trunk."Steven J. Hill"2006-12-164-7/+8
|
* Big fricking merge from trunk, but an easy one."Steven J. Hill"2006-08-246-46/+121
|
* Merge from trunk."Steven J. Hill"2006-08-212-4/+6
|
* Merge from trunk."Steven J. Hill"2006-08-183-4/+5
|
* Merge from trunk."Steven J. Hill"2006-02-2810-60/+205
|
* Big fricking merge from trunk."Steven J. Hill"2006-01-072-3/+4
|
* Copy from trunk."Steven J. Hill"2005-12-102-0/+180
|
* Merge from trunk."Steven J. Hill"2005-12-102-68/+3
|
* Merge from trunk."Steven J. Hill"2005-12-021-3/+1
|
* Mini-merge from trunk. Not as fun as a Mini Cooper, but oh well."Steven J. Hill"2005-12-011-1/+1
|
* Copy from trunk."Steven J. Hill"2005-12-011-0/+67
|
* Copy from trunk."Steven J. Hill"2005-12-011-0/+84
|
* Copy from trunk."Steven J. Hill"2005-12-011-0/+63
|
* Sync up with trunk."Steven J. Hill"2005-11-192-2/+2
|
* Copy from trunk."Steven J. Hill"2005-11-191-0/+18
|
* Copy from trunk."Steven J. Hill"2005-11-1729-0/+1900