summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/ia64
Commit message (Expand)AuthorAgeFilesLines
* *: silence some warningsBernhard Reutner-Fischer2012-01-261-3/+8
* syscall: flag ia64 syscall error path as unlikelyBernhard Reutner-Fischer2012-01-261-2/+2
* bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on targetPeter S. Mazinger2011-03-091-4/+0
* bits/kernel_stat.h: use the same guard on all archsPeter S. Mazinger2011-03-091-3/+3
* remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...Peter S. Mazinger2011-03-031-0/+2
* use uniform form of C99 keywordsBernhard Reutner-Fischer2010-06-241-1/+1
* bits/mmap.h: unify ala linux asm-generic effortsMike Frysinger2009-11-231-101/+1
* clean up O_CLOEXEC handlingMike Frysinger2009-10-071-2/+0
* honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer2009-08-301-0/+4
* build: Include Makefile.commonarch from common Makefile.inCarmelo Amoroso2009-07-291-2/+0
* add missing UTIME_* defines for *at funcsMike Frysinger2009-07-261-1/+6
* enable nanosecond stat support for everyoneMike Frysinger2009-07-262-29/+5
* byteswap: unify common definitionsMike Frysinger2009-07-211-79/+21
* syscall: unify part 2: NCS varietyMike Frysinger2009-07-091-7/+2
* syscall: unify common syscall definesMike Frysinger2009-07-081-55/+0
* uClibc_arch_features: sync defines between portsMike Frysinger2009-07-031-0/+9
* - provide INTERNAL_SYSCALL for ia64 (Stefan Assmann, sassmann at suse de)Bernhard Reutner-Fischer2008-12-171-81/+110
* sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko2008-12-151-21/+12
* fix ioperm build problems caused by libc_hidden_proto removalDenis Vlasenko2008-11-211-0/+1
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-151-3/+2
* - revert wrong r24049Bernhard Reutner-Fischer2008-11-151-2/+3
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-151-3/+2
* - add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer2008-10-031-4/+0
* - use c89-style commentsBernhard Reutner-Fischer2008-10-032-59/+59
* - add sync_file_range()Bernhard Reutner-Fischer2008-09-161-4/+0
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-2/+2
* - fix asm and volatile keywordsBernhard Reutner-Fischer2008-07-231-1/+1
* - add missing #endifBernhard Reutner-Fischer2008-05-031-0/+1
* - implement splice,vmsplice,tee for all archesBernhard Reutner-Fischer2008-05-031-13/+28
* - 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
* change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger2008-01-081-1/+1
* Patch from Al Stone to fix ia64:Rob Landley2007-03-111-1/+1
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-5/+0
* bits/kernel_stat.h is for internal uClibc use only, fix a few otherEric Andersen2006-12-061-0/+4
* 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
* 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