summaryrefslogtreecommitdiffstats
path: root/ldso/include/dl-syscall.h
Commit message (Expand)AuthorAgeFilesLines
* remove trailing ';' from _syscallX()Peter S. Mazinger2011-03-091-1/+1
* remove superfluous extra semicolonsBernhard Reutner-Fischer2009-11-201-16/+17
* ldso: drop duplicated/unused definesMike Frysinger2009-10-151-23/+0
* ldso: unify and cleanup _dl_mmap codeMike Frysinger2009-10-151-40/+22
* ldso: define MAP_FAILED for everyoneMike Frysinger2009-10-151-1/+1
* Fix the ifdef logic broken by last commit for !defined (__mcoldfire__)Khem Raj2009-04-091-3/+1
* The attached patches fixes the problems found bringing up uclibc on coldfire Khem Raj2009-04-091-2/+2
* Use __always_inline for _dl_gettimeofday as well.Carmelo Amoroso2008-09-181-1/+1
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-1/+1
* - Revert _dl_exit touch-up.Bernhard Reutner-Fischer2008-06-031-5/+1
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-1/+5
* Some versions of gcc consider inline merely a hint. AVR32 depends on theCarmelo Amoroso2007-12-031-20/+20
* Blue Swirl writes:Mike Frysinger2007-09-151-0/+4
* bits/kernel_stat.h is for internal uClibc use only, fix a few otherEric Andersen2006-12-061-1/+2
* forgotten to update gettimeofday here as wellPeter S. Mazinger2006-03-231-2/+6
* Allow MMAP2_PAGE_SHIFT to be specified by the architecture specificPeter Kjellerstedt2006-02-231-1/+8
* A little clean up.Peter Kjellerstedt2006-02-231-18/+23
* Nicolas Bellido: switch up order of mmap preference to try and fix arm eabi u...Mike Frysinger2006-02-221-27/+34
* move _dl_mmap_check_error() to related mmap bits of code as pointed out by Ni...Mike Frysinger2006-02-221-13/+10
* back to inline, mips failsPeter S. Mazinger2006-01-301-21/+21
* - use keywords __asm__ and __inline__ c99.Bernhard Reutner-Fischer2006-01-241-21/+21
* fix building on alphaMike Frysinger2006-01-201-0/+15
* move a bunch of arch-specific checks out of common files and into an arch spe...Mike Frysinger2006-01-191-1/+1
* Revert 13276, cache corrupted on x86Peter S. Mazinger2006-01-141-11/+39
* use regular headers rather than trying to get trickyMike Frysinger2006-01-141-39/+11
* change to Lesser GPL 2.1 as pointed out by psmMike Frysinger2005-11-231-1/+1
* add some copyright infoMike Frysinger2005-11-221-0/+7
* Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger2005-10-271-0/+6
* Make powerpc use sys/syscall.h, instead of defining its own syscalls.Joakim Tjernlund2005-09-201-3/+0
* Fix bug 430 and reduce ldso size with 1KB :). Not sure if I need to use fstat...Joakim Tjernlund2005-09-171-1/+6
* Just quote the whole darn thing so we can print any error msg we wantEric Andersen2005-08-151-1/+1
* remove quote char which doesnt belongMike Frysinger2005-08-151-1/+1
* move arch-specific checks out of shared dl-syscall.h and into arch-specific d...Mike Frysinger2005-08-151-2/+3
* we need the syscall6() version of mmapMike Frysinger2005-07-091-1/+1
* typecast to long instead of int so pointers on 64bit arches can be typecast s...Mike Frysinger2005-06-301-2/+2
* Jakub Bogusz from pld-linux dot org writes:Eric Andersen2004-06-121-1/+1
* Based on a patch from Alexandre Oliva, allow uClibc to compileEric Andersen2004-03-191-1/+16
* Rework file naming, aiming for at least a vague level of consistancyEric Andersen2004-02-101-1/+1
* Fixup the definition of _dl_open, and move some bits back where they were,Eric Andersen2004-02-101-55/+49
* Split off the stuff that cannot use function into its own file,Eric Andersen2004-02-071-19/+0
* Phase one of my evil plan to clean up ld.so...Eric Andersen2003-08-191-0/+157