Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-22 | fix some unneeded PLT references | Denis Vlasenko | |
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-18 | Move _dl_iterate_phdr into libc.so.0 and libc.a (as glibc does). | Carmelo Amoroso | |
Currently we have an implementation in ld.so and libdl.a. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2008-11-18 | libc_hidden_proto removal, just a few functions | Denis Vlasenko | |
2008-11-07 | - less verbose make clean | Bernhard Reutner-Fischer | |
2008-10-03 | - use c89-style comments | Bernhard Reutner-Fischer | |
Closes issue #5194 | |||
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer | |
2008-06-27 | if argv[0] is NULL, dont try to parse it and subsequently crash ... found by ↵ | Mike Frysinger | |
running execve05 ltp test on blackfin ([#4194]) | |||
2008-05-25 | __uClibc_main.c: save ~70 bytes by not checking that /dev/null | Denis Vlasenko | |
is indeed a char device with correct (maj,min). (If it's not such a char device, the system is screwed anyway, nothing can be done about it...) text data bss dec hex filename - 715 4 21 740 2e4 libc/misc/internals/__uClibc_main.o + 644 4 21 669 29d libc/misc/internals/__uClibc_main.o | |||
2008-05-20 | Introduce and use small[u]int type. Changes in size: | Denis Vlasenko | |
- 79 0 28 107 6b libc/inet/rpc/create_xid.o + 76 0 25 101 65 libc/inet/rpc/create_xid.o - 126 0 4 130 82 libc/misc/assert/__assert.o + 123 0 1 124 7c libc/misc/assert/__assert.o - 648 4 24 676 2a4 libc/misc/internals/__uClibc_main.o + 645 4 21 670 29e libc/misc/internals/__uClibc_main.o - 230 0 4 234 ea libc/stdlib/abort.o + 216 0 1 217 d9 libc/stdlib/abort.o - 129 0 4 133 85 libc/termios/tcgetsid.o + 126 0 1 127 7f libc/termios/tcgetsid.o | |||
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | |
in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's. | |||
2007-11-23 | Add some necessary Makefile bits for UCLIBC_FORMAT_FLAT_SEP_DATA. | Bernd Schmidt | |
2007-11-23 | Some shared flat improvements. | Bernd Schmidt | |
Fix minor errors: - UCLIBC_SHARED_FLAT_ID instead of SHARED_FLAT_ID - use -Wl,-shared-lib-id properly Use libc_so.a as the source for the shared libc, in order to be able to use -mleaf-id-shared-library on the Blackfin. | |||
2007-09-15 | bug 1310: drop hidden aliases to data since some arches crap with this due ↵ | Mike Frysinger | |
to copy relocs | |||
2007-06-01 | change the auxvt code from being dependent on MMU to !LDSO as auxvt things ↵ | Mike Frysinger | |
are ELF-specific, not MMU-specific | |||
2007-05-06 | Nickolai Zeldovich writes: if the temp name already exists, then the retry ↵ | Mike Frysinger | |
code does not create a new temp name as the code to do so is outside of the retry loop | |||
2007-03-08 | svn 17941/17943 broke the build. 18032 made the threaded case compile | Rob Landley | |
again, this makes the non-threaded case compile again. I have no idea if this is the proper fix, I'm just tired if it not compiling for two weeks. | |||
2007-03-07 | Fix a build break due to errno and h_errno being unresolved symbols. | Rob Landley | |
(No idea if this is the right fix but it's something for now.) | |||
2007-02-22 | need to double check internal errno handling wrt libpthread | Mike Frysinger | |
2007-02-21 | add missing file for previous commit as pointed out by Peter Kjellerstedt | Mike Frysinger | |
2007-02-21 | redo errno handling so that it should work both in thread and non-threaded ↵ | Mike Frysinger | |
situations | |||
2007-01-11 | Peter Mazinger pointed out that my last commit was faulty. | Joakim Tjernlund | |
This should fix it. | |||
2007-01-10 | Fix SEGV for static builds in exit() path. | Joakim Tjernlund | |
Leave the now obsolete libc/misc/pthread dir in for now. | |||
2006-12-11 | create new menu so people can select what format they wish to build uClibc | Mike Frysinger | |
2006-12-08 | Richard Sandiford writes: add support for init/fini arrays in shared flat ↵ | Mike Frysinger | |
libraries | |||
2006-11-27 | fix from cmetcalf to make sure we clear the auxvt table before using it | Mike Frysinger | |
2006-08-23 | sync with psm: update errno handling to be the same on all arches | Mike Frysinger | |
2006-07-05 | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | |
I had clearly run search/replace on that were cluttering things up. | |||
2006-05-06 | expand comment a little more as to why _stdio_init() is weak thanks to mjn3 | Mike Frysinger | |
2006-05-04 | use weak_alias() for data symbols, not strong_alias() | Mike Frysinger | |
2006-03-10 | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵ | Peter S. Mazinger | |
most of global data relocations are back | |||
2006-03-07 | Add UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp support | Peter S. Mazinger | |
2006-02-18 | tweak the idea between having a MMU and actually using it | Mike Frysinger | |
2006-02-17 | touchup whitespace | Mike Frysinger | |
2006-02-15 | DOMULTI may be used for libc, the excluded files need work, ↵ | Peter S. Mazinger | |
linuxthreads[_db] as well, don't try on slow box | |||
2006-02-14 | after much deliberation, may i present Joseph S. Myers patch to add support ↵ | Mike Frysinger | |
for .init and .fini array processing for the gory details, see the mailing list: http://www.uclibc.org/lists/uclibc/2006-January/014079.html http://www.uclibc.org/lists/uclibc/2006-February/014285.html | |||
2006-02-13 | libc-{a,so,multi}-y replaced by libc-y covering common objects both in ↵ | Peter S. Mazinger | |
libc.a/libc.so, the diffs go into libc-static-y/libc-shared-y exclusively, add IMA to libc, don't use any MSRC anymore | |||
2006-02-13 | environ is GNU extension | Peter S. Mazinger | |
2006-02-02 | even the hidden version of the weaks in libc (as strong in libpthread) have ↵ | Peter S. Mazinger | |
to be weaks | |||
2006-02-01 | Make it build w/ HAVE_SHARED disabled and SSP enabled | Peter S. Mazinger | |
2006-02-01 | global data uses libc_hidden_data_def, convert all -I hope- and add some new | Peter S. Mazinger | |
2006-01-31 | add comment to know why it's weak | Peter S. Mazinger | |
2006-01-31 | change strong to weak_alias, arm fails, thx Khem Raj | Peter S. Mazinger | |
2006-01-27 | Do not build *64 and llseek, correct some failure when LFS is disabled | Peter S. Mazinger | |
2006-01-27 | Some warnings go away | Peter S. Mazinger | |
2006-01-26 | Some more prototypes, enable missing-prototypes/declarations warnings for now | Peter S. Mazinger | |
2006-01-23 | Guard hidden prototypes accordingly | Peter S. Mazinger | |
2006-01-21 | Use __typeof instead of adding full prototypes | Peter S. Mazinger | |
2006-01-16 | Correct a typo | Peter S. Mazinger | |