summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Whitespace and tab cleaning."Steven J. Hill"2006-02-251-2/+3
|
* I'm seeing double."Steven J. Hill"2006-02-251-1/+0
|
* Remove commented include."Steven J. Hill"2006-02-251-1/+0
|
* Revert change. Calls can only be used when utilizing TLS. Sorry for the ↵"Steven J. Hill"2006-02-251-5/+5
| | | | breakage.
* This never gets defined. I have a patch pending in glibc too."Steven J. Hill"2006-02-251-2/+0
|
* sync with glibcMike Frysinger2006-02-251-0/+54
|
* rename generic variables to avoid conflict with libc subdirsMike Frysinger2006-02-251-4/+4
|
* Use the TSD macros and get rid of warnings."Steven J. Hill"2006-02-251-4/+5
|
* Move lseek64 into LFS guarded placePeter S. Mazinger2006-02-252-2/+4
|
* Do not use __XL_NPP macroPeter S. Mazinger2006-02-241-4/+20
|
* Correct commentsPeter S. Mazinger2006-02-241-17/+4
|
* guard __ignore_x correctly, move undefs to their proper place, add ↵Peter S. Mazinger2006-02-241-27/+52
| | | | prototypes. Should I do all the other *max aliases as well
* Fix the _syscall6() macro (I hope).Peter Kjellerstedt2006-02-241-2/+2
|
* Remove TOPDIRPeter S. Mazinger2006-02-231-3/+1
|
* Move common parts into internal header, should it be used for all *64.c?Peter S. Mazinger2006-02-235-62/+38
|
* Correct typoPeter S. Mazinger2006-02-231-1/+1
|
* Added support for the new CRISv32 architecture.Peter Kjellerstedt2006-02-2314-76/+299
|
* A little clean up.Peter Kjellerstedt2006-02-231-16/+16
|
* * Include sys/syscall.h so __NR_mmap2 and _syscall6 actually have aPeter Kjellerstedt2006-02-231-0/+2
| | | | | | | chance of being defined (the lack of this include probably means that the common mmap64() function has never worked as intended...) * Include bits/uClibc_page.h to get MMAP2_PAGE_SHIFT for architectures that need to define it.
* A little clean up.Peter Kjellerstedt2006-02-231-12/+15
|
* Moved the definition of MMAP2_PAGE_SHIFT from ldso/ldso/cris/dl-syscalls.hPeter Kjellerstedt2006-02-232-2/+6
| | | | to libc/sysdeps/linux/cris/bits/uClibc_page.h where it belongs.
* Include bits/uClibc_page.h before dl-syscall.h as the latter mayPeter Kjellerstedt2006-02-231-2/+2
| | | | need the defines from the former.
* Corrected a comment regarding mmap2().Peter Kjellerstedt2006-02-231-1/+4
|
* Specify a correct MMAP2_PAGE_SHIFT to use when calculating the offsetPeter Kjellerstedt2006-02-231-0/+2
| | | | for mmap2() on CRIS.
* Allow MMAP2_PAGE_SHIFT to be specified by the architecture specificPeter Kjellerstedt2006-02-231-1/+8
| | | | header files.
* A little clean up.Peter Kjellerstedt2006-02-231-18/+23
|
* Corrected a typo (simularly -> similarly).Peter Kjellerstedt2006-02-231-1/+1
|
* Sync w/ glibc, disabling *at interfacesPeter S. Mazinger2006-02-231-43/+77
|
* Sync w/ nptlPeter S. Mazinger2006-02-231-3/+1
|
* Make use of CFLAGS-OMIT-filePeter S. Mazinger2006-02-233-13/+10
|
* Move -Os/-O2 first, add some gcc4 specific optimizationsPeter S. Mazinger2006-02-231-7/+19
|
* Add support for CFLAGS-OMIT-file from nptlPeter S. Mazinger2006-02-231-2/+1
|
* add support for __UCLIBC_CTOR_DTOR__Mike Frysinger2006-02-231-0/+5
|
* dont invert errno as assembly routines store positive values, not negative onesMike Frysinger2006-02-231-1/+1
|
* dont generate asm-generic if it already existsMike Frysinger2006-02-231-0/+2
|
* wcscoll_l.o does not existPeter S. Mazinger2006-02-221-1/+1
|
* guard program_invocation_name w/ __ASSEMBLER__Peter S. Mazinger2006-02-221-6/+6
|
* exclude 2 more files from multiPeter S. Mazinger2006-02-221-0/+2
|
* exclude 2 files from multi if XLOCALE enabledPeter S. Mazinger2006-02-221-0/+1
|
* Correct ifndef __ASSEMBLER__Peter S. Mazinger2006-02-221-0/+4
|
* guard parts w/ __ASSEMBLER__ to be usable in vfork.SPeter S. Mazinger2006-02-221-0/+4
|
* Silence link creation.Peter Kjellerstedt2006-02-222-2/+2
|
* Made it possible to build without stripping the binaries.Peter Kjellerstedt2006-02-224-7/+25
|
* Made include/bits/pthreadtypes.h compile again as it usesPeter Kjellerstedt2006-02-221-1/+1
| | | | struct __sched_param.
* * Made it possible to dynamically check for supported linker optionsPeter Kjellerstedt2006-02-223-2/+5
| | | | | using the check_ld function. * Only use --warn-unresolved-symbols with linkers that support it.
* Remove __clone, add it only back, if threads has a another (strong) version, ↵Peter S. Mazinger2006-02-222-9/+7
| | | | that needs to overwrite this
* We need hidden vfork, not __vforkPeter S. Mazinger2006-02-221-1/+1
|
* Make use of bits/sched.hPeter S. Mazinger2006-02-222-8/+4
|
* Sync w/ glibc, enabled only those defines, that are used in uClibcPeter S. Mazinger2006-02-222-10/+86
|
* Remved the (BROKEN) tag from the CRIS architecture.Peter Kjellerstedt2006-02-221-1/+1
|