Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-01 | rpc: constify data, localize unnecessarily static data | Denis Vlasenko | |
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 | |||
2008-12-01 | random: use smaller data fields where appropriate | Denis Vlasenko | |
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 | |||
2008-12-01 | gethostbyname can use gethostbyname2, saving one nearly 0.5k static buffer | Denis Vlasenko | |
text data bss dec hex filename - 45 0 480 525 20d libc/inet/gethostbyname.o + 18 0 0 18 12 libc/inet/gethostbyname.o | |||
2008-11-27 | Make __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in case the arch | Carmelo Amoroso | |
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> | |||
2008-11-27 | - make isascii visible again | Bernhard Reutner-Fischer | |
TODO: *_l() should go | |||
2008-11-26 | - remove fstatfs() and statfs() related headers upon request | Bernhard Reutner-Fischer | |
2008-11-26 | - revert 24148:24151 | Bernhard Reutner-Fischer | |
2008-11-26 | libc/string: need additional work to remove libc_hidden_proto's properly | Denis Vlasenko | |
2008-11-25 | - hide some time related relocs | Bernhard Reutner-Fischer | |
2008-11-25 | - make sure isspace() is exported. | Bernhard Reutner-Fischer | |
Thanks to Skinkie for noticing. | |||
2008-11-22 | libc-symbols: improve comments and make macros a bit more readable. | Denis Vlasenko | |
no code changes | |||
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko | |
Appears to build fine (several .configs tried) | |||
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko | |
2008-11-19 | Make sure __hot and __cold are always defined. | Peter Kjellerstedt | |
2008-11-18 | - add __hot and __cold annotations | Bernhard Reutner-Fischer | |
Will spare us quite some likely()/unlikely() occurances. See http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html for details | |||
2008-11-18 | libc_hidden_proto removal, a few more functions | Denis Vlasenko | |
2008-11-18 | libc_hidden_proto removal, just a few functions | Denis Vlasenko | |
2008-11-17 | resolver: use timeout of 5 (glibc uses that). | Denis Vlasenko | |
delete some duplication in constants. | |||
2008-11-17 | resolver: separate gethostent and gethostent_r into two .o files; | Denis Vlasenko | |
delete two stray files which compile to nothing | |||
2008-11-16 | resolver: improved support for overriding DNS server addresses | Denis Vlasenko | |
in _res structure. Used by busybox's nslookup. | |||
2008-11-15 | - Remove linux-specific prototypes if asked to. | Bernhard Reutner-Fischer | |
2008-11-15 | - revert wrong r24049 | Bernhard Reutner-Fischer | |
2008-11-15 | - Remove linux-specific prototypes if asked to. | Bernhard Reutner-Fischer | |
2008-11-14 | fixing resolver part 2: make _res structure members | Denis Vlasenko | |
configurable. we don't use most of it anyway. | |||
2008-10-10 | - add signalfd() | Bernhard Reutner-Fischer | |
2008-10-06 | - sync obstack.{c,h} with glibc (Peter S. Mazinger) | Bernhard Reutner-Fischer | |
2008-10-06 | - hide relocation (Peter S. Mazinger) | Bernhard Reutner-Fischer | |
2008-10-03 | - add long double math wrappers (Ned Ludd) | Bernhard Reutner-Fischer | |
2008-10-03 | - use c89-style comments | Bernhard Reutner-Fischer | |
Closes issue #5194 | |||
2008-09-30 | - fix whitespace | Bernhard Reutner-Fischer | |
2008-09-27 | implement getgrouplist() | Denis Vlasenko | |
2008-09-25 | Add globally __stringify macro in libc-symbols.h. | Carmelo Amoroso | |
Remove all other duplicated definitions. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2008-09-18 | - remove non stdc path (old style definitions). No obj-code changes | Bernhard Reutner-Fischer | |
2008-09-11 | - remove posix_openpt relocation | Bernhard Reutner-Fischer | |
2008-09-11 | - remove relocations for clock_getres | Bernhard Reutner-Fischer | |
2008-09-09 | Hush compiler for extern inline warnings by using | Carmelo Amoroso | |
__extern_inline macro, this also makes gcc 4.3 happy. (Taken from NPTL branch) Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
2008-09-06 | - for extern inline, also take __extern_inline and __GNUC_GNU_INLINE__ into ↵ | Bernhard Reutner-Fischer | |
account | |||
2008-08-28 | Move ifaddrs.h from uClibc-internal location libc/inet/ to include/, and make | Ricard Wanderlof | |
it conditionally included among the installed header files depending on UCLIBC_HAS_AI_ADDRCONFIG. | |||
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer | |
2008-07-23 | - fix inline keyword | Bernhard Reutner-Fischer | |
2008-07-08 | New .config option UCLIBC_HAS_STUBS, enables fork() stub on NOMMU | Denis Vlasenko | |
2008-06-27 | Removed include/ifaddrs.h and put contents in libc/inet/ifaddrs.h, as we do not | Ricard Wanderlof | |
need the file outside of uClibc anyway. | |||
2008-06-27 | Added support for the AI_ADDRCONFIG flag in the hints->ai_flags parameter to ↵ | Ricard Wanderlof | |
getaddrinfo(3). | |||
2008-06-08 | In string.h, move libc_hidden_proto next to the corresponding declaration. | Bernd Schmidt | |
Filter them out when installing headers. Tested by building up bfin-*linux toolchains and building our copy of uClinux-dist. | |||
2008-06-07 | - UCLIBC_HAS_GETPT pulls in getpt. | Bernhard Reutner-Fischer | |
- ptsname_r depends on UCLIBC_HAS_PTY just like ptsname() | |||
2008-06-06 | Heed a warning: "string" was assigned to char*, changing that to const char* | Denis Vlasenko | |
2008-06-05 | - make libcrypt optional. Untested. | Bernhard Reutner-Fischer | |
2008-06-04 | Undefining __UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL__ did not work, since we | Bernd Schmidt | |
were still defining signal to sysv_signal. | |||
2008-06-04 | This fixes a problem with the move of libc_hidden_proto to string.h. | Bernd Schmidt | |
The obsolete functions bcopy, index, etc. are not supposed to be used within uClibc itself. Hence, there is no libc_hidden_def for them, but the previous patch did not just move libc_hidden_protos, it also added new ones for the legacy functions. As a result, programs which use these functions can no longer link with uClibc. This fixes it by removing the unnecessary libc_hidden_protos. I've also removed all inclusions of <strings.h> from uClibc source files: since we define _GNU_SOURCE, it is sufficient to include <string.h>. We then do not need to duplicate the libc_hidden_proto block in <strings.h>. | |||
2008-06-03 | - adds several config-options to allow for turning off certain features | Bernhard Reutner-Fischer | |
like o UCLIBC_HAS_GNU_ERROR o UCLIBC_HAS_BSD_ERR o UCLIBC_HAS_PTY o UCLIBC_HAS_GETPT (1) o UCLIBC_SYSCALL_STUBS o UCLIBC_SYSCALL_STUB_WARNING o UCLIBC_LINUX_SPECIFIC (2) o UCLIBC_BSD_SPECIFIC (3) o UCLIBC_NTP_LEGACY (4) o UCLIBC_SV4_DEPRECATED (5) o UCLIBC_HAVE_REALTIME (6) o UCLIBC_HAVE_ADVANCED_REALTIME (7) o UCLIBC_HAVE_EPOLL (8) o UCLIBC_HAVE_XATTR (9) o UCLIBC_HAVE_PROFILING (10) (1) make non-standard getpt optional and implement standard posix_openpt (2) fstatfs(), inotify_*(), ioperm(), iopl(), madvise(), modify_ldt(), personality() ppoll(), setresuid() (3) mincore(), getdomainname(), setdomainname() (4) ntp_adjtime(), ntp_gettime() aliases (5) ustat() [use statfs(2) in your code instead] (6) All marked as "(REALTIME)" in SUSv3 (7) All marked as "(ADVANCED REALTIME)" in SUSv3 (8) epoll_create(), epoll_ctl(), epoll_wait() (9) all Extended Attributes (10) helpers for gcc's -finstrument-functions - Fixes _dl_exit() - Implements sleep(3) for !UCLIBC_HAVE_REALTIME - Implements usleep(3) for !UCLIBC_HAVE_REALTIME - adds #warning about incorrect posix_fadvise{,64}() - removes unused and unwanted uselib() Net outcome is that an allnoconfig with HAVE_SHARED is now about 88k instead of formerly 130k. |