OSDN Git Service

The attached patches fixes the problems found bringing up uclibc on coldfire
[uclinux-h8/uClibc.git] / ldso / include / dl-syscall.h
2009-04-09 Khem RajThe attached patches fixes the problems found bringing...
2008-09-18 Carmelo AmorosoUse __always_inline for _dl_gettimeofday as well.
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-06-03 Bernhard Reutner... - Revert _dl_exit touch-up.
2008-06-03 Bernhard Reutner... - adds several config-options to allow for turning...
2007-12-03 Carmelo AmorosoSome versions of gcc consider inline merely a hint...
2007-09-15 Mike FrysingerBlue Swirl writes:
2006-12-06 Eric Andersenbits/kernel_stat.h is for internal uClibc use only...
2006-03-23 Peter S. Mazingerforgotten to update gettimeofday here as well
2006-02-23 Peter KjellerstedtAllow MMAP2_PAGE_SHIFT to be specified by the architect...
2006-02-23 Peter KjellerstedtA little clean up.
2006-02-22 Mike FrysingerNicolas Bellido: switch up order of mmap preference...
2006-02-22 Mike Frysingermove _dl_mmap_check_error() to related mmap bits of...
2006-01-30 Peter S. Mazingerback to inline, mips fails
2006-01-24 Bernhard Reutner... - use keywords __asm__ and __inline__ c99.
2006-01-20 Mike Frysingerfix building on alpha
2006-01-19 Mike Frysingermove a bunch of arch-specific checks out of common...
2006-01-14 Peter S. MazingerRevert 13276, cache corrupted on x86
2006-01-14 Mike Frysingeruse regular headers rather than trying to get tricky
2005-11-23 Mike Frysingerchange to Lesser GPL 2.1 as pointed out by psm
2005-11-22 Mike Frysingeradd some copyright info
2005-10-27 Peter S. MazingerMoved guard_setup to dl-osinfo.h (used commonly by...
2005-09-20 Joakim TjernlundMake powerpc use sys/syscall.h, instead of defining...
2005-09-17 Joakim TjernlundFix bug 430 and reduce ldso size with 1KB :). Not sure...
2005-08-15 Eric AndersenJust quote the whole darn thing so we can print any...
2005-08-15 Mike Frysingerremove quote char which doesnt belong
2005-08-15 Mike Frysingermove arch-specific checks out of shared dl-syscall...
2005-07-09 Mike Frysingerwe need the syscall6() version of mmap
2005-06-30 Mike Frysingertypecast to long instead of int so pointers on 64bit...
2004-06-12 Eric AndersenJakub Bogusz from pld-linux dot org writes:
2004-03-19 Eric AndersenBased on a patch from Alexandre Oliva, allow uClibc...
2004-02-10 Eric AndersenRework file naming, aiming for at least a vague level...
2004-02-10 Eric AndersenFixup the definition of _dl_open, and move some bits...
2004-02-07 Eric AndersenSplit off the stuff that cannot use function into its...
2003-08-19 Eric AndersenPhase one of my evil plan to clean up ld.so...