summaryrefslogtreecommitdiffstats
path: root/extra
Commit message (Collapse)AuthorAgeFilesLines
...
* - update recommendation for pregenerated locales.Bernhard Reutner-Fischer2008-11-112-7/+9
| | | | - update name of locale-tarball. We will retroactively fill them in, eventually
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+3
|
* - helper config symbol has to depend on thread supportBernhard Reutner-Fischer2008-10-301-1/+1
|
* Explain what malloc simple is good for, and what it isn't good for.Rob Landley2008-10-271-7/+10
|
* - add helpful help stringBernhard Reutner-Fischer2008-10-271-1/+1
|
* - Print helptexts of choices. If a choice (but not it's children) has help, ↵Bernhard Reutner-Fischer2008-10-272-2/+5
| | | | | | print that. If a choice's child has no help, print parents help.
* - fix toggling thread implementation.Bernhard Reutner-Fischer2008-10-171-0/+4
| | | | | | | | | Previously the old headers were left in include/ leading to spurious compile failures. This is ugly as it can get (we resort to sneaking -L in for the moment) but good enough for now. The worst thing which can happen is that we ln these headers once per invocation of make, nothing more. If some installation of make(1) complains about the "-L" then wrap it in ifneq ($(findstring check-symlink,$(.FEATURES)),)
* - fix locale dependencies and make default locale generation less verbose.Bernhard Reutner-Fischer2008-10-145-282/+390
| | | | The verbosity can be set to the previous level by passing V=2 to make.
* - .. and don't install the config dir, tooBernhard Reutner-Fischer2008-10-101-1/+2
|
* - remove bashism; don't install config/* to the targetBernhard Reutner-Fischer2008-10-101-2/+1
|
* - pull kconfig from linux-2.6.27Bernhard Reutner-Fischer2008-10-1019-404/+538
|
* - standardize fopen error message a bitBernhard Reutner-Fischer2008-10-097-10/+10
|
* - mention a FIXME for some make guru :)Bernhard Reutner-Fischer2008-10-091-0/+4
|
* - sync comment to rule as pointed out by psm.Bernhard Reutner-Fischer2008-10-081-2/+2
|
* - fix building locale (pre- and generated, even parallel)Bernhard Reutner-Fischer2008-10-083-34/+49
|
* - add/use variables to make build-tools configurableBernhard Reutner-Fischer2008-10-081-3/+3
|
* - mention the architectures that currently support fenv(3).Bernhard Reutner-Fischer2008-10-061-0/+3
| | | | i387 works (could be that it works on x86_64, untested), sse code disabled.
* - wrap overlong linesBernhard Reutner-Fischer2008-10-063-77/+104
|
* - move helptexts to their config symbols so that they are actually displayedBernhard Reutner-Fischer2008-10-061-10/+10
| | | | TODO: trick kconfig into displaying choice help properly
* - disentangle REALTIME from ADVANCED_REALTIME (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-061-2/+0
|
* - add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer2008-10-031-0/+10
|
* - do not pass bitwise-or to the assembler. Closes #3164Bernhard Reutner-Fischer2008-09-291-4/+0
|
* - remove all *_hidden_proto(...) on install_headersBernhard Reutner-Fischer2008-09-261-1/+1
|
* - add CONFIG_MIPS_ISA_MIPS32R2 (Julian Brown)Bernhard Reutner-Fischer2008-09-251-0/+3
|
* - RPC support currently requires either IPv4 and/or IPv6 supportBernhard Reutner-Fischer2008-09-251-0/+2
|
* - add missing dependency on lt_defines.hBernhard Reutner-Fischer2008-09-252-4/+5
| | | | - retry with some different locale if en_US happens not to be there
* - expand documentationBernhard Reutner-Fischer2008-09-251-0/+8
|
* - adjust helptextBernhard Reutner-Fischer2008-09-251-3/+2
|
* - remove debug cruftBernhard Reutner-Fischer2008-09-241-1/+1
|
* - deal with ARM specific syscalls. Closes #2894Bernhard Reutner-Fischer2008-09-241-7/+7
|
* - do not segfault if we end up with empty tablesBernhard Reutner-Fischer2008-09-242-4/+15
| | | | - silence some warnings while at it
* - add script to generate lots of failing (random)configsBernhard Reutner-Fischer2008-09-161-0/+26
| | | | | rm -f STOP ; ARCH=i386 nohup extra/scripts/randconfig.sh & if you want to stop it, touch STOP
* Make menuconfig help bigger and fluffier.Rob Landley2008-09-151-20/+79
|
* Add optimized memcpy implementation for sh4 (from Stuart Menefy ↵Carmelo Amoroso2008-09-091-0/+5
| | | | | | | | @STMicroelectronics). This implementation is based on 'backward copying'. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* - adjust range of valid grp buffer size to match pwd buffer sizeBernhard Reutner-Fischer2008-09-091-1/+1
|
* - flesh out helptext of DOMULTI.Bernhard Reutner-Fischer2008-08-271-0/+7
| | | | | Put short, just leave it alone or keep all parts -- alternatively go help with lto if you have time.
* - pull check-lxdialog.sh from linux-2.6.26Bernhard Reutner-Fischer2008-08-271-2/+4
|
* Remove .depend when doing distcleanCarmelo Amoroso2008-07-291-1/+1
|
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-236-30/+30
|
* - fix inline keywordBernhard Reutner-Fischer2008-07-232-9/+9
|
* - do not force LFS unto x86_64 folksBernhard Reutner-Fischer2008-07-141-1/+0
| | | | vapier, you added this in r12384. What was the reasoning back then?
* New .config option UCLIBC_HAS_STUBS, enables fork() stub on NOMMUDenis Vlasenko2008-07-081-0/+17
|
* Added support for the AI_ADDRCONFIG flag in the hints->ai_flags parameter to ↵Ricard Wanderlof2008-06-271-0/+12
| | | | getaddrinfo(3).
* Fix some compiler warningsCarmelo Amoroso2008-06-111-2/+2
|
* In string.h, move libc_hidden_proto next to the corresponding declaration.Bernd Schmidt2008-06-081-1/+2
| | | | | | | Filter them out when installing headers. Tested by building up bfin-*linux toolchains and building our copy of uClinux-dist.
* - if UNIX98PTY_ONLY is not set then we're in legacy land anyway which needsBernhard Reutner-Fischer2008-06-071-13/+24
| | | | UCLIBC_HAS_GETPT unconditionally for __libc_ptyname{1,2}[] and related bloat.
* - make libcrypt optional. Untested.Bernhard Reutner-Fischer2008-06-051-0/+20
|
* - drats. The pre-commit hook is broken. No chance to ci a patch other than ↵Bernhard Reutner-Fischer2008-06-052-462/+0
| | | | obfuscated, sorry.
* - pull kconfig from 2.6.25.4Bernhard Reutner-Fischer2008-06-0536-1308/+1805
| | | | It has nicer "-*-" etc hints
* - fix keyword "depends on"Bernhard Reutner-Fischer2008-06-052-11/+11
|