summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fail if test.c is found so i stop screwing myself upMike Frysinger2006-02-281-0/+4
|
* need types.h for size_t as pointed out in buildlogMike Frysinger2006-02-281-0/+1
|
* check more return valuesMike Frysinger2006-02-281-3/+3
|
* grab some tests from daliasMike Frysinger2006-02-282-0/+123
|
* add some tests for strlcat and strlcpy based upon strncat and strncpy ↵Mike Frysinger2006-02-281-0/+102
| | | | respectively
* pass an option to bug-glob1Mike Frysinger2006-02-281-0/+1
|
* grab some tests from glibcMike Frysinger2006-02-283-0/+845
|
* Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getoptPeter S. Mazinger2006-02-275-2/+75
|
* Add Rich Felker's getsubopt, smaller then the glibc copied onePeter S. Mazinger2006-02-273-0/+47
|
* Add hidden version for susv3 getoptPeter S. Mazinger2006-02-271-0/+2
|
* Rich Felker's glob() ported to uClibcPeter S. Mazinger2006-02-275-6/+374
|
* Disable parts not supported by (outdated) glob, probably the glob[64]_t ↵Peter S. Mazinger2006-02-271-0/+6
| | | | structures are wrong too
* Remove explicit compile rulesPeter S. Mazinger2006-02-271-6/+0
|
* Get rid of redefines on ppc pointed out by vapierPeter S. Mazinger2006-02-271-0/+2
|
* allow people to select threadsMike Frysinger2006-02-271-1/+0
|
* import ia64 linuxthreads filesMike Frysinger2006-02-274-0/+304
|
* fix invalid quotingMike Frysinger2006-02-271-1/+1
|
* disable fnmatch test until our fnmatch stops suckingMike Frysinger2006-02-261-1/+1
|
* remove warning since it seems to have "gone away" nowMike Frysinger2006-02-261-0/+2
|
* Don't build glob64 for non-LFSPeter S. Mazinger2006-02-261-1/+4
|
* Use _lfs_64, reorganize a bit, why did stat*fs64 use stat*fs?Peter S. Mazinger2006-02-266-93/+14
|
* Remove unneeded hidden_proto(readdir*)Peter S. Mazinger2006-02-261-2/+0
|
* Use _lfs_64.h in all *64.cPeter S. Mazinger2006-02-263-41/+4
|
* Define internal readdir*_r() and use _lfs_64.hPeter S. Mazinger2006-02-262-13/+5
|
* Move _lfs_64.h to include and adapt filesPeter S. Mazinger2006-02-266-4/+5
|
* glob depends on fnmatchPeter S. Mazinger2006-02-261-1/+1
|
* sync with glibcMike Frysinger2006-02-261-1/+3
|
* 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
|