summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* remove some duplicates in bits/signum.h. No code changes.Denis Vlasenko2008-12-151-17/+25
| | | | | | | | | | | include/signal.h | 42 +++++++++++++++++++------------- libc/sysdeps/linux/alpha/bits/signum.h | 19 -------------- libc/sysdeps/linux/common/bits/signum.h | 22 ---------------- libc/sysdeps/linux/hppa/bits/signum.h | 17 ------------ libc/sysdeps/linux/mips/bits/signum.h | 23 +---------------- libc/sysdeps/linux/sparc/bits/signum.h | 20 --------------- 6 files changed, 27 insertions(+), 116 deletions(-)
* sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko2008-12-151-11/+22
| | | | | Run tested on i386.
* Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko2008-12-131-8/+0
| | | | | | "Bounds Checking Projects... This project has been abandoned" for four years at least.
* features.h: add TODO (changing __OPTIMIZE_SIZE__ is a wrong thing to do)Denis Vlasenko2008-12-131-1/+7
|
* make all "XXXhidden_proto(" consistently not use a space before '('Denis Vlasenko2008-12-131-1/+1
|
* *: document __USE_EXTERN_INLINES better;Denis Vlasenko2008-12-131-3/+11
| | | | | fix uclibc build if it is forcibly enabled
* rpc: constify data, localize unnecessarily static dataDenis Vlasenko2008-12-011-0/+4
| | | | | | | text+data text+rodata rwdata bss filename - 2308 2284 24 24 libc/inet/rpc/clnt_unix.o + 2308 2308 0 0 libc/inet/rpc/clnt_unix.o
* random: use smaller data fields where appropriateDenis Vlasenko2008-12-011-3/+4
| | | | | | | | | text data bss dec hex filename - 130 156 0 286 11e libc/stdlib/random.o + 130 148 0 278 116 libc/stdlib/random.o - 586 0 0 586 24a libc/stdlib/random_r.o + 570 0 0 570 23a libc/stdlib/random_r.o
* gethostbyname can use gethostbyname2, saving one nearly 0.5k static bufferDenis Vlasenko2008-12-011-0/+1
| | | | | | | text data bss dec hex filename - 45 0 480 525 20d libc/inet/gethostbyname.o + 18 0 0 18 12 libc/inet/gethostbyname.o
* Make __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in case the archCarmelo Amoroso2008-11-271-0/+6
| | | | | | | supports this feature. SH4 will use this in some aseembly files for the NPTL implementation. Add now safely on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* - make isascii visible againBernhard Reutner-Fischer2008-11-271-0/+9
| | | | TODO: *_l() should go
* - remove fstatfs() and statfs() related headers upon requestBernhard Reutner-Fischer2008-11-261-2/+0
|
* - revert 24148:24151Bernhard Reutner-Fischer2008-11-261-1/+2
|
* libc/string: need additional work to remove libc_hidden_proto's properlyDenis Vlasenko2008-11-261-0/+2
|
* - hide some time related relocsBernhard Reutner-Fischer2008-11-251-2/+1
|
* - make sure isspace() is exported.Bernhard Reutner-Fischer2008-11-251-2/+22
| | | | Thanks to Skinkie for noticing.
* libc-symbols: improve comments and make macros a bit more readable.Denis Vlasenko2008-11-221-134/+157
| | | | | no code changes
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-2064-5/+439
| | | | | Appears to build fine (several .configs tried)
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-2015-0/+33
|
* Make sure __hot and __cold are always defined.Peter Kjellerstedt2008-11-191-3/+10
|
* - add __hot and __cold annotationsBernhard Reutner-Fischer2008-11-181-0/+8
| | | | | Will spare us quite some likely()/unlikely() occurances. See http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html for details
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-182-0/+11
|
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-184-7/+5
|
* resolver: use timeout of 5 (glibc uses that).Denis Vlasenko2008-11-171-1/+2
| | | | | delete some duplication in constants.
* resolver: separate gethostent and gethostent_r into two .o files;Denis Vlasenko2008-11-171-1/+1
| | | | | delete two stray files which compile to nothing
* resolver: improved support for overriding DNS server addressesDenis Vlasenko2008-11-161-7/+26
| | | | | in _res structure. Used by busybox's nslookup.
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-154-2/+7
|
* - revert wrong r24049Bernhard Reutner-Fischer2008-11-154-7/+2
|
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-154-2/+7
|
* fixing resolver part 2: make _res structure membersDenis Vlasenko2008-11-141-27/+39
| | | | | configurable. we don't use most of it anyway.
* - add signalfd()Bernhard Reutner-Fischer2008-10-101-0/+86
|
* - sync obstack.{c,h} with glibc (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-061-209/+113
|
* - hide relocation (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-061-0/+1
|
* - add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer2008-10-033-14/+14
|
* - use c89-style commentsBernhard Reutner-Fischer2008-10-032-2/+2
| | | | Closes issue #5194
* - fix whitespaceBernhard Reutner-Fischer2008-09-301-2/+2
|
* implement getgrouplist()Denis Vlasenko2008-09-271-5/+8
|
* Add globally __stringify macro in libc-symbols.h.Carmelo Amoroso2008-09-251-0/+6
| | | | | | Remove all other duplicated definitions. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* - remove non stdc path (old style definitions). No obj-code changesBernhard Reutner-Fischer2008-09-181-38/+23
|
* - remove posix_openpt relocationBernhard Reutner-Fischer2008-09-111-0/+1
|
* - remove relocations for clock_getresBernhard Reutner-Fischer2008-09-111-0/+1
|
* Hush compiler for extern inline warnings by using Carmelo Amoroso2008-09-091-2/+2
| | | | | | | __extern_inline macro, this also makes gcc 4.3 happy. (Taken from NPTL branch) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* - for extern inline, also take __extern_inline and __GNUC_GNU_INLINE__ into ↵Bernhard Reutner-Fischer2008-09-061-1/+2
| | | | account
* Move ifaddrs.h from uClibc-internal location libc/inet/ to include/, and makeRicard Wanderlof2008-08-281-0/+74
| | | | | it conditionally included among the installed header files depending on UCLIBC_HAS_AI_ADDRCONFIG.
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-2313-70/+70
|
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-5/+5
|
* New .config option UCLIBC_HAS_STUBS, enables fork() stub on NOMMUDenis Vlasenko2008-07-081-1/+1
|
* Removed include/ifaddrs.h and put contents in libc/inet/ifaddrs.h, as we do notRicard Wanderlof2008-06-271-19/+0
| | | | need the file outside of uClibc anyway.
* Added support for the AI_ADDRCONFIG flag in the hints->ai_flags parameter to ↵Ricard Wanderlof2008-06-271-0/+19
| | | | getaddrinfo(3).
* In string.h, move libc_hidden_proto next to the corresponding declaration.Bernd Schmidt2008-06-081-116/+48
| | | | | | | Filter them out when installing headers. Tested by building up bfin-*linux toolchains and building our copy of uClinux-dist.