Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-02 | In bug 622, JohnAta writes: | Eric Andersen | |
In 2005, Congress passed a law so that in 2007, the second week of March starts DST. Previously, it was the first week of April. The uclibc time library routines apparently have not been updated to reflect this new processing. Using the current version of uclibc, on March 11, 2007 the reported time will be incorrect. | |||
2006-08-30 | fix bug 1012 as noted by moschny | Eric Andersen | |
2006-08-23 | sync with psm: update errno handling to be the same on all arches | Mike Frysinger | |
2006-07-13 | psm writes: | Eric Andersen | |
forgotten to mention to remove glob-hooks.c and the reference in Makefile.in (the prototypes for the 3 hooks were already removed by the patch applied here) Peter | |||
2006-07-13 | patch from psm: | Eric Andersen | |
- malloc/realloc/free are not prepared to be hidable in trunk, you can't use libc_hidden_proto(x) for them - using libc_hidden_proto(x64) LFS unguarded will fail because the header does not provide the prototype - if you are using libc_hidden_proto(collated_compare|prefix_array), you also need libc_hidden_def|_weak(x) after the function itself, the result being to provide a hidden __GI_collated_compare and a visible collated_compare, for this case I do not consider this necessary, especially that collated_compare is hidden already (I have chosen to prefix them with __ to know that they are intended to be internal only, against the practice in glibc, you could go without prefix as well) | |||
2006-07-05 | remove jump relocs, with minor related cleanups | Eric Andersen | |
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-07-05 | minor updates | Eric Andersen | |
2006-07-04 | gcc 4.1.x is apparently miscompiling gnu glob on mips. This ports the ↵ | Eric Andersen | |
latest and massivly bloated greatest from glibc. And fixes things so the gnu glob interface is no longer the default. | |||
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-23 | select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not ↵ | Peter S. Mazinger | |
defined, gettimeofday has other prototype and tm_gmtoff/tm_zone do not exist | |||
2006-03-22 | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | |
2006-03-22 | Mark some functions as GNU, provide missing hidden memmem, remove ↵ | Peter S. Mazinger | |
_ISOC99/XOPEN_SOURCE | |||
2006-03-22 | some more fixes from rholzmann in Bug 716 ... make sure the code actually ↵ | Mike Frysinger | |
functions, then we worry about shrinking it ... | |||
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-09 | Remove __libc_internal_tsd_{s,g}et, they do not exist anymore | Peter S. Mazinger | |
2006-03-07 | Add UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp support | Peter S. Mazinger | |
2006-03-01 | return NULL if year is too big | Mike Frysinger | |
2006-03-01 | alpha needs ipc64 funk too | Mike Frysinger | |
2006-02-28 | Sync w/ glibc | Peter S. Mazinger | |
2006-02-28 | Cleanup/sync w/ glibc | Peter S. Mazinger | |
2006-02-27 | Rich Felker's glob() ported to uClibc | Peter S. Mazinger | |
2006-02-27 | Get rid of redefines on ppc pointed out by vapier | Peter S. Mazinger | |
2006-02-26 | Don't build glob64 for non-LFS | Peter S. Mazinger | |
2006-02-26 | Use _lfs_64, reorganize a bit, why did stat*fs64 use stat*fs? | Peter S. Mazinger | |
2006-02-26 | Remove unneeded hidden_proto(readdir*) | Peter S. Mazinger | |
2006-02-26 | Use _lfs_64.h in all *64.c | Peter S. Mazinger | |
2006-02-26 | Define internal readdir*_r() and use _lfs_64.h | 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-16 | Change collated_compare/prefix_array to __x hidden, shrinks glob64 from 2352 ↵ | Peter S. Mazinger | |
to 2063 | |||
2006-02-16 | Remove __P(), reorder so that gcc-4.0.2 does not fail w/ multi | Peter S. Mazinger | |
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-15 | make sure we reset static_fd after it's closed in utmpname() | Mike Frysinger | |
2006-02-15 | fix fcntl() call so that it actually forces file to be closed on exec() | Mike Frysinger | |
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-14 | remove fstat jump reloc | Peter S. Mazinger | |
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-13 | s/#if/#ifdef/ | Peter S. Mazinger | |
2006-02-13 | Add files for IMA. Yes, I know it's a hack and no, I won't split the ↵ | Peter S. Mazinger | |
affected files | |||
2006-02-13 | More renames for IMA | Peter S. Mazinger | |
2006-02-13 | Remove unused file | Peter S. Mazinger | |
2006-02-13 | Rename some files, that will conflict w/ IMA | Peter S. Mazinger | |
2006-02-13 | Remove unused files | Peter S. Mazinger | |
2006-02-11 | rholzmann writes in Bug 716: | Mike Frysinger | |
utent.c has a few problems with mutex locking when used in a binary that was linked with pthreads. The are a few deadlock conditions where functions may be called which lock the utmplock but never release it and where a function that hold the lock calls other functions which try to relock the same lock. For example, notice in the __getutent function the error condition does not unlock the semaphore. The problem is not visible when pthreads isn't used since the lock/unlock functions are NOOP functions. | |||
2006-02-07 | include stdint.h and check __intptr_t_defined to see if we need to setup ↵ | Mike Frysinger | |
uintptr_t | |||
2006-02-04 | rfelker reports in Bug 683 that we leak file descriptors if the fcntl() ↵ | Mike Frysinger | |
fails ... so fix that. add back in fstat() ofter we open() the directory as we need the blocksize further down in the code. unify the memory error handling to shrink the code there a little. | |||
2006-02-04 | add note about racecondition | Mike Frysinger | |