summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* doc/: typo fixAustin Foxley2009-09-231-1/+1
| | | | | | noted by Carlo Zinato <c.zinato@viscount.it> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* docs/defines.txt: add a note about possibly obsolete __LDBL_COMPATDenys Vlasenko2009-09-181-0/+2
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko2009-08-191-5/+2
| | | | | | | | | | | Undo my old mistake. I added UCLIBC_INTERNAL define, but later I realized _LIBC is doing exactly the same thing. This change converts all usages of UCLIBC_INTERNAL to _LIBC, removing all instances of UCLIBC_INTERNAL. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* corrected typoDenys Vlasenko2009-08-191-1/+1
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Merged revisions 25638,25640,25642,25649-25650,25667-25668 via svnmerge from Khem Raj2009-03-161-0/+748
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://svn.uclibc.org/svn/trunk/uClibc ........ r25638 | vda | 2009-03-12 13:56:59 -0700 (Thu, 12 Mar 2009) | 10 lines linuxthreads fixes from Will Newton (will.newton AT gmail.com): * share Sys V semaphores in order to get appropriate SEM_UNDO semantics. * correct guardaddr in pthread_free() for TLS case * move spinlock unlocking before restart() * When exit was called from a signal handler, the restart from the manager processing the exit request instead restarted the thread in pthread_cond_timedwait. (see http://sources.redhat.com/ml/libc-ports/2006-05/msg00000.html) ........ r25640 | vda | 2009-03-12 16:04:19 -0700 (Thu, 12 Mar 2009) | 3 lines add linuxthreads support for arm. By Will Newton (will.newton AT gmail.com) ........ r25642 | vapier | 2009-03-12 23:17:48 -0700 (Thu, 12 Mar 2009) | 1 line add GNU extension for select timeouts where the sub-second field is actually longer than one second ........ r25649 | vapier | 2009-03-14 04:23:28 -0700 (Sat, 14 Mar 2009) | 1 line force DOPIC for FDPIC ELF targets ........ r25650 | vapier | 2009-03-14 04:30:56 -0700 (Sat, 14 Mar 2009) | 1 line default linux-2.4 module support to off for Blackfin targets ........ r25667 | vda | 2009-03-15 19:56:27 -0700 (Sun, 15 Mar 2009) | 3 lines docs/pthreads_hacking.txt: new file ........ r25668 | kraj | 2009-03-15 23:02:47 -0700 (Sun, 15 Mar 2009) | 2 lines Update copyright header. ........
* docs/probe_math_exception.c:Denis Vlasenko2009-02-111-5/+28
| | | | | | | | | | | | update example libc/sysdeps/linux/i386/bits/mathinline.h: improve __finite() macro, add __finitef macro (why they aren't always macros? why aren't they arch independent?) libm/math_private.h: much better comments on math_opt_barrier() and math_force_eval() libm/s_finite[f].c: improve out-of-line __finite[f]() too (one byte less, yay...)
* nextafterf: trying to correct FP exception handlingDenis Vlasenko2009-02-081-0/+41
|
* remove many functions which just call __ieee754_<function>,Denis Vlasenko2008-12-281-0/+3
| | | | | | | | | define them as aliases instead. text data bss dec hex filename - 45402 180 4 45586 b212 lib/libm-0.9.30-svn.so + 45302 180 4 45486 b1ae lib/libm-0.9.30-svn.so
* ctype: remove some trivial macros from ctype.h;Denis Vlasenko2008-12-271-40/+39
| | | | | | | | | | | | remove __tolower and __toupper (they existed only in SOME configs!); remove usages of _tolower (some of them clearly buggy) from uclibc code; add a few more -U<define> options to unifdef pass over installed headers; document it on docs/wchar_and_locale.txt text data bss dec hex filename - 514963 2727 15396 533086 8225e lib/libuClibc-0.9.30-svn.so + 514888 2727 15396 533011 82213 lib/libuClibc-0.9.30-svn.so
* document internal_functionDenis Vlasenko2008-12-251-0/+5
|
* Merges from trunk.Khem Raj2008-12-222-1/+120
|
* Merge from trunk.Khem Raj2008-12-152-0/+310
|
* Synch with trunk: docs; no code changeCarmelo Amoroso2008-07-091-2/+2
|
* Merge nptl branch tree with trunk. Carmelo Amoroso2008-03-1628-2600/+21
| | | | | | Step 3: remove uclibc.org folder and merges docs Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk."Steven J. Hill"2006-12-161-1/+1
|
* Merge from trunk."Steven J. Hill"2006-08-211-1/+1
|
* Merge from trunk."Steven J. Hill"2006-02-234-17/+135
|
* Copy from trunk."Steven J. Hill"2005-11-161-0/+29
|
* Merge from trunk."Steven J. Hill"2005-10-303-19/+34
|
* Quick merge from trunk."Steven J. Hill"2005-10-221-1/+1
|
* Big sync with trunk."Steven J. Hill"2005-09-241-9/+1
|
* Sync."Steven J. Hill"2005-09-031-3/+9
|
* Sync with trunk."Steven J. Hill"2005-08-301-2/+2
|
* Sync with trunk."Steven J. Hill"2005-08-251-2/+2
|
* Sync with trunk."Steven J. Hill"2005-08-183-37/+63
|
* Merge/sync with trunk."Steven J. Hill"2005-08-173-0/+107
|
* A merging we will go. A merging we will go. Hi ho the merrio' a merging we ↵"Steven J. Hill"2005-07-251-2/+2
| | | | will go.
* mq_* interfaces are available in librt, remove from unimplemented list.Paul Mundt2005-04-271-1/+0
|
* point to osuoslEric Andersen2005-03-312-8/+27
|
* point to buildroot webpageEric Andersen2005-02-213-9/+10
|
* fix typoEric Andersen2005-02-091-1/+1
|
* simplify anon urlEric Andersen2005-02-091-1/+1
|
* ordering updateEric Andersen2005-02-081-1/+1
|
* Update the yearEric Andersen2005-02-081-1/+1
|
* Mention subversion and provide access info. Remove mention of cvs.Eric Andersen2005-02-0812-164/+127
| | | | -Erik
* whitespace touchupsMike Frysinger2005-01-181-4/+6
|
* Mention uclibc.org as the defalt download siteEric Andersen2005-01-172-2/+2
|
* prevent people asking what a loose-meat sandwich is (its anotherEric Andersen2005-01-162-2/+2
| | | | name for a sloppy-joe' in case anyone was wondering)
* Fix spellingEric Andersen2005-01-141-1/+1
|
* fix grammarEric Andersen2005-01-131-1/+1
|
* Mention the new bug tracking systemEric Andersen2005-01-132-14/+36
|
* Update docs for release0_9_27Eric Andersen2005-01-124-158/+230
|
* minor doc updateEric Andersen2005-01-111-12/+16
|
* clarifyEric Andersen2004-12-271-1/+3
|
* fix typoEric Andersen2004-12-271-1/+1
|
* Update FAQ, remove references to 'toolchain' and instead emphasizeEric Andersen2004-12-271-44/+62
| | | | | | 'buildroot', which can do everything 'toolchain' could do and then some. And is actively maintained. -Erik
* move getent to extra/scripts/ out of docs/Mike Frysinger2004-11-111-49/+0
|
* initial commit of uclibc equiv of glibc getentNed Ludd2004-11-101-0/+49
|
* Corrent HOWTO urlEric Andersen2004-10-181-1/+1
|
* mention scratchbox and openembeddedEric Andersen2004-10-181-1/+2
|