summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Looks like sigaction on arm needs adjustment, so split this intoEric Andersen2003-01-222-111/+106
| | | | a common header file and a default implementation.
* Only include lockf64 when large file support is enabled, fixingEric Andersen2003-01-182-1/+23
| | | | | a problem noticed by Jeff Mock. Sorry about that. -Erik
* Remember to also export LC_ALL in addition to setting it.Eric Andersen2003-01-171-1/+1
| | | | -Erik
* Update build rules a bit. fix quoting problems. Update defaultEric Andersen2003-01-164-6/+15
| | | | x86 compiler optimization to not force building i386 opcodes.
* Strip off unwanted quotes from ARCH_CFLAGS. Attempt toEric Andersen2003-01-141-3/+3
| | | | | | enforce consistent sort order, 'gcc -print-search-dirs' behavior, etc by forcing the build into the C locale. -Erik
* Patch from Robert Schwebel -- support ncurses installed in /usr/localEric Andersen2003-01-111-1/+8
|
* Update website dev image blurbEric Andersen2003-01-101-1/+15
|
* Patch from Jay Kulpinski:Eric Andersen2003-01-101-0/+10
| | | | | | | __decode_dotted() does not count the null terminating byte of a hostname in the DNS response. This causes lookups to fail if the DNS response doesn't compress domain names in the message.
* Fix warningsEric Andersen2003-01-101-1/+2
|
* Implement lockf64Eric Andersen2003-01-102-1/+86
| | | | -Erik
* Patch from Nick Fedchik to support ether_atonEric Andersen2003-01-102-1/+84
|
* mention the uClibc root_fs now available on uclibc.orgEric Andersen2003-01-091-0/+38
|
* Hide unimplemented and legacy ecvt and friends from configure.Eric Andersen2003-01-091-0/+2
| | | | -Erik
* Disable the __USE_EXTERN_INLINES versions of these headers, whichEric Andersen2003-01-081-4/+3
| | | | use non-existant glibc internals.
* For now, "#if 0" out the inlining of (currently unsupported) glibc-specificManuel Novoa III2003-01-081-1/+6
| | | | string->numeric conversion functions.
* Lineo has ceased to exist and is no longer a sponsorEric Andersen2003-01-081-3/+0
|
* Fix a silly bug in _wstdio_fwrite. wprintf %s should now work correctly.Manuel Novoa III2003-01-052-2/+4
|
* If they call dlopen with anything other than RTLD_LAZYEric Andersen2003-01-032-4/+18
| | | | or RTLD_NOW then we need to error out.
* Rework sparc architecture support so it will compileEric Andersen2003-01-0216-321/+293
| | | | | and run. Seems to be working... -Erik
* Be sure we have a crt1.o file. Use the asm version by default.Eric Andersen2002-12-211-22/+5
| | | | -Erik
* Update.Manuel Novoa III2002-12-201-17/+16
|
* Obligatory forgotten update...Manuel Novoa III2002-12-201-141/+183
|
* Add a target so that people can download and use pregenerated locale dataManuel Novoa III2002-12-201-0/+6
| | | | | files instead of generating approx 40Mb of glibc locales to get the 300+ locales currently supported.
* The big thing is locale dependent collation support.Manuel Novoa III2002-12-20165-956/+65876
| | | | Also added outdigit support and (legacy) YESSTR/NOSTR support.
* Thanks to Siim Vahtre, add mplayerEric Andersen2002-12-191-0/+7
|
* Initial checkinMiles Bader2002-12-182-0/+184
|
* whitespaceMiles Bader2002-12-182-1/+2
|
* (SSRC): Rename longjmp.S to __longjmp.SMiles Bader2002-12-181-2/+2
| | | | (CSRC): Add clone.c
* Rename longjmp.S to __longjmp.SMiles Bader2002-12-181-8/+2
| | | | Remove extra weak symbols defined by ../common/longjmp.c
* Patch from Stefan Allius. Only build config stuff when needed.Eric Andersen2002-12-172-3/+7
|
* Dop not restrict the IFTODT() and DTTOIF() macros whenEric Andersen2002-12-171-2/+0
| | | | | _DIRENT_HAVE_D_TYPE is not defined. -Erik
* Only build the ncurses stuff when it is needed, based on aEric Andersen2002-12-134-35/+38
| | | | | | patch from Stefan Allius (though the extra/config/Makefile rework is mine), -Erik
* Move the soft float checkEric Andersen2002-12-131-4/+4
|
* Rework things such that staticly linked applications can useEric Andersen2002-12-128-144/+337
| | | | | | | | dlopen and have it be successful. This required moving some things out of ldso.c into readelflib1.c, and directly including hash.c and readelflib1.c into dlib.c when building the static version of the library. -Erik
* Use crt1.o when ctor/dtor support is enabledEric Andersen2002-12-121-2/+5
|
* When -shared is specified, meaning they wish to create a sharedEric Andersen2002-12-121-6/+9
| | | | | | library, we need to disable adding start files (i.e. crt0) since it isn't supposed to be creating an executable, just a shared lib. -Erik
* Oops. Patch was vs 5beta.Eric Andersen2002-12-121-1/+1
|
* It seems SCO puts touch in a wierd placeEric Andersen2002-12-121-1/+1
|
* Based on discussions with Stefan Allius, change it so that we alwaysEric Andersen2002-12-1210-90/+26
| | | | | | | build a crt0.o and a crt1.o. crt1.o will support ctors and dtors if such support is enabled. One more gratuitous toolchain support issue is thereby removed... -Erik
* Add portmap and patch from Steven EllingEric Andersen2002-12-121-0/+6
|
* Fix typo noticed by V.RadhakrishnanEric Andersen2002-12-121-1/+1
|
* Add in a stub libnsl library to make stupid configure scriptsEric Andersen2002-12-124-1/+91
| | | | | | | (i.e. openssh) do the right thing when used with uClibc's gcc wrapper (which does not currently prevent system libraries from leaking into the link). -Erik
* Fix broken ignore fileEric Andersen2002-12-121-1/+1
|
* Avoid silly namespace pollutionEric Andersen2002-12-121-5/+3
|
* Remove a stray ')'Eric Andersen2002-12-111-1/+1
|
* Remove trailing comma from enum list as a nicety for older compilers.Manuel Novoa III2002-12-111-1/+1
|
* Cleanup the case when using the system shared lib loaderEric Andersen2002-12-091-2/+2
| | | | -Erik
* Added CPU_CFLAGS and CPU_LDFLAGS for cris.Tobias Anderberg2002-12-051-1/+11
| | | | Added additional CFLAGS for cris when compiling with PIC.
* Removed redundant definition of __USE_WEAK_ALIASES.Tobias Anderberg2002-12-052-1/+79
| | | | | | Added option for selecting cris architecure type. For now, only CRIS is available. Added a default configuration for cris.
* Change some variable names so we are more consistant with whatEric Andersen2002-12-049-34/+32
| | | | | the linux kernel uses. -Erik