OSDN Git Service

uclinux-h8/uClibc.git
2008-12-16 Denis Vlasenkofix testing "gcc -mpreferred-stack-boundary=2" on x86_64
2008-12-15 Denis VlasenkoRemove __libc_posix_fadvise[64] alias. It existed on...
2008-12-15 Denis Vlasenkoremove some duplicates in bits/signum.h. No code changes.
2008-12-15 Denis Vlasenkosigaction overhaul as described in docs/sigaction.txt
2008-12-14 Denis Vlasenkoheed compiler warnings about checking non-defined varia...
2008-12-14 Denis VlasenkoAdd proposed plan of sanitizing sigaction to docs/*
2008-12-13 Denis VlasenkoRemove the rest of "bounded pointers" scaffolding....
2008-12-13 Denis Vlasenkofeatures.h: add TODO (changing __OPTIMIZE_SIZE__ is...
2008-12-13 Denis Vlasenkodoc snippets about defines we provide and/or use
2008-12-13 Denis VlasenkoDo not install libc-XXXX.h files in "make install".
2008-12-13 Denis Vlasenkomake all "XXXhidden_proto(" consistently not use a...
2008-12-13 Denis VlasenkoMake it again possible to have compact and small stack...
2008-12-13 Denis Vlasenkostring/generic/memcmp.c: remove some really paranoid...
2008-12-13 Denis Vlasenko*: document __USE_EXTERN_INLINES better;
2008-12-12 Denis Vlasenkoi386/brk.c: gcc can't figure out how to use %ebx in...
2008-12-12 Bernhard Reutner... - only strip if cc compiled fine
2008-12-12 Denis Vlasenko*: remove vestiges of gcc's "bounded pointers" feature,
2008-12-12 Denis Vlasenkosmaller brk() for i386. Inspected assembly to see it...
2008-12-11 Carmelo AmorosoMove kernel-features.h header from the linuxthread...
2008-12-11 Mike Frysingercreate arch-generic brk() based on blackfin one
2008-12-11 Mike Frysingeradd inlines for Blackfin atomic functions
2008-12-11 Mike FrysingerBlackfin: add L2_SRAM flag for alloc func
2008-12-11 Mike FrysingerBlackfin: declare {INLINE,INTERNAL}_SYSCALL() and friends
2008-12-11 Mike Frysingeradd ENDPROC() macro for Blackfin assembly
2008-12-11 Mike Frysingeruse newer spiffy asm constraints to get better code...
2008-12-11 Mike Frysingerpunt old unused header
2008-12-11 Mike Frysingerupdate ptrace.h to latest from glibc
2008-12-11 Khem Rajget rid of __libc_* symbols. Some whitespace cleanups.
2008-12-10 Denis Vlasenko*: remove some __libc_XXX functions:
2008-12-10 Denis Vlasenkoremove __libc_fcntl[64]
2008-12-10 Denis Vlasenkoremove __libc_getdomainname alias. google says only...
2008-12-10 Bernhard Reutner... - document environment variables used by the install_...
2008-12-10 Rob LandleyRemove hardwired usr/ from install_utils (that's what...
2008-12-09 Denis Vlasenkosmaller memcpy
2008-12-09 Denis Vlasenkosetenv.c: tiny code shrink
2008-12-09 Denis Vlasenkosetenv.c: further code shrink
2008-12-09 Bernhard Reutner... - improve documentation of utils and hostutils
2008-12-09 Rob LandleyMention make utils, hostutils, install_utils.
2008-12-09 Denis Vlasenkofix segv on clearenv(); unsetenv("foo"); [was deref...
2008-12-09 Denis Vlasenkogetaddrinfo: runp->ifa_addr indeed can be NULL, don...
2008-12-08 Denis Vlasenkogetaddrinfo: remove superfluout indentation, fix incorr...
2008-12-08 Bernhard Reutner... - fix loop for checking ifaddr on both IPv4 and IPv6
2008-12-06 Denis Vlasenkoresolver: make new name resolutions reread /etc/resolv...
2008-12-04 Khem RajRemove __NTH from the declation.
2008-12-04 Carmelo AmorosoCLean librt/*.oS too (NPTL will add some).
2008-12-04 Carmelo AmorosoGo deeper while cleaning string directory to remove
2008-12-04 Carmelo AmorosoAdded do_awk commanf for invoking awk parser. It will...
2008-12-03 Bernhard Reutner... - use proper macros
2008-12-03 Bernhard Reutner... - use proper macro (no obj-code changes)
2008-12-03 Bernhard Reutner... - Use runtime pagesize (Jeremy Kerr)
2008-12-03 Carmelo AmorosoA missing change when we recently released a lot of fix
2008-12-03 Carmelo AmorosoTwo other absolutely safe change that will be used...
2008-12-02 Carmelo AmorosoFix wcswidth function when LOCALE support is disabled
2008-12-01 Denis Vlasenkohostid: improve extremely unreadable parts
2008-12-01 Denis Vlasenkoon Bernd's request, remove commented-out code snippets
2008-12-01 Denis Vlasenkoremove checks for "impossible" errors,
2008-12-01 Denis Vlasenkofix sigset_t size for mips (it's the only arch with...
2008-12-01 Denis Vlasenkooptimize signal mask ops. comment out "impossible"...
2008-12-01 Denis Vlasenkol64a: shrink by 13 bytes, and -1 reloc
2008-12-01 Denis Vlasenkoconstify more data
2008-12-01 Denis Vlasenkorpc: constify data, localize unnecessarily static data
2008-12-01 Denis Vlasenkorandom: use smaller data fields where appropriate
2008-12-01 Denis Vlasenkogethostbyname can use gethostbyname2, saving one nearly...
2008-12-01 Denis Vlasenkorpc: should check against max for int32, not int
2008-12-01 Denis Vlasenkorpc: ifdef out xdrrec_{get,put}long if int32 == long,
2008-11-29 Denis Vlasenkoadd libc_hidden_proto(__cmsg_nxthdr) for mips
2008-11-29 Denis Vlasenkofix improperly hidden fputc_unlocked
2008-11-29 Denis Vlasenkofix improperly hidden fwprintf.
2008-11-29 Denis Vlasenkoshring sugnal-relared stuff a bit. BTW why constant...
2008-11-29 Denis Vlasenkoreduce sigset_t size for 128 bytes to 64 bits:
2008-11-27 Carmelo AmorosoMake __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in...
2008-11-27 Bernhard Reutner... - make isascii visible again
2008-11-26 Carmelo AmorosoThis patch fixes locale-mbwc test failures when __UCLIB...
2008-11-26 Bernhard Reutner... - remove fstatfs() and statfs() related headers upon...
2008-11-26 Bernhard Reutner... - revert 24148:24151
2008-11-26 Denis Vlasenkolibc/string: need additional work to remove libc_hidden...
2008-11-25 Bernhard Reutner... - hide locks
2008-11-25 Bernhard Reutner... - remove some bloat that was added in r23660 and subseq...
2008-11-25 Bernhard Reutner... - hide some time related relocs
2008-11-25 Carmelo AmorosoMake wcsxfrm visible also when LOCALE support is disabled.
2008-11-25 Bernhard Reutner... - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger...
2008-11-25 Bernhard Reutner... - cosmetic tidy up of clean target
2008-11-25 Bernhard Reutner... - cosmetic tidy up of clean target
2008-11-25 Bernhard Reutner... - make sure isspace() is exported.
2008-11-25 Bernhard Reutner... - Fix thumb2 PIE (Joseph S. Myers)
2008-11-23 Bernhard Reutner... - fix args (untested)
2008-11-22 Denis Vlasenkosignal ops: avoid calls through PLT for __sigXXX ops
2008-11-22 Denis Vlasenkolibc-symbols: improve comments and make macros a bit...
2008-11-22 Denis Vlasenkofix some unneeded PLT references
2008-11-22 Denis Vlasenkofix "make utils" build failure in ldconfig
2008-11-21 Denis Vlasenkofix "make install" with relative PREFIX
2008-11-21 Denis Vlasenkofix ioperm build problems caused by libc_hidden_proto...
2008-11-21 Denis Vlasenkofix apparent typo (unnoticed for long time, probably
2008-11-21 Denis Vlasenkodeal with TODOs left over from libc_hidden_proto removal
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-19 Peter KjellerstedtMake sure __hot and __cold are always defined.
2008-11-18 Carmelo AmorosoChanged Copyright and License statement according to...
2008-11-18 Carmelo AmorosoChanged Copyright and License statement according to...
2008-11-18 Bernhard Reutner... - add __hot and __cold annotations
next