summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Hmm, things broke with vapiers update. LetsJoakim Tjernlund2005-08-181-2/+1
| | | | make it compile and let vapier worry about the rest :)
* add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config ↵Mike Frysinger2005-08-181-0/+98
| | | | option to enable REENTRANT RPC
* use generic ELF wrappersMike Frysinger2005-08-181-3/+3
|
* add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config ↵Mike Frysinger2005-08-182-15/+19
| | | | option to enable REENTRANT RPC
* rework some of the code to shrink sizeMike Frysinger2005-08-181-16/+19
|
* style tweaksMike Frysinger2005-08-181-39/+25
|
* remove 0.9.27 compat aliasMike Frysinger2005-08-181-1/+0
|
* add __thumb__ checkMike Frysinger2005-08-181-1/+1
|
* import updates from glibcMike Frysinger2005-08-181-92/+292
|
* remove some debug codeMike Frysinger2005-08-181-2/+1
|
* we have getprotobyname_r() now so use itMike Frysinger2005-08-181-9/+20
|
* install the manpages that are in the docs subdirMike Frysinger2005-08-181-3/+4
|
* moved/updated to docs/man/Mike Frysinger2005-08-182-48/+0
|
* also check for __thumb__Mike Frysinger2005-08-181-1/+1
|
* posix_memalign and posix_fadvise are in uClibc nowMike Frysinger2005-08-181-2/+1
|
* add the posix_memalign functionMike Frysinger2005-08-182-2/+44
|
* update the uClibc webpageEric Andersen2005-08-172-35/+62
|
* Make uClibc vfork() use kernels vfork() instead of fork(). Joakim Tjernlund2005-08-172-2/+25
|
* start of some rpc testsMike Frysinger2005-08-173-0/+81
|
* make sure UCLIBC_LDSO is defined if we are running in a test subdir rather ↵Mike Frysinger2005-08-171-0/+4
| | | | than toplevel
* dont install linux/asm headers if KERNEL_SOURCE == DEVEL_PREFIXMike Frysinger2005-08-171-1/+6
|
* We _must_ copy include/asm/ and include/linux/ when installing headers, sinceEric Andersen2005-08-171-2/+1
| | | | | once we build uClibc against those, they become part of uClibc's ABI and must be included as part of the install.
* when installing the include files, skip .svn, linux, and asm dirs since they ↵Mike Frysinger2005-08-171-1/+3
| | | | are just symlinks (and could possibly be pointing to right where we are installing)
* add a 0.9.27 compat symbol (_glibc_strerror_r) since the function has since ↵Mike Frysinger2005-08-161-0/+1
| | | | been renamed to __glibc_strerror_r in 0.9.28
* add an entry about __fputc_unlocked link errorsMike Frysinger2005-08-161-0/+17
|
* write some good manpagesMike Frysinger2005-08-152-0/+90
|
* For current kernels, we just use the getcwd() syscall. For old 2.0 linuxEric Andersen2005-08-151-1/+10
| | | | | kernels, we need this bit to make the non-syscall version that recurses up the directory path work properly. Thanks go to Harald Kuethe for sorting this out.
* 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
|
* We do not supply a BSD style getloadavg() functionEric Andersen2005-08-151-7/+0
|
* Fix bug 387, missing _dl_progname for static apps.Joakim Tjernlund2005-08-151-0/+1
|
* Patch from Faidon Liambotis to update the debian stuffEric Andersen2005-08-157-23/+84
|
* move arch-specific checks out of shared dl-syscall.h and into arch-specific ↵Mike Frysinger2005-08-157-3/+12
| | | | dl-syscalls.h
* import thumb support from jbowler in Bug 385Mike Frysinger2005-08-151-4/+3
|
* arm has its own iopl.c now so we dont need ugly #ifdef check for armMike Frysinger2005-08-151-7/+4
|
* rip out iopl from ioperm.c so it will override the common iopl.cMike Frysinger2005-08-153-14/+36
|
* import thumb support from jbowler in Bug 385Mike Frysinger2005-08-151-0/+15
|
* import thumb support from jbowler in Bug 385Mike Frysinger2005-08-151-0/+33
|
* Add utils in make clean rule. From paravoid.Joakim Tjernlund2005-08-141-0/+1
|
* eat whitespaceMike Frysinger2005-08-142-9/+7
|
* import thumb support from jbowler in Bug 385Mike Frysinger2005-08-143-8/+33
|
* per suggestion by psm, remove the variable DYNAMIC_LINKEREric Andersen2005-08-132-2/+1
|
* Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger.Joakim Tjernlund2005-08-124-10/+4
|
* Remove SYSTEM_LDSO option since it no longer works.Joakim Tjernlund2005-08-122-18/+1
|
* Remove hardcoded ld-uClibc.so.0 name in ldso.Joakim Tjernlund2005-08-124-8/+4
|
* revert __error -> __syscall_error change since it doesnt work for cloneMike Frysinger2005-08-121-5/+11
|
* missed one of the __error names in changing to __syscall_errorMike Frysinger2005-08-121-1/+1
|
* touchup PIE support for all the utils and fix stripping on iconvMike Frysinger2005-08-111-3/+8
|
* add back in the LDPIEFLAG since -fPIE does not imply -pieMike Frysinger2005-08-111-1/+17
|
* jump straight to __syscall_errorMike Frysinger2005-08-114-20/+8
|