summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/ia64
Commit message (Collapse)AuthorAgeFilesLines
* - add missing #endifBernhard Reutner-Fischer2008-05-031-0/+1
|
* - implement splice,vmsplice,tee for all archesBernhard Reutner-Fischer2008-05-031-13/+28
| | | | - synch F_LINUX_SPECIFIC_BASE related fcntls for all arches
* - fixup asm. No object-code changesBernhard Reutner-Fischer2008-04-242-10/+10
|
* A patch from our Blackfin repository, originally from Jie Zhang. This fixesBernd Schmidt2008-01-171-3/+0
| | | | | | | | | | | | | a problem where the linker was trying to use the wrong symbol name for the init function. Define SYMBOL_PREFIX as _ in Rules.mak for h8300, bfin, i960, microblaze, and v850. Add -D__UCLIBC_UNDERSCORES__ in CFLAGS for targets which define SYMBOL_PREFIX as _. Remove defines and undefs from uClibc_arch_features.h of each target. Add $(SYMBOL_PREFIX) to __uClibc_init when passed by ld option -init.
* change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when ↵Mike Frysinger2008-01-081-1/+1
| | | | doing double negatives
* Patch from Al Stone to fix ia64:Rob Landley2007-03-111-1/+1
| | | | | | | | | The attached patch works around some compilation failures on ia64 caused by the use of the C preprocessor ## operator, and allows the ia64 default configuration to build again -- or, at least get as far as an x86 build does (the current source tree has some problems compiling because of conflicting type declarations for __kernel_dev_t).
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-5/+0
| | | | | applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file.
* bits/kernel_stat.h is for internal uClibc use only, fix a few otherEric Andersen2006-12-061-0/+4
| | | | minor include file issues
* fix from psm: enable readahead prototypeMike Frysinger2006-08-241-1/+3
|
* just be like every other uclibc portMike Frysinger2006-08-241-2/+2
|
* sync with glibcMike Frysinger2006-08-241-1/+1
|
* sync with upstream via psmMike Frysinger2006-08-241-3/+6
|
* sync with psm: update errno handling to be the same on all archesMike Frysinger2006-08-231-6/+3
|
* sync with upstream via psmMike Frysinger2006-08-233-4/+66
|
* import new headers from upstream via psmMike Frysinger2006-08-235-0/+411
|
* fixes from psm: hide internal brk symbolsMike Frysinger2006-08-231-0/+1
|
* fix hidden symbolsMike Frysinger2006-06-212-0/+3
|
* sync my fixes from glibcMike Frysinger2006-06-211-2/+4
|
* sync with glibcMike Frysinger2006-03-291-1/+7
|
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵Peter S. Mazinger2006-03-101-2/+1
| | | | most of global data relocations are back
* Remove duplicate hidden __curbrk (ppc), make use of the hidden versionsPeter S. Mazinger2006-03-101-5/+5
|
* dont invert errno as assembly routines store positive values, not negative onesMike Frysinger2006-02-231-1/+1
|
* We need hidden vfork, not __vforkPeter S. Mazinger2006-02-221-1/+1
|
* Make use of bits/sched.hPeter S. Mazinger2006-02-221-5/+2
|
* grab from glibcMike Frysinger2006-02-221-0/+110
|
* remove hunk that shouldnt have been committedMike Frysinger2006-02-181-1/+1
|
* touchup syscall break define so it doesnt conflict with kernel headersMike Frysinger2006-02-181-4/+6
|
* grab headers from glibcMike Frysinger2006-02-186-0/+747
|
* get rid of __pipePeter S. Mazinger2006-02-151-4/+3
|
* import files from glibc for an ia64/static portMike Frysinger2006-02-0434-0/+2373